Shades of Mountain Mist #A3A29F
Tints of Mountain Mist #A3A29F
RGB
CMYK
RGB Variations
Color information
#A3A29F (or 0xA3A29F) is known color: Mountain Mist. HEX triplet: A3, A2 and 9F. RGB value is (163,162,159). Sum of RGB (Red+Green+Blue) = 163+162+159=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A29F is #5C5D60. Grayscale: #A1A1A1. Windows color (decimal): -6053217 or 10461859. OLE color: 10461859.
HSL color Cylindrical-coordinate representation of color #A3A29F: hue angle of 45º degrees, saturation: 0.02, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A3A29F is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 162 | 159 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.36 |
| HSL | 45º | 0.02% | 0.63% | - |
| HSV(B) | 45º | 0.02% | 0.64% | - |
| XYZ | 34.28 | 36.13 | 37.97 | - |
| YUV | 161.96 | 126.33 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 162 | 159 | 0 | 0.01 | 0.02 | 0.36 | 45 | 0.02 | 0.63 |
| Hex | A3 | A2 | 9F | 0 | 1 | 2 | 24 | 2D | 2 | 3F |
| Octal | 243 | 242 | 237 | 0 | 1 | 2 | 44 | 55 | 2 | 77 |
| Binary | 10100011 | 10100010 | 10011111 | 0 | 1 | 10 | 100100 | 101101 | 10 | 111111 |
Color Harmonies of #A3A29F
Complementary color
Monochromatic Colors of #A3A29F
Black with #A3A29F
Text Example
Text Example
White with #A3A29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A29F; }
p { color: rgb(163,162,159); }
H1.HeaderClassName
{
color: #A3A29F;
}
.AnyTagClassName
{
color: #A3A29F;
}
</style>
background-color css
<style>
a { background-color: #A3A29F; }
a { background-color: rgb(163,162,159); }
div.DivClassName
{
background-color: #A3A29F;
}
.BgClassName
{
background-color: #A3A29F;
}
</style>
border-color css
<style>
span { border-color: #A3A29F; }
span { border-color: rgb(163,162,159); }
td.TdClassName
{
border-color: #A3A29F;
}
.TagClassName
{
border-color: #A3A29F;
}
</style>