Shades of Mountain Mist #A19D93
Tints of Mountain Mist #A19D93
RGB
CMYK
RGB Variations
Color information
#A19D93 (or 0xA19D93) is known color: Mountain Mist. HEX triplet: A1, 9D and 93. RGB value is (161,157,147). Sum of RGB (Red+Green+Blue) = 161+157+147=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19D93 is #5E626C. Grayscale: #9D9D9D. Windows color (decimal): -6185581 or 9674145. OLE color: 9674145.
HSL color Cylindrical-coordinate representation of color #A19D93: hue angle of 42.86º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A19D93 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 157 | 147 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.37 |
| HSL | 42.86º | 0.07% | 0.6% | - |
| HSV(B) | 42.86º | 0.09% | 0.63% | - |
| XYZ | 32.02 | 33.8 | 32.44 | - |
| YUV | 157.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 147 | 0 | 0.02 | 0.09 | 0.37 | 42.86 | 0.07 | 0.6 |
| Hex | A1 | 9D | 93 | 0 | 2 | 9 | 25 | 2B | 7 | 3C |
| Octal | 241 | 235 | 223 | 0 | 2 | 11 | 45 | 53 | 7 | 74 |
| Binary | 10100001 | 10011101 | 10010011 | 0 | 10 | 1001 | 100101 | 101011 | 111 | 111100 |
Color Harmonies of #A19D93
Complementary color
Monochromatic Colors of #A19D93
Black with #A19D93
Text Example
Text Example
White with #A19D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19D93; }
p { color: rgb(161,157,147); }
H1.HeaderClassName
{
color: #A19D93;
}
.AnyTagClassName
{
color: #A19D93;
}
</style>
background-color css
<style>
a { background-color: #A19D93; }
a { background-color: rgb(161,157,147); }
div.DivClassName
{
background-color: #A19D93;
}
.BgClassName
{
background-color: #A19D93;
}
</style>
border-color css
<style>
span { border-color: #A19D93; }
span { border-color: rgb(161,157,147); }
td.TdClassName
{
border-color: #A19D93;
}
.TagClassName
{
border-color: #A19D93;
}
</style>