Shades of Medium Wood #A78261
Tints of Medium Wood #A78261
RGB
CMYK
RGB Variations
Color information
#A78261 (or 0xA78261) is known color: Medium Wood. HEX triplet: A7, 82 and 61. RGB value is (167,130,97). Sum of RGB (Red+Green+Blue) = 167+130+97=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A78261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78261 is #587D9E. Grayscale: #898989. Windows color (decimal): -5799327 or 6390439. OLE color: 6390439.
HSL color Cylindrical-coordinate representation of color #A78261: hue angle of 28.29º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A78261 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 130 | 97 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.35 |
| HSL | 28.29º | 0.28% | 0.52% | - |
| HSV(B) | 28.29º | 0.42% | 0.65% | - |
| XYZ | 26.08 | 25.04 | 14.77 | - |
| YUV | 137.3 | 105.26 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 130 | 97 | 0 | 0.22 | 0.42 | 0.35 | 28.29 | 0.28 | 0.52 |
| Hex | A7 | 82 | 61 | 0 | 16 | 2A | 23 | 1C | 1C | 34 |
| Octal | 247 | 202 | 141 | 0 | 26 | 52 | 43 | 34 | 34 | 64 |
| Binary | 10100111 | 10000010 | 1100001 | 0 | 10110 | 101010 | 100011 | 11100 | 11100 | 110100 |
Color Harmonies of #A78261
Complementary color
Monochromatic Colors of #A78261
Black with #A78261
Text Example
Text Example
White with #A78261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78261; }
p { color: rgb(167,130,97); }
H1.HeaderClassName
{
color: #A78261;
}
.AnyTagClassName
{
color: #A78261;
}
</style>
background-color css
<style>
a { background-color: #A78261; }
a { background-color: rgb(167,130,97); }
div.DivClassName
{
background-color: #A78261;
}
.BgClassName
{
background-color: #A78261;
}
</style>
border-color css
<style>
span { border-color: #A78261; }
span { border-color: rgb(167,130,97); }
td.TdClassName
{
border-color: #A78261;
}
.TagClassName
{
border-color: #A78261;
}
</style>