Shades of Mountain Mist #A8A297
Tints of Mountain Mist #A8A297
RGB
CMYK
RGB Variations
Color information
#A8A297 (or 0xA8A297) is known color: Mountain Mist. HEX triplet: A8, A2 and 97. RGB value is (168,162,151). Sum of RGB (Red+Green+Blue) = 168+162+151=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 151 (59.38% from 255 or 31.39% from 481); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A297 is #575D68. Grayscale: #A2A2A2. Windows color (decimal): -5725545 or 9937576. OLE color: 9937576.
HSL color Cylindrical-coordinate representation of color #A8A297: hue angle of 38.82º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8A297 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 162 | 151 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.34 |
| HSL | 38.82º | 0.09% | 0.63% | - |
| HSV(B) | 38.82º | 0.1% | 0.66% | - |
| XYZ | 34.65 | 36.4 | 34.48 | - |
| YUV | 162.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 162 | 151 | 0 | 0.04 | 0.10 | 0.34 | 38.82 | 0.09 | 0.63 |
| Hex | A8 | A2 | 97 | 0 | 4 | A | 22 | 27 | 9 | 3F |
| Octal | 250 | 242 | 227 | 0 | 4 | 12 | 42 | 47 | 11 | 77 |
| Binary | 10101000 | 10100010 | 10010111 | 0 | 100 | 1010 | 100010 | 100111 | 1001 | 111111 |
Color Harmonies of #A8A297
Complementary color
Monochromatic Colors of #A8A297
Black with #A8A297
Text Example
Text Example
White with #A8A297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A297; }
p { color: rgb(168,162,151); }
H1.HeaderClassName
{
color: #A8A297;
}
.AnyTagClassName
{
color: #A8A297;
}
</style>
background-color css
<style>
a { background-color: #A8A297; }
a { background-color: rgb(168,162,151); }
div.DivClassName
{
background-color: #A8A297;
}
.BgClassName
{
background-color: #A8A297;
}
</style>
border-color css
<style>
span { border-color: #A8A297; }
span { border-color: rgb(168,162,151); }
td.TdClassName
{
border-color: #A8A297;
}
.TagClassName
{
border-color: #A8A297;
}
</style>