Shades of Mountain Mist #A5A099
Tints of Mountain Mist #A5A099
RGB
CMYK
RGB Variations
Color information
#A5A099 (or 0xA5A099) is known color: Mountain Mist. HEX triplet: A5, A0 and 99. RGB value is (165,160,153). Sum of RGB (Red+Green+Blue) = 165+160+153=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A099 is #5A5F66. Grayscale: #A0A0A0. Windows color (decimal): -5922663 or 10068133. OLE color: 10068133.
HSL color Cylindrical-coordinate representation of color #A5A099: hue angle of 35º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A5A099 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 160 | 153 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.35 |
| HSL | 35º | 0.06% | 0.62% | - |
| HSV(B) | 35º | 0.07% | 0.65% | - |
| XYZ | 33.84 | 35.44 | 35.19 | - |
| YUV | 160.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 160 | 153 | 0 | 0.03 | 0.07 | 0.35 | 35 | 0.06 | 0.62 |
| Hex | A5 | A0 | 99 | 0 | 3 | 7 | 23 | 23 | 6 | 3E |
| Octal | 245 | 240 | 231 | 0 | 3 | 7 | 43 | 43 | 6 | 76 |
| Binary | 10100101 | 10100000 | 10011001 | 0 | 11 | 111 | 100011 | 100011 | 110 | 111110 |
Color Harmonies of #A5A099
Complementary color
Monochromatic Colors of #A5A099
Black with #A5A099
Text Example
Text Example
White with #A5A099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A099; }
p { color: rgb(165,160,153); }
H1.HeaderClassName
{
color: #A5A099;
}
.AnyTagClassName
{
color: #A5A099;
}
</style>
background-color css
<style>
a { background-color: #A5A099; }
a { background-color: rgb(165,160,153); }
div.DivClassName
{
background-color: #A5A099;
}
.BgClassName
{
background-color: #A5A099;
}
</style>
border-color css
<style>
span { border-color: #A5A099; }
span { border-color: rgb(165,160,153); }
td.TdClassName
{
border-color: #A5A099;
}
.TagClassName
{
border-color: #A5A099;
}
</style>