Shades of Mountain Mist #A7A49B
Tints of Mountain Mist #A7A49B
RGB
CMYK
RGB Variations
Color information
#A7A49B (or 0xA7A49B) is known color: Mountain Mist. HEX triplet: A7, A4 and 9B. RGB value is (167,164,155). Sum of RGB (Red+Green+Blue) = 167+164+155=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A49B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A49B is #585B64. Grayscale: #A3A3A3. Windows color (decimal): -5790565 or 10200231. OLE color: 10200231.
HSL color Cylindrical-coordinate representation of color #A7A49B: hue angle of 45º 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 #A7A49B is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 164 | 155 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.35 |
| HSL | 45º | 0.06% | 0.63% | - |
| HSV(B) | 45º | 0.07% | 0.65% | - |
| XYZ | 35.13 | 37.13 | 36.33 | - |
| YUV | 163.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 164 | 155 | 0 | 0.02 | 0.07 | 0.35 | 45 | 0.06 | 0.63 |
| Hex | A7 | A4 | 9B | 0 | 2 | 7 | 23 | 2D | 6 | 3F |
| Octal | 247 | 244 | 233 | 0 | 2 | 7 | 43 | 55 | 6 | 77 |
| Binary | 10100111 | 10100100 | 10011011 | 0 | 10 | 111 | 100011 | 101101 | 110 | 111111 |
Color Harmonies of #A7A49B
Complementary color
Monochromatic Colors of #A7A49B
Black with #A7A49B
Text Example
Text Example
White with #A7A49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A49B; }
p { color: rgb(167,164,155); }
H1.HeaderClassName
{
color: #A7A49B;
}
.AnyTagClassName
{
color: #A7A49B;
}
</style>
background-color css
<style>
a { background-color: #A7A49B; }
a { background-color: rgb(167,164,155); }
div.DivClassName
{
background-color: #A7A49B;
}
.BgClassName
{
background-color: #A7A49B;
}
</style>
border-color css
<style>
span { border-color: #A7A49B; }
span { border-color: rgb(167,164,155); }
td.TdClassName
{
border-color: #A7A49B;
}
.TagClassName
{
border-color: #A7A49B;
}
</style>