Shades of Mountain Mist #A09E9A
Tints of Mountain Mist #A09E9A
RGB
CMYK
RGB Variations
Color information
#A09E9A (or 0xA09E9A) is known color: Mountain Mist. HEX triplet: A0, 9E and 9A. RGB value is (160,158,154). Sum of RGB (Red+Green+Blue) = 160+158+154=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 160 - color contains mainly: red. Hex color #A09E9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09E9A is #5F6165. Grayscale: #9E9E9E. Windows color (decimal): -6250854 or 10133152. OLE color: 10133152.
HSL color Cylindrical-coordinate representation of color #A09E9A: hue angle of 40º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A09E9A is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 158 | 154 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.37 |
| HSL | 40º | 0.03% | 0.62% | - |
| HSV(B) | 40º | 0.04% | 0.63% | - |
| XYZ | 32.56 | 34.26 | 35.47 | - |
| YUV | 158.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 158 | 154 | 0 | 0.01 | 0.04 | 0.37 | 40 | 0.03 | 0.62 |
| Hex | A0 | 9E | 9A | 0 | 1 | 4 | 25 | 28 | 3 | 3E |
| Octal | 240 | 236 | 232 | 0 | 1 | 4 | 45 | 50 | 3 | 76 |
| Binary | 10100000 | 10011110 | 10011010 | 0 | 1 | 100 | 100101 | 101000 | 11 | 111110 |
Color Harmonies of #A09E9A
Complementary color
Monochromatic Colors of #A09E9A
Black with #A09E9A
Text Example
Text Example
White with #A09E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09E9A; }
p { color: rgb(160,158,154); }
H1.HeaderClassName
{
color: #A09E9A;
}
.AnyTagClassName
{
color: #A09E9A;
}
</style>
background-color css
<style>
a { background-color: #A09E9A; }
a { background-color: rgb(160,158,154); }
div.DivClassName
{
background-color: #A09E9A;
}
.BgClassName
{
background-color: #A09E9A;
}
</style>
border-color css
<style>
span { border-color: #A09E9A; }
span { border-color: rgb(160,158,154); }
td.TdClassName
{
border-color: #A09E9A;
}
.TagClassName
{
border-color: #A09E9A;
}
</style>