Shades of Mountain Mist #A8A394
Tints of Mountain Mist #A8A394
RGB
CMYK
RGB Variations
Color information
#A8A394 (or 0xA8A394) is known color: Mountain Mist. HEX triplet: A8, A3 and 94. RGB value is (168,163,148). Sum of RGB (Red+Green+Blue) = 168+163+148=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A394 is #575C6B. Grayscale: #A2A2A2. Windows color (decimal): -5725292 or 9741224. OLE color: 9741224.
HSL color Cylindrical-coordinate representation of color #A8A394: hue angle of 45º degrees, saturation: 0.1, 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 #A8A394 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 163 | 148 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.34 |
| HSL | 45º | 0.1% | 0.62% | - |
| HSV(B) | 45º | 0.12% | 0.66% | - |
| XYZ | 34.59 | 36.66 | 33.27 | - |
| YUV | 162.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 163 | 148 | 0 | 0.03 | 0.12 | 0.34 | 45 | 0.1 | 0.62 |
| Hex | A8 | A3 | 94 | 0 | 3 | C | 22 | 2D | A | 3E |
| Octal | 250 | 243 | 224 | 0 | 3 | 14 | 42 | 55 | 12 | 76 |
| Binary | 10101000 | 10100011 | 10010100 | 0 | 11 | 1100 | 100010 | 101101 | 1010 | 111110 |
Color Harmonies of #A8A394
Complementary color
Monochromatic Colors of #A8A394
Black with #A8A394
Text Example
Text Example
White with #A8A394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A394; }
p { color: rgb(168,163,148); }
H1.HeaderClassName
{
color: #A8A394;
}
.AnyTagClassName
{
color: #A8A394;
}
</style>
background-color css
<style>
a { background-color: #A8A394; }
a { background-color: rgb(168,163,148); }
div.DivClassName
{
background-color: #A8A394;
}
.BgClassName
{
background-color: #A8A394;
}
</style>
border-color css
<style>
span { border-color: #A8A394; }
span { border-color: rgb(168,163,148); }
td.TdClassName
{
border-color: #A8A394;
}
.TagClassName
{
border-color: #A8A394;
}
</style>