Shades of Foggy Grey #AAA9A2
Tints of Foggy Grey #AAA9A2
RGB
CMYK
RGB Variations
Color information
#AAA9A2 (or 0xAAA9A2) is known color: Foggy Grey. HEX triplet: AA, A9 and A2. RGB value is (170,169,162). Sum of RGB (Red+Green+Blue) = 170+169+162=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA9A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA9A2 is #55565D. Grayscale: #A8A8A8. Windows color (decimal): -5592670 or 10660266. OLE color: 10660266.
HSL color Cylindrical-coordinate representation of color #AAA9A2: hue angle of 52.5º 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 #AAA9A2 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 169 | 162 | - |
CMYK | 0 | 0.01 | 0.05 | 0.33 |
HSL | 52.5º | 0.04% | 0.65% | - |
HSV(B) | 52.5º | 0.05% | 0.67% | - |
XYZ | 37.29 | 39.53 | 39.85 | - |
YUV | 168.5 | 124.33 | 129.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 169 | 162 | 0 | 0.01 | 0.05 | 0.33 | 52.5 | 0.04 | 0.65 |
Hex | AA | A9 | A2 | 0 | 1 | 5 | 21 | 34 | 4 | 41 |
Octal | 252 | 251 | 242 | 0 | 1 | 5 | 41 | 64 | 4 | 101 |
Binary | 10101010 | 10101001 | 10100010 | 0 | 1 | 101 | 100001 | 110100 | 100 | 1000001 |
Color Harmonies of #AAA9A2
Complementary color
Monochromatic Colors of #AAA9A2
Black with #AAA9A2
Text Example
Text Example
White with #AAA9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA9A2; }
p { color: rgb(170,169,162); }
H1.HeaderClassName
{
color: #AAA9A2;
}
.AnyTagClassName
{
color: #AAA9A2;
}
</style>
background-color css
<style>
a { background-color: #AAA9A2; }
a { background-color: rgb(170,169,162); }
div.DivClassName
{
background-color: #AAA9A2;
}
.BgClassName
{
background-color: #AAA9A2;
}
</style>
border-color css
<style>
span { border-color: #AAA9A2; }
span { border-color: rgb(170,169,162); }
td.TdClassName
{
border-color: #AAA9A2;
}
.TagClassName
{
border-color: #AAA9A2;
}
</style>