Shades of Hit Grey #A2AAAA
Tints of Hit Grey #A2AAAA
RGB
CMYK
RGB Variations
Color information
#A2AAAA (or 0xA2AAAA) is known color: Hit Grey. HEX triplet: A2, AA and AA. RGB value is (162,170,170). Sum of RGB (Red+Green+Blue) = 162+170+170=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #A2AAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AAAA is #5D5555. Grayscale: #A7A7A7. Windows color (decimal): -6116694 or 11184802. OLE color: 11184802.
HSL color Cylindrical-coordinate representation of color #A2AAAA: hue angle of 180º degrees, saturation: 0.04, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A2AAAA is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 162 | 170 | 170 | - |
CMYK | 0.05 | 0 | 0 | 0.33 |
HSL | 180º | 0.04% | 0.65% | - |
HSV(B) | 180º | 0.05% | 0.67% | - |
XYZ | 36.53 | 39.33 | 43.7 | - |
YUV | 167.61 | 129.35 | 124 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 170 | 170 | 0.05 | 0 | 0 | 0.33 | 180 | 0.04 | 0.65 |
Hex | A2 | AA | AA | 5 | 0 | 0 | 21 | B4 | 4 | 41 |
Octal | 242 | 252 | 252 | 5 | 0 | 0 | 41 | 264 | 4 | 101 |
Binary | 10100010 | 10101010 | 10101010 | 101 | 0 | 0 | 100001 | 10110100 | 100 | 1000001 |
Color Harmonies of #A2AAAA
Complementary color
Monochromatic Colors of #A2AAAA
Black with #A2AAAA
Text Example
Text Example
White with #A2AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AAAA; }
p { color: rgb(162,170,170); }
H1.HeaderClassName
{
color: #A2AAAA;
}
.AnyTagClassName
{
color: #A2AAAA;
}
</style>
background-color css
<style>
a { background-color: #A2AAAA; }
a { background-color: rgb(162,170,170); }
div.DivClassName
{
background-color: #A2AAAA;
}
.BgClassName
{
background-color: #A2AAAA;
}
</style>
border-color css
<style>
span { border-color: #A2AAAA; }
span { border-color: rgb(162,170,170); }
td.TdClassName
{
border-color: #A2AAAA;
}
.TagClassName
{
border-color: #A2AAAA;
}
</style>