Shades of Mountain Mist #A6A197
Tints of Mountain Mist #A6A197
RGB
CMYK
RGB Variations
Color information
#A6A197 (or 0xA6A197) is known color: Mountain Mist. HEX triplet: A6, A1 and 97. RGB value is (166,161,151). Sum of RGB (Red+Green+Blue) = 166+161+151=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A197 is #595E68. Grayscale: #A1A1A1. Windows color (decimal): -5856873 or 9937318. OLE color: 9937318.
HSL color Cylindrical-coordinate representation of color #A6A197: hue angle of 40º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A6A197 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 161 | 151 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.35 |
| HSL | 40º | 0.08% | 0.62% | - |
| HSV(B) | 40º | 0.09% | 0.65% | - |
| XYZ | 34.06 | 35.83 | 34.4 | - |
| YUV | 161.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 161 | 151 | 0 | 0.03 | 0.09 | 0.35 | 40 | 0.08 | 0.62 |
| Hex | A6 | A1 | 97 | 0 | 3 | 9 | 23 | 28 | 8 | 3E |
| Octal | 246 | 241 | 227 | 0 | 3 | 11 | 43 | 50 | 10 | 76 |
| Binary | 10100110 | 10100001 | 10010111 | 0 | 11 | 1001 | 100011 | 101000 | 1000 | 111110 |
Color Harmonies of #A6A197
Complementary color
Monochromatic Colors of #A6A197
Black with #A6A197
Text Example
Text Example
White with #A6A197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A197; }
p { color: rgb(166,161,151); }
H1.HeaderClassName
{
color: #A6A197;
}
.AnyTagClassName
{
color: #A6A197;
}
</style>
background-color css
<style>
a { background-color: #A6A197; }
a { background-color: rgb(166,161,151); }
div.DivClassName
{
background-color: #A6A197;
}
.BgClassName
{
background-color: #A6A197;
}
</style>
border-color css
<style>
span { border-color: #A6A197; }
span { border-color: rgb(166,161,151); }
td.TdClassName
{
border-color: #A6A197;
}
.TagClassName
{
border-color: #A6A197;
}
</style>