Shades of Mountain Mist #A7A299
Tints of Mountain Mist #A7A299
RGB
CMYK
RGB Variations
Color information
#A7A299 (or 0xA7A299) is known color: Mountain Mist. HEX triplet: A7, A2 and 99. RGB value is (167,162,153). Sum of RGB (Red+Green+Blue) = 167+162+153=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A299 is #585D66. Grayscale: #A2A2A2. Windows color (decimal): -5791079 or 10068647. OLE color: 10068647.
HSL color Cylindrical-coordinate representation of color #A7A299: hue angle of 38.57º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A7A299 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 162 | 153 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.35 |
| HSL | 38.57º | 0.07% | 0.63% | - |
| HSV(B) | 38.57º | 0.08% | 0.65% | - |
| XYZ | 34.61 | 36.36 | 35.33 | - |
| YUV | 162.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 162 | 153 | 0 | 0.03 | 0.08 | 0.35 | 38.57 | 0.07 | 0.63 |
| Hex | A7 | A2 | 99 | 0 | 3 | 8 | 23 | 27 | 7 | 3F |
| Octal | 247 | 242 | 231 | 0 | 3 | 10 | 43 | 47 | 7 | 77 |
| Binary | 10100111 | 10100010 | 10011001 | 0 | 11 | 1000 | 100011 | 100111 | 111 | 111111 |
Color Harmonies of #A7A299
Complementary color
Monochromatic Colors of #A7A299
Black with #A7A299
Text Example
Text Example
White with #A7A299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A299; }
p { color: rgb(167,162,153); }
H1.HeaderClassName
{
color: #A7A299;
}
.AnyTagClassName
{
color: #A7A299;
}
</style>
background-color css
<style>
a { background-color: #A7A299; }
a { background-color: rgb(167,162,153); }
div.DivClassName
{
background-color: #A7A299;
}
.BgClassName
{
background-color: #A7A299;
}
</style>
border-color css
<style>
span { border-color: #A7A299; }
span { border-color: rgb(167,162,153); }
td.TdClassName
{
border-color: #A7A299;
}
.TagClassName
{
border-color: #A7A299;
}
</style>