Shades of Foggy Grey #A2A2A0
Tints of Foggy Grey #A2A2A0
RGB
CMYK
RGB Variations
Color information
#A2A2A0 (or 0xA2A2A0) is known color: Foggy Grey. HEX triplet: A2, A2 and A0. RGB value is (162,162,160). Sum of RGB (Red+Green+Blue) = 162+162+160=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A2A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A2A0 is #5D5D5F. Grayscale: #A1A1A1. Windows color (decimal): -6118752 or 10527394. OLE color: 10527394.
HSL color Cylindrical-coordinate representation of color #A2A2A0: hue angle of 60º degrees, saturation: 0.01, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #A2A2A0 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
RGB | 162 | 162 | 160 | - |
CMYK | 0 | 0 | 0.01 | 0.36 |
HSL | 60º | 0.01% | 0.63% | - |
HSV(B) | 60º | 0.01% | 0.64% | - |
XYZ | 34.17 | 36.06 | 38.42 | - |
YUV | 161.77 | 127 | 128.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 162 | 160 | 0 | 0 | 0.01 | 0.36 | 60 | 0.01 | 0.63 |
Hex | A2 | A2 | A0 | 0 | 0 | 1 | 24 | 3C | 1 | 3F |
Octal | 242 | 242 | 240 | 0 | 0 | 1 | 44 | 74 | 1 | 77 |
Binary | 10100010 | 10100010 | 10100000 | 0 | 0 | 1 | 100100 | 111100 | 1 | 111111 |
Color Harmonies of #A2A2A0
Complementary color
Monochromatic Colors of #A2A2A0
Black with #A2A2A0
Text Example
Text Example
White with #A2A2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A2A0; }
p { color: rgb(162,162,160); }
H1.HeaderClassName
{
color: #A2A2A0;
}
.AnyTagClassName
{
color: #A2A2A0;
}
</style>
background-color css
<style>
a { background-color: #A2A2A0; }
a { background-color: rgb(162,162,160); }
div.DivClassName
{
background-color: #A2A2A0;
}
.BgClassName
{
background-color: #A2A2A0;
}
</style>
border-color css
<style>
span { border-color: #A2A2A0; }
span { border-color: rgb(162,162,160); }
td.TdClassName
{
border-color: #A2A2A0;
}
.TagClassName
{
border-color: #A2A2A0;
}
</style>