Shades of Mountain Mist #A8A195
Tints of Mountain Mist #A8A195
RGB
CMYK
RGB Variations
Color information
#A8A195 (or 0xA8A195) is known color: Mountain Mist. HEX triplet: A8, A1 and 95. RGB value is (168,161,149). Sum of RGB (Red+Green+Blue) = 168+161+149=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A195 is #575E6A. Grayscale: #A1A1A1. Windows color (decimal): -5725803 or 9806248. OLE color: 9806248.
HSL color Cylindrical-coordinate representation of color #A8A195: hue angle of 37.89º 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 #A8A195 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 161 | 149 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.34 |
| HSL | 37.89º | 0.1% | 0.62% | - |
| HSV(B) | 37.89º | 0.11% | 0.66% | - |
| XYZ | 34.32 | 35.98 | 33.57 | - |
| YUV | 161.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 161 | 149 | 0 | 0.04 | 0.11 | 0.34 | 37.89 | 0.1 | 0.62 |
| Hex | A8 | A1 | 95 | 0 | 4 | B | 22 | 26 | A | 3E |
| Octal | 250 | 241 | 225 | 0 | 4 | 13 | 42 | 46 | 12 | 76 |
| Binary | 10101000 | 10100001 | 10010101 | 0 | 100 | 1011 | 100010 | 100110 | 1010 | 111110 |
Color Harmonies of #A8A195
Complementary color
Monochromatic Colors of #A8A195
Black with #A8A195
Text Example
Text Example
White with #A8A195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A195; }
p { color: rgb(168,161,149); }
H1.HeaderClassName
{
color: #A8A195;
}
.AnyTagClassName
{
color: #A8A195;
}
</style>
background-color css
<style>
a { background-color: #A8A195; }
a { background-color: rgb(168,161,149); }
div.DivClassName
{
background-color: #A8A195;
}
.BgClassName
{
background-color: #A8A195;
}
</style>
border-color css
<style>
span { border-color: #A8A195; }
span { border-color: rgb(168,161,149); }
td.TdClassName
{
border-color: #A8A195;
}
.TagClassName
{
border-color: #A8A195;
}
</style>