Shades of Mountain Mist #A29F96
Tints of Mountain Mist #A29F96
RGB
CMYK
RGB Variations
Color information
#A29F96 (or 0xA29F96) is known color: Mountain Mist. HEX triplet: A2, 9F and 96. RGB value is (162,159,150). Sum of RGB (Red+Green+Blue) = 162+159+150=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29F96 is #5D6069. Grayscale: #9E9E9E. Windows color (decimal): -6119530 or 9871266. OLE color: 9871266.
HSL color Cylindrical-coordinate representation of color #A29F96: hue angle of 45º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A29F96 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 159 | 150 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.36 |
| HSL | 45º | 0.06% | 0.61% | - |
| HSV(B) | 45º | 0.07% | 0.64% | - |
| XYZ | 32.8 | 34.68 | 33.82 | - |
| YUV | 158.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 150 | 0 | 0.02 | 0.07 | 0.36 | 45 | 0.06 | 0.61 |
| Hex | A2 | 9F | 96 | 0 | 2 | 7 | 24 | 2D | 6 | 3D |
| Octal | 242 | 237 | 226 | 0 | 2 | 7 | 44 | 55 | 6 | 75 |
| Binary | 10100010 | 10011111 | 10010110 | 0 | 10 | 111 | 100100 | 101101 | 110 | 111101 |
Color Harmonies of #A29F96
Complementary color
Monochromatic Colors of #A29F96
Black with #A29F96
Text Example
Text Example
White with #A29F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29F96; }
p { color: rgb(162,159,150); }
H1.HeaderClassName
{
color: #A29F96;
}
.AnyTagClassName
{
color: #A29F96;
}
</style>
background-color css
<style>
a { background-color: #A29F96; }
a { background-color: rgb(162,159,150); }
div.DivClassName
{
background-color: #A29F96;
}
.BgClassName
{
background-color: #A29F96;
}
</style>
border-color css
<style>
span { border-color: #A29F96; }
span { border-color: rgb(162,159,150); }
td.TdClassName
{
border-color: #A29F96;
}
.TagClassName
{
border-color: #A29F96;
}
</style>