Shades of Medium Wood #A7806E
Tints of Medium Wood #A7806E
RGB
CMYK
RGB Variations
Color information
#A7806E (or 0xA7806E) is known color: Medium Wood. HEX triplet: A7, 80 and 6E. RGB value is (167,128,110). Sum of RGB (Red+Green+Blue) = 167+128+110=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 167 - color contains mainly: red. Hex color #A7806E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7806E is #587F91. Grayscale: #898989. Windows color (decimal): -5799826 or 7241895. OLE color: 7241895.
HSL color Cylindrical-coordinate representation of color #A7806E: hue angle of 18.95º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7806E is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 128 | 110 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.35 |
| HSL | 18.95º | 0.24% | 0.54% | - |
| HSV(B) | 18.95º | 0.34% | 0.65% | - |
| XYZ | 26.47 | 24.78 | 18.14 | - |
| YUV | 137.61 | 112.42 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 128 | 110 | 0 | 0.23 | 0.34 | 0.35 | 18.95 | 0.24 | 0.54 |
| Hex | A7 | 80 | 6E | 0 | 17 | 22 | 23 | 13 | 18 | 36 |
| Octal | 247 | 200 | 156 | 0 | 27 | 42 | 43 | 23 | 30 | 66 |
| Binary | 10100111 | 10000000 | 1101110 | 0 | 10111 | 100010 | 100011 | 10011 | 11000 | 110110 |
Color Harmonies of #A7806E
Complementary color
Monochromatic Colors of #A7806E
Black with #A7806E
Text Example
Text Example
White with #A7806E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7806E; }
p { color: rgb(167,128,110); }
H1.HeaderClassName
{
color: #A7806E;
}
.AnyTagClassName
{
color: #A7806E;
}
</style>
background-color css
<style>
a { background-color: #A7806E; }
a { background-color: rgb(167,128,110); }
div.DivClassName
{
background-color: #A7806E;
}
.BgClassName
{
background-color: #A7806E;
}
</style>
border-color css
<style>
span { border-color: #A7806E; }
span { border-color: rgb(167,128,110); }
td.TdClassName
{
border-color: #A7806E;
}
.TagClassName
{
border-color: #A7806E;
}
</style>