Shades of Mountain Mist #A6A198
Tints of Mountain Mist #A6A198
RGB
CMYK
RGB Variations
Color information
#A6A198 (or 0xA6A198) is known color: Mountain Mist. HEX triplet: A6, A1 and 98. RGB value is (166,161,152). Sum of RGB (Red+Green+Blue) = 166+161+152=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A198 is #595E67. Grayscale: #A1A1A1. Windows color (decimal): -5856872 or 10002854. OLE color: 10002854.
HSL color Cylindrical-coordinate representation of color #A6A198: hue angle of 38.57º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A6A198 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 161 | 152 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.35 |
| HSL | 38.57º | 0.07% | 0.62% | - |
| HSV(B) | 38.57º | 0.08% | 0.65% | - |
| XYZ | 34.14 | 35.86 | 34.83 | - |
| YUV | 161.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 161 | 152 | 0 | 0.03 | 0.08 | 0.35 | 38.57 | 0.07 | 0.62 |
| Hex | A6 | A1 | 98 | 0 | 3 | 8 | 23 | 27 | 7 | 3E |
| Octal | 246 | 241 | 230 | 0 | 3 | 10 | 43 | 47 | 7 | 76 |
| Binary | 10100110 | 10100001 | 10011000 | 0 | 11 | 1000 | 100011 | 100111 | 111 | 111110 |
Color Harmonies of #A6A198
Complementary color
Monochromatic Colors of #A6A198
Black with #A6A198
Text Example
Text Example
White with #A6A198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A198; }
p { color: rgb(166,161,152); }
H1.HeaderClassName
{
color: #A6A198;
}
.AnyTagClassName
{
color: #A6A198;
}
</style>
background-color css
<style>
a { background-color: #A6A198; }
a { background-color: rgb(166,161,152); }
div.DivClassName
{
background-color: #A6A198;
}
.BgClassName
{
background-color: #A6A198;
}
</style>
border-color css
<style>
span { border-color: #A6A198; }
span { border-color: rgb(166,161,152); }
td.TdClassName
{
border-color: #A6A198;
}
.TagClassName
{
border-color: #A6A198;
}
</style>