Shades of Mountain Mist #A6A39B
Tints of Mountain Mist #A6A39B
RGB
CMYK
RGB Variations
Color information
#A6A39B (or 0xA6A39B) is known color: Mountain Mist. HEX triplet: A6, A3 and 9B. RGB value is (166,163,155). Sum of RGB (Red+Green+Blue) = 166+163+155=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A39B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A39B is #595C64. Grayscale: #A3A3A3. Windows color (decimal): -5856357 or 10199974. OLE color: 10199974.
HSL color Cylindrical-coordinate representation of color #A6A39B: hue angle of 43.64º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A6A39B is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 163 | 155 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.35 |
| HSL | 43.64º | 0.06% | 0.63% | - |
| HSV(B) | 43.64º | 0.07% | 0.65% | - |
| XYZ | 34.74 | 36.67 | 36.26 | - |
| YUV | 162.99 | 123.49 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 163 | 155 | 0 | 0.02 | 0.07 | 0.35 | 43.64 | 0.06 | 0.63 |
| Hex | A6 | A3 | 9B | 0 | 2 | 7 | 23 | 2C | 6 | 3F |
| Octal | 246 | 243 | 233 | 0 | 2 | 7 | 43 | 54 | 6 | 77 |
| Binary | 10100110 | 10100011 | 10011011 | 0 | 10 | 111 | 100011 | 101100 | 110 | 111111 |
Color Harmonies of #A6A39B
Complementary color
Monochromatic Colors of #A6A39B
Black with #A6A39B
Text Example
Text Example
White with #A6A39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A39B; }
p { color: rgb(166,163,155); }
H1.HeaderClassName
{
color: #A6A39B;
}
.AnyTagClassName
{
color: #A6A39B;
}
</style>
background-color css
<style>
a { background-color: #A6A39B; }
a { background-color: rgb(166,163,155); }
div.DivClassName
{
background-color: #A6A39B;
}
.BgClassName
{
background-color: #A6A39B;
}
</style>
border-color css
<style>
span { border-color: #A6A39B; }
span { border-color: rgb(166,163,155); }
td.TdClassName
{
border-color: #A6A39B;
}
.TagClassName
{
border-color: #A6A39B;
}
</style>