Shades of Mountain Mist #ABA79C
Tints of Mountain Mist #ABA79C
RGB
CMYK
RGB Variations
Color information
#ABA79C (or 0xABA79C) is known color: Mountain Mist. HEX triplet: AB, A7 and 9C. RGB value is (171,167,156). Sum of RGB (Red+Green+Blue) = 171+167+156=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA79C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA79C is #545863. Grayscale: #A6A6A6. Windows color (decimal): -5527652 or 10266539. OLE color: 10266539.
HSL color Cylindrical-coordinate representation of color #ABA79C: hue angle of 44º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABA79C is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 156 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.33 |
| HSL | 44º | 0.08% | 0.64% | - |
| HSV(B) | 44º | 0.09% | 0.67% | - |
| XYZ | 36.61 | 38.7 | 36.99 | - |
| YUV | 166.94 | 121.83 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 156 | 0 | 0.02 | 0.09 | 0.33 | 44 | 0.08 | 0.64 |
| Hex | AB | A7 | 9C | 0 | 2 | 9 | 21 | 2C | 8 | 40 |
| Octal | 253 | 247 | 234 | 0 | 2 | 11 | 41 | 54 | 10 | 100 |
| Binary | 10101011 | 10100111 | 10011100 | 0 | 10 | 1001 | 100001 | 101100 | 1000 | 1000000 |
Color Harmonies of #ABA79C
Complementary color
Monochromatic Colors of #ABA79C
Black with #ABA79C
Text Example
Text Example
White with #ABA79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA79C; }
p { color: rgb(171,167,156); }
H1.HeaderClassName
{
color: #ABA79C;
}
.AnyTagClassName
{
color: #ABA79C;
}
</style>
background-color css
<style>
a { background-color: #ABA79C; }
a { background-color: rgb(171,167,156); }
div.DivClassName
{
background-color: #ABA79C;
}
.BgClassName
{
background-color: #ABA79C;
}
</style>
border-color css
<style>
span { border-color: #ABA79C; }
span { border-color: rgb(171,167,156); }
td.TdClassName
{
border-color: #ABA79C;
}
.TagClassName
{
border-color: #ABA79C;
}
</style>