Shades of Mountain Mist #A19E98
Tints of Mountain Mist #A19E98
RGB
CMYK
RGB Variations
Color information
#A19E98 (or 0xA19E98) is known color: Mountain Mist. HEX triplet: A1, 9E and 98. RGB value is (161,158,152). Sum of RGB (Red+Green+Blue) = 161+158+152=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 161 - color contains mainly: red. Hex color #A19E98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19E98 is #5E6167. Grayscale: #9E9E9E. Windows color (decimal): -6185320 or 10002081. OLE color: 10002081.
HSL color Cylindrical-coordinate representation of color #A19E98: hue angle of 40º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A19E98 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 158 | 152 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.37 |
| HSL | 40º | 0.05% | 0.61% | - |
| HSV(B) | 40º | 0.06% | 0.63% | - |
| XYZ | 32.59 | 34.3 | 34.61 | - |
| YUV | 158.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 158 | 152 | 0 | 0.02 | 0.06 | 0.37 | 40 | 0.05 | 0.61 |
| Hex | A1 | 9E | 98 | 0 | 2 | 6 | 25 | 28 | 5 | 3D |
| Octal | 241 | 236 | 230 | 0 | 2 | 6 | 45 | 50 | 5 | 75 |
| Binary | 10100001 | 10011110 | 10011000 | 0 | 10 | 110 | 100101 | 101000 | 101 | 111101 |
Color Harmonies of #A19E98
Complementary color
Monochromatic Colors of #A19E98
Black with #A19E98
Text Example
Text Example
White with #A19E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19E98; }
p { color: rgb(161,158,152); }
H1.HeaderClassName
{
color: #A19E98;
}
.AnyTagClassName
{
color: #A19E98;
}
</style>
background-color css
<style>
a { background-color: #A19E98; }
a { background-color: rgb(161,158,152); }
div.DivClassName
{
background-color: #A19E98;
}
.BgClassName
{
background-color: #A19E98;
}
</style>
border-color css
<style>
span { border-color: #A19E98; }
span { border-color: rgb(161,158,152); }
td.TdClassName
{
border-color: #A19E98;
}
.TagClassName
{
border-color: #A19E98;
}
</style>