Shades of Mountain Mist #A3A09B
Tints of Mountain Mist #A3A09B
RGB
CMYK
RGB Variations
Color information
#A3A09B (or 0xA3A09B) is known color: Mountain Mist. HEX triplet: A3, A0 and 9B. RGB value is (163,160,155). Sum of RGB (Red+Green+Blue) = 163+160+155=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A09B is #5C5F64. Grayscale: #A0A0A0. Windows color (decimal): -6053733 or 10199203. OLE color: 10199203.
HSL color Cylindrical-coordinate representation of color #A3A09B: hue angle of 37.5º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A3A09B is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 160 | 155 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.36 |
| HSL | 37.5º | 0.04% | 0.62% | - |
| HSV(B) | 37.5º | 0.05% | 0.64% | - |
| XYZ | 33.59 | 35.29 | 36.05 | - |
| YUV | 160.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 160 | 155 | 0 | 0.02 | 0.05 | 0.36 | 37.5 | 0.04 | 0.62 |
| Hex | A3 | A0 | 9B | 0 | 2 | 5 | 24 | 26 | 4 | 3E |
| Octal | 243 | 240 | 233 | 0 | 2 | 5 | 44 | 46 | 4 | 76 |
| Binary | 10100011 | 10100000 | 10011011 | 0 | 10 | 101 | 100100 | 100110 | 100 | 111110 |
Color Harmonies of #A3A09B
Complementary color
Monochromatic Colors of #A3A09B
Black with #A3A09B
Text Example
Text Example
White with #A3A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A09B; }
p { color: rgb(163,160,155); }
H1.HeaderClassName
{
color: #A3A09B;
}
.AnyTagClassName
{
color: #A3A09B;
}
</style>
background-color css
<style>
a { background-color: #A3A09B; }
a { background-color: rgb(163,160,155); }
div.DivClassName
{
background-color: #A3A09B;
}
.BgClassName
{
background-color: #A3A09B;
}
</style>
border-color css
<style>
span { border-color: #A3A09B; }
span { border-color: rgb(163,160,155); }
td.TdClassName
{
border-color: #A3A09B;
}
.TagClassName
{
border-color: #A3A09B;
}
</style>