Shades of Medium Wood #A78461
Tints of Medium Wood #A78461
RGB
CMYK
RGB Variations
Color information
#A78461 (or 0xA78461) is known color: Medium Wood. HEX triplet: A7, 84 and 61. RGB value is (167,132,97). Sum of RGB (Red+Green+Blue) = 167+132+97=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 167 - color contains mainly: red. Hex color #A78461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78461 is #587B9E. Grayscale: #8A8A8A. Windows color (decimal): -5798815 or 6390951. OLE color: 6390951.
HSL color Cylindrical-coordinate representation of color #A78461: hue angle of 30º 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 #A78461 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 132 | 97 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.35 |
| HSL | 30º | 0.28% | 0.52% | - |
| HSV(B) | 30º | 0.42% | 0.65% | - |
| XYZ | 26.35 | 25.58 | 14.86 | - |
| YUV | 138.48 | 104.6 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 132 | 97 | 0 | 0.21 | 0.42 | 0.35 | 30 | 0.28 | 0.52 |
| Hex | A7 | 84 | 61 | 0 | 15 | 2A | 23 | 1E | 1C | 34 |
| Octal | 247 | 204 | 141 | 0 | 25 | 52 | 43 | 36 | 34 | 64 |
| Binary | 10100111 | 10000100 | 1100001 | 0 | 10101 | 101010 | 100011 | 11110 | 11100 | 110100 |
Color Harmonies of #A78461
Complementary color
Monochromatic Colors of #A78461
Black with #A78461
Text Example
Text Example
White with #A78461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78461; }
p { color: rgb(167,132,97); }
H1.HeaderClassName
{
color: #A78461;
}
.AnyTagClassName
{
color: #A78461;
}
</style>
background-color css
<style>
a { background-color: #A78461; }
a { background-color: rgb(167,132,97); }
div.DivClassName
{
background-color: #A78461;
}
.BgClassName
{
background-color: #A78461;
}
</style>
border-color css
<style>
span { border-color: #A78461; }
span { border-color: rgb(167,132,97); }
td.TdClassName
{
border-color: #A78461;
}
.TagClassName
{
border-color: #A78461;
}
</style>