Shades of Foggy Grey #AAA89E
Tints of Foggy Grey #AAA89E
RGB
CMYK
RGB Variations
Color information
#AAA89E (or 0xAAA89E) is known color: Foggy Grey. HEX triplet: AA, A8 and 9E. RGB value is (170,168,158). Sum of RGB (Red+Green+Blue) = 170+168+158=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA89E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA89E is #555761. Grayscale: #A7A7A7. Windows color (decimal): -5592930 or 10397866. OLE color: 10397866.
HSL color Cylindrical-coordinate representation of color #AAA89E: hue angle of 50º 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 #AAA89E is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 158 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.33 |
| HSL | 50º | 0.07% | 0.64% | - |
| HSV(B) | 50º | 0.07% | 0.67% | - |
| XYZ | 36.75 | 39.02 | 37.94 | - |
| YUV | 167.46 | 122.66 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 158 | 0 | 0.01 | 0.07 | 0.33 | 50 | 0.07 | 0.64 |
| Hex | AA | A8 | 9E | 0 | 1 | 7 | 21 | 32 | 7 | 40 |
| Octal | 252 | 250 | 236 | 0 | 1 | 7 | 41 | 62 | 7 | 100 |
| Binary | 10101010 | 10101000 | 10011110 | 0 | 1 | 111 | 100001 | 110010 | 111 | 1000000 |
Color Harmonies of #AAA89E
Complementary color
Monochromatic Colors of #AAA89E
Black with #AAA89E
Text Example
Text Example
White with #AAA89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA89E; }
p { color: rgb(170,168,158); }
H1.HeaderClassName
{
color: #AAA89E;
}
.AnyTagClassName
{
color: #AAA89E;
}
</style>
background-color css
<style>
a { background-color: #AAA89E; }
a { background-color: rgb(170,168,158); }
div.DivClassName
{
background-color: #AAA89E;
}
.BgClassName
{
background-color: #AAA89E;
}
</style>
border-color css
<style>
span { border-color: #AAA89E; }
span { border-color: rgb(170,168,158); }
td.TdClassName
{
border-color: #AAA89E;
}
.TagClassName
{
border-color: #AAA89E;
}
</style>