Shades of Hit Grey #A8AAAA
Tints of Hit Grey #A8AAAA
RGB
CMYK
RGB Variations
Color information
#A8AAAA (or 0xA8AAAA) is known color: Hit Grey. HEX triplet: A8, AA and AA. RGB value is (168,170,170). Sum of RGB (Red+Green+Blue) = 168+170+170=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #A8AAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AAAA is #575555. Grayscale: #A9A9A9. Windows color (decimal): -5723478 or 11184808. OLE color: 11184808.
HSL color Cylindrical-coordinate representation of color #A8AAAA: hue angle of 180º degrees, saturation: 0.01, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #A8AAAA is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 168 | 170 | 170 | - |
CMYK | 0.01 | 0 | 0 | 0.33 |
HSL | 180º | 0.01% | 0.66% | - |
HSV(B) | 180º | 0.01% | 0.67% | - |
XYZ | 37.78 | 39.98 | 43.76 | - |
YUV | 169.4 | 128.34 | 127 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 170 | 170 | 0.01 | 0 | 0 | 0.33 | 180 | 0.01 | 0.66 |
Hex | A8 | AA | AA | 1 | 0 | 0 | 21 | B4 | 1 | 42 |
Octal | 250 | 252 | 252 | 1 | 0 | 0 | 41 | 264 | 1 | 102 |
Binary | 10101000 | 10101010 | 10101010 | 1 | 0 | 0 | 100001 | 10110100 | 1 | 1000010 |
Color Harmonies of #A8AAAA
Complementary color
Monochromatic Colors of #A8AAAA
Black with #A8AAAA
Text Example
Text Example
White with #A8AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AAAA; }
p { color: rgb(168,170,170); }
H1.HeaderClassName
{
color: #A8AAAA;
}
.AnyTagClassName
{
color: #A8AAAA;
}
</style>
background-color css
<style>
a { background-color: #A8AAAA; }
a { background-color: rgb(168,170,170); }
div.DivClassName
{
background-color: #A8AAAA;
}
.BgClassName
{
background-color: #A8AAAA;
}
</style>
border-color css
<style>
span { border-color: #A8AAAA; }
span { border-color: rgb(168,170,170); }
td.TdClassName
{
border-color: #A8AAAA;
}
.TagClassName
{
border-color: #A8AAAA;
}
</style>