Shades of Mountain Mist #A3A09C
Tints of Mountain Mist #A3A09C
RGB
CMYK
RGB Variations
Color information
#A3A09C (or 0xA3A09C) is known color: Mountain Mist. HEX triplet: A3, A0 and 9C. RGB value is (163,160,156). Sum of RGB (Red+Green+Blue) = 163+160+156=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A09C is #5C5F63. Grayscale: #A0A0A0. Windows color (decimal): -6053732 or 10264739. OLE color: 10264739.
HSL color Cylindrical-coordinate representation of color #A3A09C: hue angle of 34.29º degrees, saturation: 0.04, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A3A09C is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 160 | 156 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.36 |
| HSL | 34.29º | 0.04% | 0.63% | - |
| HSV(B) | 34.29º | 0.04% | 0.64% | - |
| XYZ | 33.68 | 35.33 | 36.5 | - |
| YUV | 160.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 160 | 156 | 0 | 0.02 | 0.04 | 0.36 | 34.29 | 0.04 | 0.63 |
| Hex | A3 | A0 | 9C | 0 | 2 | 4 | 24 | 22 | 4 | 3F |
| Octal | 243 | 240 | 234 | 0 | 2 | 4 | 44 | 42 | 4 | 77 |
| Binary | 10100011 | 10100000 | 10011100 | 0 | 10 | 100 | 100100 | 100010 | 100 | 111111 |
Color Harmonies of #A3A09C
Complementary color
Monochromatic Colors of #A3A09C
Black with #A3A09C
Text Example
Text Example
White with #A3A09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A09C; }
p { color: rgb(163,160,156); }
H1.HeaderClassName
{
color: #A3A09C;
}
.AnyTagClassName
{
color: #A3A09C;
}
</style>
background-color css
<style>
a { background-color: #A3A09C; }
a { background-color: rgb(163,160,156); }
div.DivClassName
{
background-color: #A3A09C;
}
.BgClassName
{
background-color: #A3A09C;
}
</style>
border-color css
<style>
span { border-color: #A3A09C; }
span { border-color: rgb(163,160,156); }
td.TdClassName
{
border-color: #A3A09C;
}
.TagClassName
{
border-color: #A3A09C;
}
</style>