Shades of Mountain Mist #A8A393
Tints of Mountain Mist #A8A393
RGB
CMYK
RGB Variations
Color information
#A8A393 (or 0xA8A393) is known color: Mountain Mist. HEX triplet: A8, A3 and 93. RGB value is (168,163,147). Sum of RGB (Red+Green+Blue) = 168+163+147=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A393 is #575C6C. Grayscale: #A2A2A2. Windows color (decimal): -5725293 or 9675688. OLE color: 9675688.
HSL color Cylindrical-coordinate representation of color #A8A393: hue angle of 45.71º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8A393 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 163 | 147 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.34 |
| HSL | 45.71º | 0.11% | 0.62% | - |
| HSV(B) | 45.71º | 0.13% | 0.66% | - |
| XYZ | 34.51 | 36.63 | 32.85 | - |
| YUV | 162.67 | 119.16 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 163 | 147 | 0 | 0.03 | 0.13 | 0.34 | 45.71 | 0.11 | 0.62 |
| Hex | A8 | A3 | 93 | 0 | 3 | D | 22 | 2E | B | 3E |
| Octal | 250 | 243 | 223 | 0 | 3 | 15 | 42 | 56 | 13 | 76 |
| Binary | 10101000 | 10100011 | 10010011 | 0 | 11 | 1101 | 100010 | 101110 | 1011 | 111110 |
Color Harmonies of #A8A393
Complementary color
Monochromatic Colors of #A8A393
Black with #A8A393
Text Example
Text Example
White with #A8A393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A393; }
p { color: rgb(168,163,147); }
H1.HeaderClassName
{
color: #A8A393;
}
.AnyTagClassName
{
color: #A8A393;
}
</style>
background-color css
<style>
a { background-color: #A8A393; }
a { background-color: rgb(168,163,147); }
div.DivClassName
{
background-color: #A8A393;
}
.BgClassName
{
background-color: #A8A393;
}
</style>
border-color css
<style>
span { border-color: #A8A393; }
span { border-color: rgb(168,163,147); }
td.TdClassName
{
border-color: #A8A393;
}
.TagClassName
{
border-color: #A8A393;
}
</style>