Shades of Mountain Mist #A29F9B
Tints of Mountain Mist #A29F9B
RGB
CMYK
RGB Variations
Color information
#A29F9B (or 0xA29F9B) is known color: Mountain Mist. HEX triplet: A2, 9F and 9B. RGB value is (162,159,155). Sum of RGB (Red+Green+Blue) = 162+159+155=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29F9B is #5D6064. Grayscale: #9F9F9F. Windows color (decimal): -6119525 or 10198946. OLE color: 10198946.
HSL color Cylindrical-coordinate representation of color #A29F9B: hue angle of 34.29º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A29F9B is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 159 | 155 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.36 |
| HSL | 34.29º | 0.04% | 0.62% | - |
| HSV(B) | 34.29º | 0.04% | 0.64% | - |
| XYZ | 33.21 | 34.84 | 35.99 | - |
| YUV | 159.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 155 | 0 | 0.02 | 0.04 | 0.36 | 34.29 | 0.04 | 0.62 |
| Hex | A2 | 9F | 9B | 0 | 2 | 4 | 24 | 22 | 4 | 3E |
| Octal | 242 | 237 | 233 | 0 | 2 | 4 | 44 | 42 | 4 | 76 |
| Binary | 10100010 | 10011111 | 10011011 | 0 | 10 | 100 | 100100 | 100010 | 100 | 111110 |
Color Harmonies of #A29F9B
Complementary color
Monochromatic Colors of #A29F9B
Black with #A29F9B
Text Example
Text Example
White with #A29F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29F9B; }
p { color: rgb(162,159,155); }
H1.HeaderClassName
{
color: #A29F9B;
}
.AnyTagClassName
{
color: #A29F9B;
}
</style>
background-color css
<style>
a { background-color: #A29F9B; }
a { background-color: rgb(162,159,155); }
div.DivClassName
{
background-color: #A29F9B;
}
.BgClassName
{
background-color: #A29F9B;
}
</style>
border-color css
<style>
span { border-color: #A29F9B; }
span { border-color: rgb(162,159,155); }
td.TdClassName
{
border-color: #A29F9B;
}
.TagClassName
{
border-color: #A29F9B;
}
</style>