Shades of Mountain Mist #AAA69A
Tints of Mountain Mist #AAA69A
RGB
CMYK
RGB Variations
Color information
#AAA69A (or 0xAAA69A) is known color: Mountain Mist. HEX triplet: AA, A6 and 9A. RGB value is (170,166,154). Sum of RGB (Red+Green+Blue) = 170+166+154=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA69A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA69A is #555965. Grayscale: #A5A5A5. Windows color (decimal): -5593446 or 10135210. OLE color: 10135210.
HSL color Cylindrical-coordinate representation of color #AAA69A: hue angle of 45º 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 #AAA69A is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 154 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.33 |
| HSL | 45º | 0.09% | 0.64% | - |
| HSV(B) | 45º | 0.09% | 0.67% | - |
| XYZ | 36.05 | 38.15 | 36.04 | - |
| YUV | 165.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 154 | 0 | 0.02 | 0.09 | 0.33 | 45 | 0.09 | 0.64 |
| Hex | AA | A6 | 9A | 0 | 2 | 9 | 21 | 2D | 9 | 40 |
| Octal | 252 | 246 | 232 | 0 | 2 | 11 | 41 | 55 | 11 | 100 |
| Binary | 10101010 | 10100110 | 10011010 | 0 | 10 | 1001 | 100001 | 101101 | 1001 | 1000000 |
Color Harmonies of #AAA69A
Complementary color
Monochromatic Colors of #AAA69A
Black with #AAA69A
Text Example
Text Example
White with #AAA69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA69A; }
p { color: rgb(170,166,154); }
H1.HeaderClassName
{
color: #AAA69A;
}
.AnyTagClassName
{
color: #AAA69A;
}
</style>
background-color css
<style>
a { background-color: #AAA69A; }
a { background-color: rgb(170,166,154); }
div.DivClassName
{
background-color: #AAA69A;
}
.BgClassName
{
background-color: #AAA69A;
}
</style>
border-color css
<style>
span { border-color: #AAA69A; }
span { border-color: rgb(170,166,154); }
td.TdClassName
{
border-color: #AAA69A;
}
.TagClassName
{
border-color: #AAA69A;
}
</style>