Shades of Foggy Grey #AAA699
Tints of Foggy Grey #AAA699
RGB
CMYK
RGB Variations
Color information
#AAA699 (or 0xAAA699) is known color: Foggy Grey. HEX triplet: AA, A6 and 99. RGB value is (170,166,153). Sum of RGB (Red+Green+Blue) = 170+166+153=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA699 is #555966. Grayscale: #A5A5A5. Windows color (decimal): -5593447 or 10069674. OLE color: 10069674.
HSL color Cylindrical-coordinate representation of color #AAA699: hue angle of 45.88º 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 #AAA699 is Cyan = 0, Magento = 0.02, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 153 | - |
| CMYK | 0 | 0.02 | 0.1 | 0.33 |
| HSL | 45.88º | 0.09% | 0.63% | - |
| HSV(B) | 45.88º | 0.1% | 0.67% | - |
| XYZ | 35.96 | 38.12 | 35.6 | - |
| YUV | 165.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 153 | 0 | 0.02 | 0.1 | 0.33 | 45.88 | 0.09 | 0.63 |
| Hex | AA | A6 | 99 | 0 | 2 | A | 21 | 2E | 9 | 3F |
| Octal | 252 | 246 | 231 | 0 | 2 | 12 | 41 | 56 | 11 | 77 |
| Binary | 10101010 | 10100110 | 10011001 | 0 | 10 | 1010 | 100001 | 101110 | 1001 | 111111 |
Color Harmonies of #AAA699
Complementary color
Monochromatic Colors of #AAA699
Black with #AAA699
Text Example
Text Example
White with #AAA699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA699; }
p { color: rgb(170,166,153); }
H1.HeaderClassName
{
color: #AAA699;
}
.AnyTagClassName
{
color: #AAA699;
}
</style>
background-color css
<style>
a { background-color: #AAA699; }
a { background-color: rgb(170,166,153); }
div.DivClassName
{
background-color: #AAA699;
}
.BgClassName
{
background-color: #AAA699;
}
</style>
border-color css
<style>
span { border-color: #AAA699; }
span { border-color: rgb(170,166,153); }
td.TdClassName
{
border-color: #AAA699;
}
.TagClassName
{
border-color: #AAA699;
}
</style>