Shades of Mountain Mist #A1A09C
Tints of Mountain Mist #A1A09C
RGB
CMYK
RGB Variations
Color information
#A1A09C (or 0xA1A09C) is known color: Mountain Mist. HEX triplet: A1, A0 and 9C. RGB value is (161,160,156). Sum of RGB (Red+Green+Blue) = 161+160+156=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A09C is #5E5F63. Grayscale: #9F9F9F. Windows color (decimal): -6184804 or 10264737. OLE color: 10264737.
HSL color Cylindrical-coordinate representation of color #A1A09C: hue angle of 48º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A1A09C is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 160 | 156 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.37 |
| HSL | 48º | 0.03% | 0.62% | - |
| HSV(B) | 48º | 0.03% | 0.63% | - |
| XYZ | 33.27 | 35.12 | 36.48 | - |
| YUV | 159.84 | 125.83 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 160 | 156 | 0 | 0.01 | 0.03 | 0.37 | 48 | 0.03 | 0.62 |
| Hex | A1 | A0 | 9C | 0 | 1 | 3 | 25 | 30 | 3 | 3E |
| Octal | 241 | 240 | 234 | 0 | 1 | 3 | 45 | 60 | 3 | 76 |
| Binary | 10100001 | 10100000 | 10011100 | 0 | 1 | 11 | 100101 | 110000 | 11 | 111110 |
Color Harmonies of #A1A09C
Complementary color
Monochromatic Colors of #A1A09C
Black with #A1A09C
Text Example
Text Example
White with #A1A09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A09C; }
p { color: rgb(161,160,156); }
H1.HeaderClassName
{
color: #A1A09C;
}
.AnyTagClassName
{
color: #A1A09C;
}
</style>
background-color css
<style>
a { background-color: #A1A09C; }
a { background-color: rgb(161,160,156); }
div.DivClassName
{
background-color: #A1A09C;
}
.BgClassName
{
background-color: #A1A09C;
}
</style>
border-color css
<style>
span { border-color: #A1A09C; }
span { border-color: rgb(161,160,156); }
td.TdClassName
{
border-color: #A1A09C;
}
.TagClassName
{
border-color: #A1A09C;
}
</style>