Shades of Mountain Mist #A39F93
Tints of Mountain Mist #A39F93
RGB
CMYK
RGB Variations
Color information
#A39F93 (or 0xA39F93) is known color: Mountain Mist. HEX triplet: A3, 9F and 93. RGB value is (163,159,147). Sum of RGB (Red+Green+Blue) = 163+159+147=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 163 - color contains mainly: red. Hex color #A39F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39F93 is #5C606C. Grayscale: #9E9E9E. Windows color (decimal): -6053997 or 9674659. OLE color: 9674659.
HSL color Cylindrical-coordinate representation of color #A39F93: hue angle of 45º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A39F93 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 159 | 147 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.36 |
| HSL | 45º | 0.08% | 0.61% | - |
| HSV(B) | 45º | 0.1% | 0.64% | - |
| XYZ | 32.77 | 34.69 | 32.57 | - |
| YUV | 158.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 159 | 147 | 0 | 0.02 | 0.10 | 0.36 | 45 | 0.08 | 0.61 |
| Hex | A3 | 9F | 93 | 0 | 2 | A | 24 | 2D | 8 | 3D |
| Octal | 243 | 237 | 223 | 0 | 2 | 12 | 44 | 55 | 10 | 75 |
| Binary | 10100011 | 10011111 | 10010011 | 0 | 10 | 1010 | 100100 | 101101 | 1000 | 111101 |
Color Harmonies of #A39F93
Complementary color
Monochromatic Colors of #A39F93
Black with #A39F93
Text Example
Text Example
White with #A39F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39F93; }
p { color: rgb(163,159,147); }
H1.HeaderClassName
{
color: #A39F93;
}
.AnyTagClassName
{
color: #A39F93;
}
</style>
background-color css
<style>
a { background-color: #A39F93; }
a { background-color: rgb(163,159,147); }
div.DivClassName
{
background-color: #A39F93;
}
.BgClassName
{
background-color: #A39F93;
}
</style>
border-color css
<style>
span { border-color: #A39F93; }
span { border-color: rgb(163,159,147); }
td.TdClassName
{
border-color: #A39F93;
}
.TagClassName
{
border-color: #A39F93;
}
</style>