Shades of Medium Wood #A87D59
Tints of Medium Wood #A87D59
RGB
CMYK
RGB Variations
Color information
#A87D59 (or 0xA87D59) is known color: Medium Wood. HEX triplet: A8, 7D and 59. RGB value is (168,125,89). Sum of RGB (Red+Green+Blue) = 168+125+89=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87D59 is #5782A6. Grayscale: #858585. Windows color (decimal): -5735079 or 5864872. OLE color: 5864872.
HSL color Cylindrical-coordinate representation of color #A87D59: hue angle of 27.34º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A87D59 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 125 | 89 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.34 |
| HSL | 27.34º | 0.31% | 0.5% | - |
| HSV(B) | 27.34º | 0.47% | 0.66% | - |
| XYZ | 25.29 | 23.71 | 12.7 | - |
| YUV | 133.75 | 102.75 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 125 | 89 | 0 | 0.26 | 0.47 | 0.34 | 27.34 | 0.31 | 0.5 |
| Hex | A8 | 7D | 59 | 0 | 1A | 2F | 22 | 1B | 1F | 32 |
| Octal | 250 | 175 | 131 | 0 | 32 | 57 | 42 | 33 | 37 | 62 |
| Binary | 10101000 | 1111101 | 1011001 | 0 | 11010 | 101111 | 100010 | 11011 | 11111 | 110010 |
Color Harmonies of #A87D59
Complementary color
Monochromatic Colors of #A87D59
Black with #A87D59
Text Example
Text Example
White with #A87D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87D59; }
p { color: rgb(168,125,89); }
H1.HeaderClassName
{
color: #A87D59;
}
.AnyTagClassName
{
color: #A87D59;
}
</style>
background-color css
<style>
a { background-color: #A87D59; }
a { background-color: rgb(168,125,89); }
div.DivClassName
{
background-color: #A87D59;
}
.BgClassName
{
background-color: #A87D59;
}
</style>
border-color css
<style>
span { border-color: #A87D59; }
span { border-color: rgb(168,125,89); }
td.TdClassName
{
border-color: #A87D59;
}
.TagClassName
{
border-color: #A87D59;
}
</style>