Shades of Mountain Mist #A7A293
Tints of Mountain Mist #A7A293
RGB
CMYK
RGB Variations
Color information
#A7A293 (or 0xA7A293) is known color: Mountain Mist. HEX triplet: A7, A2 and 93. RGB value is (167,162,147). Sum of RGB (Red+Green+Blue) = 167+162+147=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A293 is #585D6C. Grayscale: #A1A1A1. Windows color (decimal): -5791085 or 9675431. OLE color: 9675431.
HSL color Cylindrical-coordinate representation of color #A7A293: hue angle of 45º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7A293 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 162 | 147 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.35 |
| HSL | 45º | 0.1% | 0.62% | - |
| HSV(B) | 45º | 0.12% | 0.65% | - |
| XYZ | 34.12 | 36.16 | 32.79 | - |
| YUV | 161.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 162 | 147 | 0 | 0.03 | 0.12 | 0.35 | 45 | 0.1 | 0.62 |
| Hex | A7 | A2 | 93 | 0 | 3 | C | 23 | 2D | A | 3E |
| Octal | 247 | 242 | 223 | 0 | 3 | 14 | 43 | 55 | 12 | 76 |
| Binary | 10100111 | 10100010 | 10010011 | 0 | 11 | 1100 | 100011 | 101101 | 1010 | 111110 |
Color Harmonies of #A7A293
Complementary color
Monochromatic Colors of #A7A293
Black with #A7A293
Text Example
Text Example
White with #A7A293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A293; }
p { color: rgb(167,162,147); }
H1.HeaderClassName
{
color: #A7A293;
}
.AnyTagClassName
{
color: #A7A293;
}
</style>
background-color css
<style>
a { background-color: #A7A293; }
a { background-color: rgb(167,162,147); }
div.DivClassName
{
background-color: #A7A293;
}
.BgClassName
{
background-color: #A7A293;
}
</style>
border-color css
<style>
span { border-color: #A7A293; }
span { border-color: rgb(167,162,147); }
td.TdClassName
{
border-color: #A7A293;
}
.TagClassName
{
border-color: #A7A293;
}
</style>