Shades of Foggy Grey #AAA99E
Tints of Foggy Grey #AAA99E
RGB
CMYK
RGB Variations
Color information
#AAA99E (or 0xAAA99E) is known color: Foggy Grey. HEX triplet: AA, A9 and 9E. RGB value is (170,169,158). Sum of RGB (Red+Green+Blue) = 170+169+158=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA99E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA99E is #555661. Grayscale: #A8A8A8. Windows color (decimal): -5592674 or 10398122. OLE color: 10398122.
HSL color Cylindrical-coordinate representation of color #AAA99E: hue angle of 55º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAA99E is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 158 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.33 |
| HSL | 55º | 0.07% | 0.64% | - |
| HSV(B) | 55º | 0.07% | 0.67% | - |
| XYZ | 36.94 | 39.39 | 38 | - |
| YUV | 168.05 | 122.33 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 158 | 0 | 0.01 | 0.07 | 0.33 | 55 | 0.07 | 0.64 |
| Hex | AA | A9 | 9E | 0 | 1 | 7 | 21 | 37 | 7 | 40 |
| Octal | 252 | 251 | 236 | 0 | 1 | 7 | 41 | 67 | 7 | 100 |
| Binary | 10101010 | 10101001 | 10011110 | 0 | 1 | 111 | 100001 | 110111 | 111 | 1000000 |
Color Harmonies of #AAA99E
Complementary color
Monochromatic Colors of #AAA99E
Black with #AAA99E
Text Example
Text Example
White with #AAA99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA99E; }
p { color: rgb(170,169,158); }
H1.HeaderClassName
{
color: #AAA99E;
}
.AnyTagClassName
{
color: #AAA99E;
}
</style>
background-color css
<style>
a { background-color: #AAA99E; }
a { background-color: rgb(170,169,158); }
div.DivClassName
{
background-color: #AAA99E;
}
.BgClassName
{
background-color: #AAA99E;
}
</style>
border-color css
<style>
span { border-color: #AAA99E; }
span { border-color: rgb(170,169,158); }
td.TdClassName
{
border-color: #AAA99E;
}
.TagClassName
{
border-color: #AAA99E;
}
</style>