Shades of Dark Gray #A9A6A6
Tints of Dark Gray #A9A6A6
RGB
CMYK
RGB Variations
Color information
#A9A6A6 (or 0xA9A6A6) is known color: Dark Gray. HEX triplet: A9, A6 and A6. RGB value is (169,166,166). Sum of RGB (Red+Green+Blue) = 169+166+166=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A6A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A6A6 is #565959. Grayscale: #A6A6A6. Windows color (decimal): -5658970 or 10921641. OLE color: 10921641.
HSL color Cylindrical-coordinate representation of color #A9A6A6: hue angle of 0º degrees, saturation: 0.02, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A9A6A6 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
RGB | 169 | 166 | 166 | - |
CMYK | 0 | 0.02 | 0.02 | 0.34 |
HSL | 0º | 0.02% | 0.66% | - |
HSV(B) | 0º | 0.02% | 0.66% | - |
XYZ | 36.88 | 38.46 | 41.56 | - |
YUV | 166.9 | 127.49 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 169 | 166 | 166 | 0 | 0.02 | 0.02 | 0.34 | 0 | 0.02 | 0.66 |
Hex | A9 | A6 | A6 | 0 | 2 | 2 | 22 | 0 | 2 | 42 |
Octal | 251 | 246 | 246 | 0 | 2 | 2 | 42 | 0 | 2 | 102 |
Binary | 10101001 | 10100110 | 10100110 | 0 | 10 | 10 | 100010 | 0 | 10 | 1000010 |
Color Harmonies of #A9A6A6
Complementary color
Monochromatic Colors of #A9A6A6
Black with #A9A6A6
Text Example
Text Example
White with #A9A6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A6A6; }
p { color: rgb(169,166,166); }
H1.HeaderClassName
{
color: #A9A6A6;
}
.AnyTagClassName
{
color: #A9A6A6;
}
</style>
background-color css
<style>
a { background-color: #A9A6A6; }
a { background-color: rgb(169,166,166); }
div.DivClassName
{
background-color: #A9A6A6;
}
.BgClassName
{
background-color: #A9A6A6;
}
</style>
border-color css
<style>
span { border-color: #A9A6A6; }
span { border-color: rgb(169,166,166); }
td.TdClassName
{
border-color: #A9A6A6;
}
.TagClassName
{
border-color: #A9A6A6;
}
</style>