Shades of Foggy Grey #AAA9A6
Tints of Foggy Grey #AAA9A6
RGB
CMYK
RGB Variations
Color information
#AAA9A6 (or 0xAAA9A6) is known color: Foggy Grey. HEX triplet: AA, A9 and A6. RGB value is (170,169,166). Sum of RGB (Red+Green+Blue) = 170+169+166=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA9A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA9A6 is #555659. Grayscale: #A8A8A8. Windows color (decimal): -5592666 or 10922410. OLE color: 10922410.
HSL color Cylindrical-coordinate representation of color #AAA9A6: hue angle of 45º degrees, saturation: 0.02, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AAA9A6 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 166 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.33 |
| HSL | 45º | 0.02% | 0.66% | - |
| HSV(B) | 45º | 0.02% | 0.67% | - |
| XYZ | 37.65 | 39.68 | 41.75 | - |
| YUV | 168.96 | 126.33 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 166 | 0 | 0.01 | 0.02 | 0.33 | 45 | 0.02 | 0.66 |
| Hex | AA | A9 | A6 | 0 | 1 | 2 | 21 | 2D | 2 | 42 |
| Octal | 252 | 251 | 246 | 0 | 1 | 2 | 41 | 55 | 2 | 102 |
| Binary | 10101010 | 10101001 | 10100110 | 0 | 1 | 10 | 100001 | 101101 | 10 | 1000010 |
Color Harmonies of #AAA9A6
Complementary color
Monochromatic Colors of #AAA9A6
Black with #AAA9A6
Text Example
Text Example
White with #AAA9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA9A6; }
p { color: rgb(170,169,166); }
H1.HeaderClassName
{
color: #AAA9A6;
}
.AnyTagClassName
{
color: #AAA9A6;
}
</style>
background-color css
<style>
a { background-color: #AAA9A6; }
a { background-color: rgb(170,169,166); }
div.DivClassName
{
background-color: #AAA9A6;
}
.BgClassName
{
background-color: #AAA9A6;
}
</style>
border-color css
<style>
span { border-color: #AAA9A6; }
span { border-color: rgb(170,169,166); }
td.TdClassName
{
border-color: #AAA9A6;
}
.TagClassName
{
border-color: #AAA9A6;
}
</style>