Shades of Foggy Grey #AAA995
Tints of Foggy Grey #AAA995
RGB
CMYK
RGB Variations
Color information
#AAA995 (or 0xAAA995) is known color: Foggy Grey. HEX triplet: AA, A9 and 95. RGB value is (170,169,149). Sum of RGB (Red+Green+Blue) = 170+169+149=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA995 is #55566A. Grayscale: #A7A7A7. Windows color (decimal): -5592683 or 9808298. OLE color: 9808298.
HSL color Cylindrical-coordinate representation of color #AAA995: hue angle of 57.14º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAA995 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 149 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.33 |
| HSL | 57.14º | 0.11% | 0.63% | - |
| HSV(B) | 57.14º | 0.12% | 0.67% | - |
| XYZ | 36.19 | 39.09 | 34.07 | - |
| YUV | 167.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 149 | 0 | 0.01 | 0.12 | 0.33 | 57.14 | 0.11 | 0.63 |
| Hex | AA | A9 | 95 | 0 | 1 | C | 21 | 39 | B | 3F |
| Octal | 252 | 251 | 225 | 0 | 1 | 14 | 41 | 71 | 13 | 77 |
| Binary | 10101010 | 10101001 | 10010101 | 0 | 1 | 1100 | 100001 | 111001 | 1011 | 111111 |
Color Harmonies of #AAA995
Complementary color
Monochromatic Colors of #AAA995
Black with #AAA995
Text Example
Text Example
White with #AAA995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA995; }
p { color: rgb(170,169,149); }
H1.HeaderClassName
{
color: #AAA995;
}
.AnyTagClassName
{
color: #AAA995;
}
</style>
background-color css
<style>
a { background-color: #AAA995; }
a { background-color: rgb(170,169,149); }
div.DivClassName
{
background-color: #AAA995;
}
.BgClassName
{
background-color: #AAA995;
}
</style>
border-color css
<style>
span { border-color: #AAA995; }
span { border-color: rgb(170,169,149); }
td.TdClassName
{
border-color: #AAA995;
}
.TagClassName
{
border-color: #AAA995;
}
</style>