Shades of Mountain Mist #A5A195
Tints of Mountain Mist #A5A195
RGB
CMYK
RGB Variations
Color information
#A5A195 (or 0xA5A195) is known color: Mountain Mist. HEX triplet: A5, A1 and 95. RGB value is (165,161,149). Sum of RGB (Red+Green+Blue) = 165+161+149=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A195 is #5A5E6A. Grayscale: #A0A0A0. Windows color (decimal): -5922411 or 9806245. OLE color: 9806245.
HSL color Cylindrical-coordinate representation of color #A5A195: hue angle of 45º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5A195 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 161 | 149 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.35 |
| HSL | 45º | 0.08% | 0.62% | - |
| HSV(B) | 45º | 0.1% | 0.65% | - |
| XYZ | 33.69 | 35.66 | 33.54 | - |
| YUV | 160.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 161 | 149 | 0 | 0.02 | 0.10 | 0.35 | 45 | 0.08 | 0.62 |
| Hex | A5 | A1 | 95 | 0 | 2 | A | 23 | 2D | 8 | 3E |
| Octal | 245 | 241 | 225 | 0 | 2 | 12 | 43 | 55 | 10 | 76 |
| Binary | 10100101 | 10100001 | 10010101 | 0 | 10 | 1010 | 100011 | 101101 | 1000 | 111110 |
Color Harmonies of #A5A195
Complementary color
Monochromatic Colors of #A5A195
Black with #A5A195
Text Example
Text Example
White with #A5A195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A195; }
p { color: rgb(165,161,149); }
H1.HeaderClassName
{
color: #A5A195;
}
.AnyTagClassName
{
color: #A5A195;
}
</style>
background-color css
<style>
a { background-color: #A5A195; }
a { background-color: rgb(165,161,149); }
div.DivClassName
{
background-color: #A5A195;
}
.BgClassName
{
background-color: #A5A195;
}
</style>
border-color css
<style>
span { border-color: #A5A195; }
span { border-color: rgb(165,161,149); }
td.TdClassName
{
border-color: #A5A195;
}
.TagClassName
{
border-color: #A5A195;
}
</style>