Shades of Mountain Mist #A8A291
Tints of Mountain Mist #A8A291
RGB
CMYK
RGB Variations
Color information
#A8A291 (or 0xA8A291) is known color: Mountain Mist. HEX triplet: A8, A2 and 91. RGB value is (168,162,145). Sum of RGB (Red+Green+Blue) = 168+162+145=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A291 is #575D6E. Grayscale: #A1A1A1. Windows color (decimal): -5725551 or 9544360. OLE color: 9544360.
HSL color Cylindrical-coordinate representation of color #A8A291: hue angle of 44.35º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8A291 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 162 | 145 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.34 |
| HSL | 44.35º | 0.12% | 0.61% | - |
| HSV(B) | 44.35º | 0.14% | 0.66% | - |
| XYZ | 34.18 | 36.21 | 31.98 | - |
| YUV | 161.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 162 | 145 | 0 | 0.04 | 0.14 | 0.34 | 44.35 | 0.12 | 0.61 |
| Hex | A8 | A2 | 91 | 0 | 4 | E | 22 | 2C | C | 3D |
| Octal | 250 | 242 | 221 | 0 | 4 | 16 | 42 | 54 | 14 | 75 |
| Binary | 10101000 | 10100010 | 10010001 | 0 | 100 | 1110 | 100010 | 101100 | 1100 | 111101 |
Color Harmonies of #A8A291
Complementary color
Monochromatic Colors of #A8A291
Black with #A8A291
Text Example
Text Example
White with #A8A291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A291; }
p { color: rgb(168,162,145); }
H1.HeaderClassName
{
color: #A8A291;
}
.AnyTagClassName
{
color: #A8A291;
}
</style>
background-color css
<style>
a { background-color: #A8A291; }
a { background-color: rgb(168,162,145); }
div.DivClassName
{
background-color: #A8A291;
}
.BgClassName
{
background-color: #A8A291;
}
</style>
border-color css
<style>
span { border-color: #A8A291; }
span { border-color: rgb(168,162,145); }
td.TdClassName
{
border-color: #A8A291;
}
.TagClassName
{
border-color: #A8A291;
}
</style>