Shades of Foggy Grey #AAA899
Tints of Foggy Grey #AAA899
RGB
CMYK
RGB Variations
Color information
#AAA899 (or 0xAAA899) is known color: Foggy Grey. HEX triplet: AA, A8 and 99. RGB value is (170,168,153). Sum of RGB (Red+Green+Blue) = 170+168+153=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA899 is #555766. Grayscale: #A6A6A6. Windows color (decimal): -5592935 or 10070186. OLE color: 10070186.
HSL color Cylindrical-coordinate representation of color #AAA899: hue angle of 52.94º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAA899 is Cyan = 0, Magento = 0.01, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 153 | - |
| CMYK | 0 | 0.01 | 0.1 | 0.33 |
| HSL | 52.94º | 0.09% | 0.63% | - |
| HSV(B) | 52.94º | 0.1% | 0.67% | - |
| XYZ | 36.33 | 38.85 | 35.72 | - |
| YUV | 166.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 153 | 0 | 0.01 | 0.1 | 0.33 | 52.94 | 0.09 | 0.63 |
| Hex | AA | A8 | 99 | 0 | 1 | A | 21 | 35 | 9 | 3F |
| Octal | 252 | 250 | 231 | 0 | 1 | 12 | 41 | 65 | 11 | 77 |
| Binary | 10101010 | 10101000 | 10011001 | 0 | 1 | 1010 | 100001 | 110101 | 1001 | 111111 |
Color Harmonies of #AAA899
Complementary color
Monochromatic Colors of #AAA899
Black with #AAA899
Text Example
Text Example
White with #AAA899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA899; }
p { color: rgb(170,168,153); }
H1.HeaderClassName
{
color: #AAA899;
}
.AnyTagClassName
{
color: #AAA899;
}
</style>
background-color css
<style>
a { background-color: #AAA899; }
a { background-color: rgb(170,168,153); }
div.DivClassName
{
background-color: #AAA899;
}
.BgClassName
{
background-color: #AAA899;
}
</style>
border-color css
<style>
span { border-color: #AAA899; }
span { border-color: rgb(170,168,153); }
td.TdClassName
{
border-color: #AAA899;
}
.TagClassName
{
border-color: #AAA899;
}
</style>