Shades of Foggy Grey #AAA99A
Tints of Foggy Grey #AAA99A
RGB
CMYK
RGB Variations
Color information
#AAA99A (or 0xAAA99A) is known color: Foggy Grey. HEX triplet: AA, A9 and 9A. RGB value is (170,169,154). Sum of RGB (Red+Green+Blue) = 170+169+154=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA99A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA99A is #555665. Grayscale: #A7A7A7. Windows color (decimal): -5592678 or 10135978. OLE color: 10135978.
HSL color Cylindrical-coordinate representation of color #AAA99A: hue angle of 56.25º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAA99A is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 154 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.33 |
| HSL | 56.25º | 0.09% | 0.64% | - |
| HSV(B) | 56.25º | 0.09% | 0.67% | - |
| XYZ | 36.6 | 39.26 | 36.22 | - |
| YUV | 167.59 | 120.33 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 154 | 0 | 0.01 | 0.09 | 0.33 | 56.25 | 0.09 | 0.64 |
| Hex | AA | A9 | 9A | 0 | 1 | 9 | 21 | 38 | 9 | 40 |
| Octal | 252 | 251 | 232 | 0 | 1 | 11 | 41 | 70 | 11 | 100 |
| Binary | 10101010 | 10101001 | 10011010 | 0 | 1 | 1001 | 100001 | 111000 | 1001 | 1000000 |
Color Harmonies of #AAA99A
Complementary color
Monochromatic Colors of #AAA99A
Black with #AAA99A
Text Example
Text Example
White with #AAA99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA99A; }
p { color: rgb(170,169,154); }
H1.HeaderClassName
{
color: #AAA99A;
}
.AnyTagClassName
{
color: #AAA99A;
}
</style>
background-color css
<style>
a { background-color: #AAA99A; }
a { background-color: rgb(170,169,154); }
div.DivClassName
{
background-color: #AAA99A;
}
.BgClassName
{
background-color: #AAA99A;
}
</style>
border-color css
<style>
span { border-color: #AAA99A; }
span { border-color: rgb(170,169,154); }
td.TdClassName
{
border-color: #AAA99A;
}
.TagClassName
{
border-color: #AAA99A;
}
</style>