Shades of Mountain Mist #A7A192
Tints of Mountain Mist #A7A192
RGB
CMYK
RGB Variations
Color information
#A7A192 (or 0xA7A192) is known color: Mountain Mist. HEX triplet: A7, A1 and 92. RGB value is (167,161,146). Sum of RGB (Red+Green+Blue) = 167+161+146=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A192 is #585E6D. Grayscale: #A1A1A1. Windows color (decimal): -5791342 or 9609639. OLE color: 9609639.
HSL color Cylindrical-coordinate representation of color #A7A192: hue angle of 42.86º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A7A192 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 161 | 146 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.35 |
| HSL | 42.86º | 0.11% | 0.61% | - |
| HSV(B) | 42.86º | 0.13% | 0.65% | - |
| XYZ | 33.87 | 35.78 | 32.32 | - |
| YUV | 161.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 161 | 146 | 0 | 0.04 | 0.13 | 0.35 | 42.86 | 0.11 | 0.61 |
| Hex | A7 | A1 | 92 | 0 | 4 | D | 23 | 2B | B | 3D |
| Octal | 247 | 241 | 222 | 0 | 4 | 15 | 43 | 53 | 13 | 75 |
| Binary | 10100111 | 10100001 | 10010010 | 0 | 100 | 1101 | 100011 | 101011 | 1011 | 111101 |
Color Harmonies of #A7A192
Complementary color
Monochromatic Colors of #A7A192
Black with #A7A192
Text Example
Text Example
White with #A7A192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A192; }
p { color: rgb(167,161,146); }
H1.HeaderClassName
{
color: #A7A192;
}
.AnyTagClassName
{
color: #A7A192;
}
</style>
background-color css
<style>
a { background-color: #A7A192; }
a { background-color: rgb(167,161,146); }
div.DivClassName
{
background-color: #A7A192;
}
.BgClassName
{
background-color: #A7A192;
}
</style>
border-color css
<style>
span { border-color: #A7A192; }
span { border-color: rgb(167,161,146); }
td.TdClassName
{
border-color: #A7A192;
}
.TagClassName
{
border-color: #A7A192;
}
</style>