Shades of Mountain Mist #A7A39A
Tints of Mountain Mist #A7A39A
RGB
CMYK
RGB Variations
Color information
#A7A39A (or 0xA7A39A) is known color: Mountain Mist. HEX triplet: A7, A3 and 9A. RGB value is (167,163,154). Sum of RGB (Red+Green+Blue) = 167+163+154=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A39A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A39A is #585C65. Grayscale: #A3A3A3. Windows color (decimal): -5790822 or 10134439. OLE color: 10134439.
HSL color Cylindrical-coordinate representation of color #A7A39A: hue angle of 41.54º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A7A39A is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 163 | 154 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.35 |
| HSL | 41.54º | 0.07% | 0.63% | - |
| HSV(B) | 41.54º | 0.08% | 0.65% | - |
| XYZ | 34.87 | 36.74 | 35.83 | - |
| YUV | 163.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 163 | 154 | 0 | 0.02 | 0.08 | 0.35 | 41.54 | 0.07 | 0.63 |
| Hex | A7 | A3 | 9A | 0 | 2 | 8 | 23 | 2A | 7 | 3F |
| Octal | 247 | 243 | 232 | 0 | 2 | 10 | 43 | 52 | 7 | 77 |
| Binary | 10100111 | 10100011 | 10011010 | 0 | 10 | 1000 | 100011 | 101010 | 111 | 111111 |
Color Harmonies of #A7A39A
Complementary color
Monochromatic Colors of #A7A39A
Black with #A7A39A
Text Example
Text Example
White with #A7A39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A39A; }
p { color: rgb(167,163,154); }
H1.HeaderClassName
{
color: #A7A39A;
}
.AnyTagClassName
{
color: #A7A39A;
}
</style>
background-color css
<style>
a { background-color: #A7A39A; }
a { background-color: rgb(167,163,154); }
div.DivClassName
{
background-color: #A7A39A;
}
.BgClassName
{
background-color: #A7A39A;
}
</style>
border-color css
<style>
span { border-color: #A7A39A; }
span { border-color: rgb(167,163,154); }
td.TdClassName
{
border-color: #A7A39A;
}
.TagClassName
{
border-color: #A7A39A;
}
</style>