Shades of Mountain Mist #A5A098
Tints of Mountain Mist #A5A098
RGB
CMYK
RGB Variations
Color information
#A5A098 (or 0xA5A098) is known color: Mountain Mist. HEX triplet: A5, A0 and 98. RGB value is (165,160,152). Sum of RGB (Red+Green+Blue) = 165+160+152=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A098 is #5A5F67. Grayscale: #A0A0A0. Windows color (decimal): -5922664 or 10002597. OLE color: 10002597.
HSL color Cylindrical-coordinate representation of color #A5A098: hue angle of 36.92º 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 #A5A098 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 160 | 152 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.35 |
| HSL | 36.92º | 0.07% | 0.62% | - |
| HSV(B) | 36.92º | 0.08% | 0.65% | - |
| XYZ | 33.76 | 35.41 | 34.76 | - |
| YUV | 160.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 160 | 152 | 0 | 0.03 | 0.08 | 0.35 | 36.92 | 0.07 | 0.62 |
| Hex | A5 | A0 | 98 | 0 | 3 | 8 | 23 | 25 | 7 | 3E |
| Octal | 245 | 240 | 230 | 0 | 3 | 10 | 43 | 45 | 7 | 76 |
| Binary | 10100101 | 10100000 | 10011000 | 0 | 11 | 1000 | 100011 | 100101 | 111 | 111110 |
Color Harmonies of #A5A098
Complementary color
Monochromatic Colors of #A5A098
Black with #A5A098
Text Example
Text Example
White with #A5A098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A098; }
p { color: rgb(165,160,152); }
H1.HeaderClassName
{
color: #A5A098;
}
.AnyTagClassName
{
color: #A5A098;
}
</style>
background-color css
<style>
a { background-color: #A5A098; }
a { background-color: rgb(165,160,152); }
div.DivClassName
{
background-color: #A5A098;
}
.BgClassName
{
background-color: #A5A098;
}
</style>
border-color css
<style>
span { border-color: #A5A098; }
span { border-color: rgb(165,160,152); }
td.TdClassName
{
border-color: #A5A098;
}
.TagClassName
{
border-color: #A5A098;
}
</style>