Shades of Medium Wood #A7816F
Tints of Medium Wood #A7816F
RGB
CMYK
RGB Variations
Color information
#A7816F (or 0xA7816F) is known color: Medium Wood. HEX triplet: A7, 81 and 6F. RGB value is (167,129,111). Sum of RGB (Red+Green+Blue) = 167+129+111=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 167 - color contains mainly: red. Hex color #A7816F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7816F is #587E90. Grayscale: #8A8A8A. Windows color (decimal): -5799569 or 7307687. OLE color: 7307687.
HSL color Cylindrical-coordinate representation of color #A7816F: hue angle of 19.29º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7816F is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 129 | 111 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.35 |
| HSL | 19.29º | 0.24% | 0.55% | - |
| HSV(B) | 19.29º | 0.34% | 0.65% | - |
| XYZ | 26.66 | 25.06 | 18.47 | - |
| YUV | 138.31 | 112.59 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 129 | 111 | 0 | 0.23 | 0.34 | 0.35 | 19.29 | 0.24 | 0.55 |
| Hex | A7 | 81 | 6F | 0 | 17 | 22 | 23 | 13 | 18 | 37 |
| Octal | 247 | 201 | 157 | 0 | 27 | 42 | 43 | 23 | 30 | 67 |
| Binary | 10100111 | 10000001 | 1101111 | 0 | 10111 | 100010 | 100011 | 10011 | 11000 | 110111 |
Color Harmonies of #A7816F
Complementary color
Monochromatic Colors of #A7816F
Black with #A7816F
Text Example
Text Example
White with #A7816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7816F; }
p { color: rgb(167,129,111); }
H1.HeaderClassName
{
color: #A7816F;
}
.AnyTagClassName
{
color: #A7816F;
}
</style>
background-color css
<style>
a { background-color: #A7816F; }
a { background-color: rgb(167,129,111); }
div.DivClassName
{
background-color: #A7816F;
}
.BgClassName
{
background-color: #A7816F;
}
</style>
border-color css
<style>
span { border-color: #A7816F; }
span { border-color: rgb(167,129,111); }
td.TdClassName
{
border-color: #A7816F;
}
.TagClassName
{
border-color: #A7816F;
}
</style>