Shades of Mountain Mist #AAA496
Tints of Mountain Mist #AAA496
RGB
CMYK
RGB Variations
Color information
#AAA496 (or 0xAAA496) is known color: Mountain Mist. HEX triplet: AA, A4 and 96. RGB value is (170,164,150). Sum of RGB (Red+Green+Blue) = 170+164+150=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA496 is #555B69. Grayscale: #A4A4A4. Windows color (decimal): -5593962 or 9872554. OLE color: 9872554.
HSL color Cylindrical-coordinate representation of color #AAA496: hue angle of 42º 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 #AAA496 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 150 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.33 |
| HSL | 42º | 0.11% | 0.63% | - |
| HSV(B) | 42º | 0.12% | 0.67% | - |
| XYZ | 35.36 | 37.3 | 34.19 | - |
| YUV | 164.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 150 | 0 | 0.04 | 0.12 | 0.33 | 42 | 0.11 | 0.63 |
| Hex | AA | A4 | 96 | 0 | 4 | C | 21 | 2A | B | 3F |
| Octal | 252 | 244 | 226 | 0 | 4 | 14 | 41 | 52 | 13 | 77 |
| Binary | 10101010 | 10100100 | 10010110 | 0 | 100 | 1100 | 100001 | 101010 | 1011 | 111111 |
Color Harmonies of #AAA496
Complementary color
Monochromatic Colors of #AAA496
Black with #AAA496
Text Example
Text Example
White with #AAA496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA496; }
p { color: rgb(170,164,150); }
H1.HeaderClassName
{
color: #AAA496;
}
.AnyTagClassName
{
color: #AAA496;
}
</style>
background-color css
<style>
a { background-color: #AAA496; }
a { background-color: rgb(170,164,150); }
div.DivClassName
{
background-color: #AAA496;
}
.BgClassName
{
background-color: #AAA496;
}
</style>
border-color css
<style>
span { border-color: #AAA496; }
span { border-color: rgb(170,164,150); }
td.TdClassName
{
border-color: #AAA496;
}
.TagClassName
{
border-color: #AAA496;
}
</style>