In the RGB color space, #A9A9A9 is composed of 66.2745% red, 66.2745% green, and 66.2745% blue.
In the CMYK color space, #A9A9A9 is composed of 0% cyan, 0% magenta, 0% yellow, and 33.73% black,
It has a hue angle of 0 degrees, a saturation of 0%, and a lightness of 66.27%.
The closest websafe color is #999999.
#A9A9A9 has a CSS color name: DarkGray.
The hexadecimal color #A9A9A9 has RGB values of R:169, G:169, B:169 and CMYK values of C:0, M:0, Y:0, K:33.73. It has a decimal value of 11119017.
Hexadecimal | #A9A9A9 | #A9A9A9 |
RGB Decimal | 169, 169, 169 | rgb(169, 169, 169) |
RGB Percent | 66.2745, 66.2745, 66.2745 | rgb(66.2745%, 66.2745%, 66.2745%) |
RGB Proportion | 0.6627, 0.6627, 0.6627 | rgb(0.6627, 0.6627, 0.6627) |
CMYK | 0, 0, 0, 33.73 | |
HSL | 0ยบ, 0, 66.27 | hsl(0, 0%, 66.27%) |
Websafe | 999999 | #999999 |
XYZ | 37.706, 39.67, 43.2 | |
Yxy | 39.67, 0.313, 0.329 | |
CIE-LAB | 69.234, 0.003, -0.007 | |
CIE-LCH | 69.234, 0.008, 293.199 | |
CIE-LUV | 69.234, -0.0, -0.011 | |
Hunter-Lab | 62.984, -3.362, 3.423 |
Colors that go well with DarkGray / #A9A9A9.
Common HTML and CSS shortcodes for DarkGray / #A9A9A9.
<div style="color: #A9A9A9;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #A9A9A9;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #A9A9A9;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #A9A9A9 to transparent.
<div style="background: linear-gradient(#A9A9A9, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #A9A9A9 to transparent.
<div style="background: radial-gradient(#A9A9A9, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #A9A9A9 to #565656.
<div style="background: linear-gradient(#A9A9A9, #565656);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #A9A9A9 to #565656.
<div style="background: radial-gradient(#A9A9A9, #565656);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #A9A9A9; }
.background { background-color: #A9A9A9; }
.border { border: 1px solid #A9A9A9; }
.linear-gradient { background: linear-gradient(#faf310, rgba(255, 255, 255, 0)); }
.radial-gradient { background: radial-gradient(#faf310, rgba(255, 255, 255, 0)); }
Shades are created by adding black to the color, while a tint is created by mixing white. The darkest shade in this example is #030303 while the lightest tint is #FEFEFE.