Shades of Mountain Mist #A19E99
Tints of Mountain Mist #A19E99
RGB
CMYK
RGB Variations
Color information
#A19E99 (or 0xA19E99) is known color: Mountain Mist. HEX triplet: A1, 9E and 99. RGB value is (161,158,153). Sum of RGB (Red+Green+Blue) = 161+158+153=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 161 - color contains mainly: red. Hex color #A19E99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19E99 is #5E6166. Grayscale: #9E9E9E. Windows color (decimal): -6185319 or 10067617. OLE color: 10067617.
HSL color Cylindrical-coordinate representation of color #A19E99: hue angle of 37.5º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A19E99 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 158 | 153 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.37 |
| HSL | 37.5º | 0.04% | 0.62% | - |
| HSV(B) | 37.5º | 0.05% | 0.63% | - |
| XYZ | 32.67 | 34.33 | 35.04 | - |
| YUV | 158.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 158 | 153 | 0 | 0.02 | 0.05 | 0.37 | 37.5 | 0.04 | 0.62 |
| Hex | A1 | 9E | 99 | 0 | 2 | 5 | 25 | 26 | 4 | 3E |
| Octal | 241 | 236 | 231 | 0 | 2 | 5 | 45 | 46 | 4 | 76 |
| Binary | 10100001 | 10011110 | 10011001 | 0 | 10 | 101 | 100101 | 100110 | 100 | 111110 |
Color Harmonies of #A19E99
Complementary color
Monochromatic Colors of #A19E99
Black with #A19E99
Text Example
Text Example
White with #A19E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19E99; }
p { color: rgb(161,158,153); }
H1.HeaderClassName
{
color: #A19E99;
}
.AnyTagClassName
{
color: #A19E99;
}
</style>
background-color css
<style>
a { background-color: #A19E99; }
a { background-color: rgb(161,158,153); }
div.DivClassName
{
background-color: #A19E99;
}
.BgClassName
{
background-color: #A19E99;
}
</style>
border-color css
<style>
span { border-color: #A19E99; }
span { border-color: rgb(161,158,153); }
td.TdClassName
{
border-color: #A19E99;
}
.TagClassName
{
border-color: #A19E99;
}
</style>