Shades of Mountain Mist #A6A096
Tints of Mountain Mist #A6A096
RGB
CMYK
RGB Variations
Color information
#A6A096 (or 0xA6A096) is known color: Mountain Mist. HEX triplet: A6, A0 and 96. RGB value is (166,160,150). Sum of RGB (Red+Green+Blue) = 166+160+150=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A096 is #595F69. Grayscale: #A0A0A0. Windows color (decimal): -5857130 or 9871526. OLE color: 9871526.
HSL color Cylindrical-coordinate representation of color #A6A096: hue angle of 37.5º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A6A096 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 160 | 150 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.35 |
| HSL | 37.5º | 0.08% | 0.62% | - |
| HSV(B) | 37.5º | 0.1% | 0.65% | - |
| XYZ | 33.8 | 35.45 | 33.92 | - |
| YUV | 160.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 150 | 0 | 0.04 | 0.10 | 0.35 | 37.5 | 0.08 | 0.62 |
| Hex | A6 | A0 | 96 | 0 | 4 | A | 23 | 26 | 8 | 3E |
| Octal | 246 | 240 | 226 | 0 | 4 | 12 | 43 | 46 | 10 | 76 |
| Binary | 10100110 | 10100000 | 10010110 | 0 | 100 | 1010 | 100011 | 100110 | 1000 | 111110 |
Color Harmonies of #A6A096
Complementary color
Monochromatic Colors of #A6A096
Black with #A6A096
Text Example
Text Example
White with #A6A096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A096; }
p { color: rgb(166,160,150); }
H1.HeaderClassName
{
color: #A6A096;
}
.AnyTagClassName
{
color: #A6A096;
}
</style>
background-color css
<style>
a { background-color: #A6A096; }
a { background-color: rgb(166,160,150); }
div.DivClassName
{
background-color: #A6A096;
}
.BgClassName
{
background-color: #A6A096;
}
</style>
border-color css
<style>
span { border-color: #A6A096; }
span { border-color: rgb(166,160,150); }
td.TdClassName
{
border-color: #A6A096;
}
.TagClassName
{
border-color: #A6A096;
}
</style>