Shades of Mountain Mist #A1A09B
Tints of Mountain Mist #A1A09B
RGB
CMYK
RGB Variations
Color information
#A1A09B (or 0xA1A09B) is known color: Mountain Mist. HEX triplet: A1, A0 and 9B. RGB value is (161,160,155). Sum of RGB (Red+Green+Blue) = 161+160+155=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A09B is #5E5F64. Grayscale: #9F9F9F. Windows color (decimal): -6184805 or 10199201. OLE color: 10199201.
HSL color Cylindrical-coordinate representation of color #A1A09B: hue angle of 50º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A1A09B is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 160 | 155 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.37 |
| HSL | 50º | 0.03% | 0.62% | - |
| HSV(B) | 50º | 0.04% | 0.63% | - |
| XYZ | 33.19 | 35.09 | 36.03 | - |
| YUV | 159.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 160 | 155 | 0 | 0.01 | 0.04 | 0.37 | 50 | 0.03 | 0.62 |
| Hex | A1 | A0 | 9B | 0 | 1 | 4 | 25 | 32 | 3 | 3E |
| Octal | 241 | 240 | 233 | 0 | 1 | 4 | 45 | 62 | 3 | 76 |
| Binary | 10100001 | 10100000 | 10011011 | 0 | 1 | 100 | 100101 | 110010 | 11 | 111110 |
Color Harmonies of #A1A09B
Complementary color
Monochromatic Colors of #A1A09B
Black with #A1A09B
Text Example
Text Example
White with #A1A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A09B; }
p { color: rgb(161,160,155); }
H1.HeaderClassName
{
color: #A1A09B;
}
.AnyTagClassName
{
color: #A1A09B;
}
</style>
background-color css
<style>
a { background-color: #A1A09B; }
a { background-color: rgb(161,160,155); }
div.DivClassName
{
background-color: #A1A09B;
}
.BgClassName
{
background-color: #A1A09B;
}
</style>
border-color css
<style>
span { border-color: #A1A09B; }
span { border-color: rgb(161,160,155); }
td.TdClassName
{
border-color: #A1A09B;
}
.TagClassName
{
border-color: #A1A09B;
}
</style>