Shades of Mountain Mist #A29D94
Tints of Mountain Mist #A29D94
RGB
CMYK
RGB Variations
Color information
#A29D94 (or 0xA29D94) is known color: Mountain Mist. HEX triplet: A2, 9D and 94. RGB value is (162,157,148). Sum of RGB (Red+Green+Blue) = 162+157+148=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29D94 is #5D626B. Grayscale: #9D9D9D. Windows color (decimal): -6120044 or 9739682. OLE color: 9739682.
HSL color Cylindrical-coordinate representation of color #A29D94: hue angle of 38.57º 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 #A29D94 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 157 | 148 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.36 |
| HSL | 38.57º | 0.07% | 0.61% | - |
| HSV(B) | 38.57º | 0.09% | 0.64% | - |
| XYZ | 32.3 | 33.93 | 32.86 | - |
| YUV | 157.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 148 | 0 | 0.03 | 0.09 | 0.36 | 38.57 | 0.07 | 0.61 |
| Hex | A2 | 9D | 94 | 0 | 3 | 9 | 24 | 27 | 7 | 3D |
| Octal | 242 | 235 | 224 | 0 | 3 | 11 | 44 | 47 | 7 | 75 |
| Binary | 10100010 | 10011101 | 10010100 | 0 | 11 | 1001 | 100100 | 100111 | 111 | 111101 |
Color Harmonies of #A29D94
Complementary color
Monochromatic Colors of #A29D94
Black with #A29D94
Text Example
Text Example
White with #A29D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29D94; }
p { color: rgb(162,157,148); }
H1.HeaderClassName
{
color: #A29D94;
}
.AnyTagClassName
{
color: #A29D94;
}
</style>
background-color css
<style>
a { background-color: #A29D94; }
a { background-color: rgb(162,157,148); }
div.DivClassName
{
background-color: #A29D94;
}
.BgClassName
{
background-color: #A29D94;
}
</style>
border-color css
<style>
span { border-color: #A29D94; }
span { border-color: rgb(162,157,148); }
td.TdClassName
{
border-color: #A29D94;
}
.TagClassName
{
border-color: #A29D94;
}
</style>