Shades of Mountain Mist #A9A599
Tints of Mountain Mist #A9A599
RGB
CMYK
RGB Variations
Color information
#A9A599 (or 0xA9A599) is known color: Mountain Mist. HEX triplet: A9, A5 and 99. RGB value is (169,165,153). Sum of RGB (Red+Green+Blue) = 169+165+153=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A599 is #565A66. Grayscale: #A4A4A4. Windows color (decimal): -5659239 or 10069417. OLE color: 10069417.
HSL color Cylindrical-coordinate representation of color #A9A599: hue angle of 45º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A9A599 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 165 | 153 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.34 |
| HSL | 45º | 0.09% | 0.63% | - |
| HSV(B) | 45º | 0.09% | 0.66% | - |
| XYZ | 35.57 | 37.65 | 35.53 | - |
| YUV | 164.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 165 | 153 | 0 | 0.02 | 0.09 | 0.34 | 45 | 0.09 | 0.63 |
| Hex | A9 | A5 | 99 | 0 | 2 | 9 | 22 | 2D | 9 | 3F |
| Octal | 251 | 245 | 231 | 0 | 2 | 11 | 42 | 55 | 11 | 77 |
| Binary | 10101001 | 10100101 | 10011001 | 0 | 10 | 1001 | 100010 | 101101 | 1001 | 111111 |
Color Harmonies of #A9A599
Complementary color
Monochromatic Colors of #A9A599
Black with #A9A599
Text Example
Text Example
White with #A9A599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A599; }
p { color: rgb(169,165,153); }
H1.HeaderClassName
{
color: #A9A599;
}
.AnyTagClassName
{
color: #A9A599;
}
</style>
background-color css
<style>
a { background-color: #A9A599; }
a { background-color: rgb(169,165,153); }
div.DivClassName
{
background-color: #A9A599;
}
.BgClassName
{
background-color: #A9A599;
}
</style>
border-color css
<style>
span { border-color: #A9A599; }
span { border-color: rgb(169,165,153); }
td.TdClassName
{
border-color: #A9A599;
}
.TagClassName
{
border-color: #A9A599;
}
</style>