Shades of Mountain Mist #A5A198
Tints of Mountain Mist #A5A198
RGB
CMYK
RGB Variations
Color information
#A5A198 (or 0xA5A198) is known color: Mountain Mist. HEX triplet: A5, A1 and 98. RGB value is (165,161,152). Sum of RGB (Red+Green+Blue) = 165+161+152=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A198 is #5A5E67. Grayscale: #A1A1A1. Windows color (decimal): -5922408 or 10002853. OLE color: 10002853.
HSL color Cylindrical-coordinate representation of color #A5A198: hue angle of 41.54º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A5A198 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 161 | 152 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.35 |
| HSL | 41.54º | 0.07% | 0.62% | - |
| HSV(B) | 41.54º | 0.08% | 0.65% | - |
| XYZ | 33.93 | 35.76 | 34.82 | - |
| YUV | 161.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 161 | 152 | 0 | 0.02 | 0.08 | 0.35 | 41.54 | 0.07 | 0.62 |
| Hex | A5 | A1 | 98 | 0 | 2 | 8 | 23 | 2A | 7 | 3E |
| Octal | 245 | 241 | 230 | 0 | 2 | 10 | 43 | 52 | 7 | 76 |
| Binary | 10100101 | 10100001 | 10011000 | 0 | 10 | 1000 | 100011 | 101010 | 111 | 111110 |
Color Harmonies of #A5A198
Complementary color
Monochromatic Colors of #A5A198
Black with #A5A198
Text Example
Text Example
White with #A5A198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A198; }
p { color: rgb(165,161,152); }
H1.HeaderClassName
{
color: #A5A198;
}
.AnyTagClassName
{
color: #A5A198;
}
</style>
background-color css
<style>
a { background-color: #A5A198; }
a { background-color: rgb(165,161,152); }
div.DivClassName
{
background-color: #A5A198;
}
.BgClassName
{
background-color: #A5A198;
}
</style>
border-color css
<style>
span { border-color: #A5A198; }
span { border-color: rgb(165,161,152); }
td.TdClassName
{
border-color: #A5A198;
}
.TagClassName
{
border-color: #A5A198;
}
</style>