Shades of Mountain Mist #A29D93
Tints of Mountain Mist #A29D93
RGB
CMYK
RGB Variations
Color information
#A29D93 (or 0xA29D93) is known color: Mountain Mist. HEX triplet: A2, 9D and 93. RGB value is (162,157,147). Sum of RGB (Red+Green+Blue) = 162+157+147=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29D93 is #5D626C. Grayscale: #9D9D9D. Windows color (decimal): -6120045 or 9674146. OLE color: 9674146.
HSL color Cylindrical-coordinate representation of color #A29D93: hue angle of 40º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A29D93 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 157 | 147 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.36 |
| HSL | 40º | 0.07% | 0.61% | - |
| HSV(B) | 40º | 0.09% | 0.64% | - |
| XYZ | 32.22 | 33.9 | 32.45 | - |
| YUV | 157.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 147 | 0 | 0.03 | 0.09 | 0.36 | 40 | 0.07 | 0.61 |
| Hex | A2 | 9D | 93 | 0 | 3 | 9 | 24 | 28 | 7 | 3D |
| Octal | 242 | 235 | 223 | 0 | 3 | 11 | 44 | 50 | 7 | 75 |
| Binary | 10100010 | 10011101 | 10010011 | 0 | 11 | 1001 | 100100 | 101000 | 111 | 111101 |
Color Harmonies of #A29D93
Complementary color
Monochromatic Colors of #A29D93
Black with #A29D93
Text Example
Text Example
White with #A29D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29D93; }
p { color: rgb(162,157,147); }
H1.HeaderClassName
{
color: #A29D93;
}
.AnyTagClassName
{
color: #A29D93;
}
</style>
background-color css
<style>
a { background-color: #A29D93; }
a { background-color: rgb(162,157,147); }
div.DivClassName
{
background-color: #A29D93;
}
.BgClassName
{
background-color: #A29D93;
}
</style>
border-color css
<style>
span { border-color: #A29D93; }
span { border-color: rgb(162,157,147); }
td.TdClassName
{
border-color: #A29D93;
}
.TagClassName
{
border-color: #A29D93;
}
</style>