Shades of Medium Wood #A87957
Tints of Medium Wood #A87957
RGB
CMYK
RGB Variations
Color information
#A87957 (or 0xA87957) is known color: Medium Wood. HEX triplet: A8, 79 and 57. RGB value is (168,121,87). Sum of RGB (Red+Green+Blue) = 168+121+87=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A87957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87957 is #5786A8. Grayscale: #838383. Windows color (decimal): -5736105 or 5732776. OLE color: 5732776.
HSL color Cylindrical-coordinate representation of color #A87957: hue angle of 25.19º 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 #A87957 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 121 | 87 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.34 |
| HSL | 25.19º | 0.32% | 0.5% | - |
| HSV(B) | 25.19º | 0.48% | 0.66% | - |
| XYZ | 24.71 | 22.69 | 12.09 | - |
| YUV | 131.18 | 103.07 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 87 | 0 | 0.28 | 0.48 | 0.34 | 25.19 | 0.32 | 0.5 |
| Hex | A8 | 79 | 57 | 0 | 1C | 30 | 22 | 19 | 20 | 32 |
| Octal | 250 | 171 | 127 | 0 | 34 | 60 | 42 | 31 | 40 | 62 |
| Binary | 10101000 | 1111001 | 1010111 | 0 | 11100 | 110000 | 100010 | 11001 | 100000 | 110010 |
Color Harmonies of #A87957
Complementary color
Monochromatic Colors of #A87957
Black with #A87957
Text Example
Text Example
White with #A87957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87957; }
p { color: rgb(168,121,87); }
H1.HeaderClassName
{
color: #A87957;
}
.AnyTagClassName
{
color: #A87957;
}
</style>
background-color css
<style>
a { background-color: #A87957; }
a { background-color: rgb(168,121,87); }
div.DivClassName
{
background-color: #A87957;
}
.BgClassName
{
background-color: #A87957;
}
</style>
border-color css
<style>
span { border-color: #A87957; }
span { border-color: rgb(168,121,87); }
td.TdClassName
{
border-color: #A87957;
}
.TagClassName
{
border-color: #A87957;
}
</style>