Shades of Medium Wood #A87C57
Tints of Medium Wood #A87C57
RGB
CMYK
RGB Variations
Color information
#A87C57 (or 0xA87C57) is known color: Medium Wood. HEX triplet: A8, 7C and 57. RGB value is (168,124,87). Sum of RGB (Red+Green+Blue) = 168+124+87=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A87C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87C57 is #5783A8. Grayscale: #858585. Windows color (decimal): -5735337 or 5733544. OLE color: 5733544.
HSL color Cylindrical-coordinate representation of color #A87C57: hue angle of 27.41º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A87C57 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 124 | 87 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.34 |
| HSL | 27.41º | 0.32% | 0.5% | - |
| HSV(B) | 27.41º | 0.48% | 0.66% | - |
| XYZ | 25.08 | 23.43 | 12.22 | - |
| YUV | 132.94 | 102.08 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 124 | 87 | 0 | 0.26 | 0.48 | 0.34 | 27.41 | 0.32 | 0.5 |
| Hex | A8 | 7C | 57 | 0 | 1A | 30 | 22 | 1B | 20 | 32 |
| Octal | 250 | 174 | 127 | 0 | 32 | 60 | 42 | 33 | 40 | 62 |
| Binary | 10101000 | 1111100 | 1010111 | 0 | 11010 | 110000 | 100010 | 11011 | 100000 | 110010 |
Color Harmonies of #A87C57
Complementary color
Monochromatic Colors of #A87C57
Black with #A87C57
Text Example
Text Example
White with #A87C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87C57; }
p { color: rgb(168,124,87); }
H1.HeaderClassName
{
color: #A87C57;
}
.AnyTagClassName
{
color: #A87C57;
}
</style>
background-color css
<style>
a { background-color: #A87C57; }
a { background-color: rgb(168,124,87); }
div.DivClassName
{
background-color: #A87C57;
}
.BgClassName
{
background-color: #A87C57;
}
</style>
border-color css
<style>
span { border-color: #A87C57; }
span { border-color: rgb(168,124,87); }
td.TdClassName
{
border-color: #A87C57;
}
.TagClassName
{
border-color: #A87C57;
}
</style>