Shades of Mountain Mist #A19F99
Tints of Mountain Mist #A19F99
RGB
CMYK
RGB Variations
Color information
#A19F99 (or 0xA19F99) is known color: Mountain Mist. HEX triplet: A1, 9F and 99. RGB value is (161,159,153). Sum of RGB (Red+Green+Blue) = 161+159+153=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19F99 is #5E6066. Grayscale: #9E9E9E. Windows color (decimal): -6185063 or 10067873. OLE color: 10067873.
HSL color Cylindrical-coordinate representation of color #A19F99: hue angle of 45º 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 #A19F99 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 159 | 153 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.37 |
| HSL | 45º | 0.04% | 0.62% | - |
| HSV(B) | 45º | 0.05% | 0.63% | - |
| XYZ | 32.85 | 34.67 | 35.1 | - |
| YUV | 158.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 153 | 0 | 0.01 | 0.05 | 0.37 | 45 | 0.04 | 0.62 |
| Hex | A1 | 9F | 99 | 0 | 1 | 5 | 25 | 2D | 4 | 3E |
| Octal | 241 | 237 | 231 | 0 | 1 | 5 | 45 | 55 | 4 | 76 |
| Binary | 10100001 | 10011111 | 10011001 | 0 | 1 | 101 | 100101 | 101101 | 100 | 111110 |
Color Harmonies of #A19F99
Complementary color
Monochromatic Colors of #A19F99
Black with #A19F99
Text Example
Text Example
White with #A19F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19F99; }
p { color: rgb(161,159,153); }
H1.HeaderClassName
{
color: #A19F99;
}
.AnyTagClassName
{
color: #A19F99;
}
</style>
background-color css
<style>
a { background-color: #A19F99; }
a { background-color: rgb(161,159,153); }
div.DivClassName
{
background-color: #A19F99;
}
.BgClassName
{
background-color: #A19F99;
}
</style>
border-color css
<style>
span { border-color: #A19F99; }
span { border-color: rgb(161,159,153); }
td.TdClassName
{
border-color: #A19F99;
}
.TagClassName
{
border-color: #A19F99;
}
</style>