Shades of Medium Wood #A7805E
Tints of Medium Wood #A7805E
RGB
CMYK
RGB Variations
Color information
#A7805E (or 0xA7805E) is known color: Medium Wood. HEX triplet: A7, 80 and 5E. RGB value is (167,128,94). Sum of RGB (Red+Green+Blue) = 167+128+94=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A7805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7805E is #587FA1. Grayscale: #878787. Windows color (decimal): -5799842 or 6193319. OLE color: 6193319.
HSL color Cylindrical-coordinate representation of color #A7805E: hue angle of 27.95º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A7805E is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 128 | 94 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.35 |
| HSL | 27.95º | 0.29% | 0.51% | - |
| HSV(B) | 27.95º | 0.44% | 0.65% | - |
| XYZ | 25.68 | 24.46 | 13.96 | - |
| YUV | 135.79 | 104.42 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 128 | 94 | 0 | 0.23 | 0.44 | 0.35 | 27.95 | 0.29 | 0.51 |
| Hex | A7 | 80 | 5E | 0 | 17 | 2C | 23 | 1C | 1D | 33 |
| Octal | 247 | 200 | 136 | 0 | 27 | 54 | 43 | 34 | 35 | 63 |
| Binary | 10100111 | 10000000 | 1011110 | 0 | 10111 | 101100 | 100011 | 11100 | 11101 | 110011 |
Color Harmonies of #A7805E
Complementary color
Monochromatic Colors of #A7805E
Black with #A7805E
Text Example
Text Example
White with #A7805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7805E; }
p { color: rgb(167,128,94); }
H1.HeaderClassName
{
color: #A7805E;
}
.AnyTagClassName
{
color: #A7805E;
}
</style>
background-color css
<style>
a { background-color: #A7805E; }
a { background-color: rgb(167,128,94); }
div.DivClassName
{
background-color: #A7805E;
}
.BgClassName
{
background-color: #A7805E;
}
</style>
border-color css
<style>
span { border-color: #A7805E; }
span { border-color: rgb(167,128,94); }
td.TdClassName
{
border-color: #A7805E;
}
.TagClassName
{
border-color: #A7805E;
}
</style>