Shades of Mountain Mist #A8A295
Tints of Mountain Mist #A8A295
RGB
CMYK
RGB Variations
Color information
#A8A295 (or 0xA8A295) is known color: Mountain Mist. HEX triplet: A8, A2 and 95. RGB value is (168,162,149). Sum of RGB (Red+Green+Blue) = 168+162+149=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A295 is #575D6A. Grayscale: #A2A2A2. Windows color (decimal): -5725547 or 9806504. OLE color: 9806504.
HSL color Cylindrical-coordinate representation of color #A8A295: hue angle of 41.05º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8A295 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 162 | 149 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.34 |
| HSL | 41.05º | 0.1% | 0.62% | - |
| HSV(B) | 41.05º | 0.11% | 0.66% | - |
| XYZ | 34.49 | 36.34 | 33.63 | - |
| YUV | 162.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 162 | 149 | 0 | 0.04 | 0.11 | 0.34 | 41.05 | 0.1 | 0.62 |
| Hex | A8 | A2 | 95 | 0 | 4 | B | 22 | 29 | A | 3E |
| Octal | 250 | 242 | 225 | 0 | 4 | 13 | 42 | 51 | 12 | 76 |
| Binary | 10101000 | 10100010 | 10010101 | 0 | 100 | 1011 | 100010 | 101001 | 1010 | 111110 |
Color Harmonies of #A8A295
Complementary color
Monochromatic Colors of #A8A295
Black with #A8A295
Text Example
Text Example
White with #A8A295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A295; }
p { color: rgb(168,162,149); }
H1.HeaderClassName
{
color: #A8A295;
}
.AnyTagClassName
{
color: #A8A295;
}
</style>
background-color css
<style>
a { background-color: #A8A295; }
a { background-color: rgb(168,162,149); }
div.DivClassName
{
background-color: #A8A295;
}
.BgClassName
{
background-color: #A8A295;
}
</style>
border-color css
<style>
span { border-color: #A8A295; }
span { border-color: rgb(168,162,149); }
td.TdClassName
{
border-color: #A8A295;
}
.TagClassName
{
border-color: #A8A295;
}
</style>