Shades of Mountain Mist #AAA69C
Tints of Mountain Mist #AAA69C
RGB
CMYK
RGB Variations
Color information
#AAA69C (or 0xAAA69C) is known color: Mountain Mist. HEX triplet: AA, A6 and 9C. RGB value is (170,166,156). Sum of RGB (Red+Green+Blue) = 170+166+156=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA69C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA69C is #555963. Grayscale: #A6A6A6. Windows color (decimal): -5593444 or 10266282. OLE color: 10266282.
HSL color Cylindrical-coordinate representation of color #AAA69C: hue angle of 42.86º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAA69C is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 156 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.33 |
| HSL | 42.86º | 0.08% | 0.64% | - |
| HSV(B) | 42.86º | 0.08% | 0.67% | - |
| XYZ | 36.21 | 38.22 | 36.92 | - |
| YUV | 166.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 156 | 0 | 0.02 | 0.08 | 0.33 | 42.86 | 0.08 | 0.64 |
| Hex | AA | A6 | 9C | 0 | 2 | 8 | 21 | 2B | 8 | 40 |
| Octal | 252 | 246 | 234 | 0 | 2 | 10 | 41 | 53 | 10 | 100 |
| Binary | 10101010 | 10100110 | 10011100 | 0 | 10 | 1000 | 100001 | 101011 | 1000 | 1000000 |
Color Harmonies of #AAA69C
Complementary color
Monochromatic Colors of #AAA69C
Black with #AAA69C
Text Example
Text Example
White with #AAA69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA69C; }
p { color: rgb(170,166,156); }
H1.HeaderClassName
{
color: #AAA69C;
}
.AnyTagClassName
{
color: #AAA69C;
}
</style>
background-color css
<style>
a { background-color: #AAA69C; }
a { background-color: rgb(170,166,156); }
div.DivClassName
{
background-color: #AAA69C;
}
.BgClassName
{
background-color: #AAA69C;
}
</style>
border-color css
<style>
span { border-color: #AAA69C; }
span { border-color: rgb(170,166,156); }
td.TdClassName
{
border-color: #AAA69C;
}
.TagClassName
{
border-color: #AAA69C;
}
</style>