Shades of Hit Grey #A6AAA9
Tints of Hit Grey #A6AAA9
RGB
CMYK
RGB Variations
Color information
#A6AAA9 (or 0xA6AAA9) is known color: Hit Grey. HEX triplet: A6, AA and A9. RGB value is (166,170,169). Sum of RGB (Red+Green+Blue) = 166+170+169=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 169 (66.41% from 255 or 33.47% from 505); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AAA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AAA9 is #595556. Grayscale: #A8A8A8. Windows color (decimal): -5854551 or 11119270. OLE color: 11119270.
HSL color Cylindrical-coordinate representation of color #A6AAA9: hue angle of 165º degrees, saturation: 0.02, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A6AAA9 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 170 | 169 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.33 |
| HSL | 165º | 0.02% | 0.66% | - |
| HSV(B) | 165º | 0.02% | 0.67% | - |
| XYZ | 37.26 | 39.72 | 43.24 | - |
| YUV | 168.69 | 128.17 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 169 | 0.02 | 0 | 0.01 | 0.33 | 165 | 0.02 | 0.66 |
| Hex | A6 | AA | A9 | 2 | 0 | 1 | 21 | A5 | 2 | 42 |
| Octal | 246 | 252 | 251 | 2 | 0 | 1 | 41 | 245 | 2 | 102 |
| Binary | 10100110 | 10101010 | 10101001 | 10 | 0 | 1 | 100001 | 10100101 | 10 | 1000010 |
Color Harmonies of #A6AAA9
Complementary color
Monochromatic Colors of #A6AAA9
Black with #A6AAA9
Text Example
Text Example
White with #A6AAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AAA9; }
p { color: rgb(166,170,169); }
H1.HeaderClassName
{
color: #A6AAA9;
}
.AnyTagClassName
{
color: #A6AAA9;
}
</style>
background-color css
<style>
a { background-color: #A6AAA9; }
a { background-color: rgb(166,170,169); }
div.DivClassName
{
background-color: #A6AAA9;
}
.BgClassName
{
background-color: #A6AAA9;
}
</style>
border-color css
<style>
span { border-color: #A6AAA9; }
span { border-color: rgb(166,170,169); }
td.TdClassName
{
border-color: #A6AAA9;
}
.TagClassName
{
border-color: #A6AAA9;
}
</style>