Shades of Foggy Grey #AAA9A4
Tints of Foggy Grey #AAA9A4
RGB
CMYK
RGB Variations
Color information
#AAA9A4 (or 0xAAA9A4) is known color: Foggy Grey. HEX triplet: AA, A9 and A4. RGB value is (170,169,164). Sum of RGB (Red+Green+Blue) = 170+169+164=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA9A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA9A4 is #55565B. Grayscale: #A8A8A8. Windows color (decimal): -5592668 or 10791338. OLE color: 10791338.
HSL color Cylindrical-coordinate representation of color #AAA9A4: hue angle of 50º degrees, saturation: 0.03, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AAA9A4 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 164 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.33 |
| HSL | 50º | 0.03% | 0.65% | - |
| HSV(B) | 50º | 0.04% | 0.67% | - |
| XYZ | 37.47 | 39.6 | 40.79 | - |
| YUV | 168.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 164 | 0 | 0.01 | 0.04 | 0.33 | 50 | 0.03 | 0.65 |
| Hex | AA | A9 | A4 | 0 | 1 | 4 | 21 | 32 | 3 | 41 |
| Octal | 252 | 251 | 244 | 0 | 1 | 4 | 41 | 62 | 3 | 101 |
| Binary | 10101010 | 10101001 | 10100100 | 0 | 1 | 100 | 100001 | 110010 | 11 | 1000001 |
Color Harmonies of #AAA9A4
Complementary color
Monochromatic Colors of #AAA9A4
Black with #AAA9A4
Text Example
Text Example
White with #AAA9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA9A4; }
p { color: rgb(170,169,164); }
H1.HeaderClassName
{
color: #AAA9A4;
}
.AnyTagClassName
{
color: #AAA9A4;
}
</style>
background-color css
<style>
a { background-color: #AAA9A4; }
a { background-color: rgb(170,169,164); }
div.DivClassName
{
background-color: #AAA9A4;
}
.BgClassName
{
background-color: #AAA9A4;
}
</style>
border-color css
<style>
span { border-color: #AAA9A4; }
span { border-color: rgb(170,169,164); }
td.TdClassName
{
border-color: #AAA9A4;
}
.TagClassName
{
border-color: #AAA9A4;
}
</style>