Shades of Medium Wood #A87964
Tints of Medium Wood #A87964
RGB
CMYK
RGB Variations
Color information
#A87964 (or 0xA87964) is known color: Medium Wood. HEX triplet: A8, 79 and 64. RGB value is (168,121,100). Sum of RGB (Red+Green+Blue) = 168+121+100=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 168 - color contains mainly: red. Hex color #A87964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87964 is #57869B. Grayscale: #848484. Windows color (decimal): -5736092 or 6584744. OLE color: 6584744.
HSL color Cylindrical-coordinate representation of color #A87964: hue angle of 18.53º 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 #A87964 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 121 | 100 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.34 |
| HSL | 18.53º | 0.28% | 0.53% | - |
| HSV(B) | 18.53º | 0.4% | 0.66% | - |
| XYZ | 25.29 | 22.92 | 15.15 | - |
| YUV | 132.66 | 109.57 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 100 | 0 | 0.28 | 0.40 | 0.34 | 18.53 | 0.28 | 0.53 |
| Hex | A8 | 79 | 64 | 0 | 1C | 28 | 22 | 13 | 1C | 35 |
| Octal | 250 | 171 | 144 | 0 | 34 | 50 | 42 | 23 | 34 | 65 |
| Binary | 10101000 | 1111001 | 1100100 | 0 | 11100 | 101000 | 100010 | 10011 | 11100 | 110101 |
Color Harmonies of #A87964
Complementary color
Monochromatic Colors of #A87964
Black with #A87964
Text Example
Text Example
White with #A87964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87964; }
p { color: rgb(168,121,100); }
H1.HeaderClassName
{
color: #A87964;
}
.AnyTagClassName
{
color: #A87964;
}
</style>
background-color css
<style>
a { background-color: #A87964; }
a { background-color: rgb(168,121,100); }
div.DivClassName
{
background-color: #A87964;
}
.BgClassName
{
background-color: #A87964;
}
</style>
border-color css
<style>
span { border-color: #A87964; }
span { border-color: rgb(168,121,100); }
td.TdClassName
{
border-color: #A87964;
}
.TagClassName
{
border-color: #A87964;
}
</style>