Shades of Medium Wood #A87C64
Tints of Medium Wood #A87C64
RGB
CMYK
RGB Variations
Color information
#A87C64 (or 0xA87C64) is known color: Medium Wood. HEX triplet: A8, 7C and 64. RGB value is (168,124,100). Sum of RGB (Red+Green+Blue) = 168+124+100=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A87C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87C64 is #57839B. Grayscale: #868686. Windows color (decimal): -5735324 or 6585512. OLE color: 6585512.
HSL color Cylindrical-coordinate representation of color #A87C64: hue angle of 21.18º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A87C64 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 124 | 100 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.34 |
| HSL | 21.18º | 0.28% | 0.53% | - |
| HSV(B) | 21.18º | 0.4% | 0.66% | - |
| XYZ | 25.66 | 23.66 | 15.27 | - |
| YUV | 134.42 | 108.58 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 124 | 100 | 0 | 0.26 | 0.40 | 0.34 | 21.18 | 0.28 | 0.53 |
| Hex | A8 | 7C | 64 | 0 | 1A | 28 | 22 | 15 | 1C | 35 |
| Octal | 250 | 174 | 144 | 0 | 32 | 50 | 42 | 25 | 34 | 65 |
| Binary | 10101000 | 1111100 | 1100100 | 0 | 11010 | 101000 | 100010 | 10101 | 11100 | 110101 |
Color Harmonies of #A87C64
Complementary color
Monochromatic Colors of #A87C64
Black with #A87C64
Text Example
Text Example
White with #A87C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87C64; }
p { color: rgb(168,124,100); }
H1.HeaderClassName
{
color: #A87C64;
}
.AnyTagClassName
{
color: #A87C64;
}
</style>
background-color css
<style>
a { background-color: #A87C64; }
a { background-color: rgb(168,124,100); }
div.DivClassName
{
background-color: #A87C64;
}
.BgClassName
{
background-color: #A87C64;
}
</style>
border-color css
<style>
span { border-color: #A87C64; }
span { border-color: rgb(168,124,100); }
td.TdClassName
{
border-color: #A87C64;
}
.TagClassName
{
border-color: #A87C64;
}
</style>