Shades of Mountain Mist #AAA495
Tints of Mountain Mist #AAA495
RGB
CMYK
RGB Variations
Color information
#AAA495 (or 0xAAA495) is known color: Mountain Mist. HEX triplet: AA, A4 and 95. RGB value is (170,164,149). Sum of RGB (Red+Green+Blue) = 170+164+149=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA495 is #555B6A. Grayscale: #A4A4A4. Windows color (decimal): -5593963 or 9807018. OLE color: 9807018.
HSL color Cylindrical-coordinate representation of color #AAA495: hue angle of 42.86º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAA495 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 149 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.33 |
| HSL | 42.86º | 0.11% | 0.63% | - |
| HSV(B) | 42.86º | 0.12% | 0.67% | - |
| XYZ | 35.28 | 37.27 | 33.77 | - |
| YUV | 164.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 149 | 0 | 0.04 | 0.12 | 0.33 | 42.86 | 0.11 | 0.63 |
| Hex | AA | A4 | 95 | 0 | 4 | C | 21 | 2B | B | 3F |
| Octal | 252 | 244 | 225 | 0 | 4 | 14 | 41 | 53 | 13 | 77 |
| Binary | 10101010 | 10100100 | 10010101 | 0 | 100 | 1100 | 100001 | 101011 | 1011 | 111111 |
Color Harmonies of #AAA495
Complementary color
Monochromatic Colors of #AAA495
Black with #AAA495
Text Example
Text Example
White with #AAA495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA495; }
p { color: rgb(170,164,149); }
H1.HeaderClassName
{
color: #AAA495;
}
.AnyTagClassName
{
color: #AAA495;
}
</style>
background-color css
<style>
a { background-color: #AAA495; }
a { background-color: rgb(170,164,149); }
div.DivClassName
{
background-color: #AAA495;
}
.BgClassName
{
background-color: #AAA495;
}
</style>
border-color css
<style>
span { border-color: #AAA495; }
span { border-color: rgb(170,164,149); }
td.TdClassName
{
border-color: #AAA495;
}
.TagClassName
{
border-color: #AAA495;
}
</style>