Shades of Medium Wood #A87756
Tints of Medium Wood #A87756
RGB
CMYK
RGB Variations
Color information
#A87756 (or 0xA87756) is known color: Medium Wood. HEX triplet: A8, 77 and 56. RGB value is (168,119,86). Sum of RGB (Red+Green+Blue) = 168+119+86=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A87756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87756 is #5788A9. Grayscale: #828282. Windows color (decimal): -5736618 or 5666728. OLE color: 5666728.
HSL color Cylindrical-coordinate representation of color #A87756: hue angle of 24.15º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A87756 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 119 | 86 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.34 |
| HSL | 24.15º | 0.32% | 0.5% | - |
| HSV(B) | 24.15º | 0.49% | 0.66% | - |
| XYZ | 24.42 | 22.19 | 11.8 | - |
| YUV | 129.89 | 103.23 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 119 | 86 | 0 | 0.29 | 0.49 | 0.34 | 24.15 | 0.32 | 0.5 |
| Hex | A8 | 77 | 56 | 0 | 1D | 31 | 22 | 18 | 20 | 32 |
| Octal | 250 | 167 | 126 | 0 | 35 | 61 | 42 | 30 | 40 | 62 |
| Binary | 10101000 | 1110111 | 1010110 | 0 | 11101 | 110001 | 100010 | 11000 | 100000 | 110010 |
Color Harmonies of #A87756
Complementary color
Monochromatic Colors of #A87756
Black with #A87756
Text Example
Text Example
White with #A87756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87756; }
p { color: rgb(168,119,86); }
H1.HeaderClassName
{
color: #A87756;
}
.AnyTagClassName
{
color: #A87756;
}
</style>
background-color css
<style>
a { background-color: #A87756; }
a { background-color: rgb(168,119,86); }
div.DivClassName
{
background-color: #A87756;
}
.BgClassName
{
background-color: #A87756;
}
</style>
border-color css
<style>
span { border-color: #A87756; }
span { border-color: rgb(168,119,86); }
td.TdClassName
{
border-color: #A87756;
}
.TagClassName
{
border-color: #A87756;
}
</style>