Shades of Medium Wood #A87956
Tints of Medium Wood #A87956
RGB
CMYK
RGB Variations
Color information
#A87956 (or 0xA87956) is known color: Medium Wood. HEX triplet: A8, 79 and 56. RGB value is (168,121,86). Sum of RGB (Red+Green+Blue) = 168+121+86=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A87956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87956 is #5786A9. Grayscale: #838383. Windows color (decimal): -5736106 or 5667240. OLE color: 5667240.
HSL color Cylindrical-coordinate representation of color #A87956: hue angle of 25.61º 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 #A87956 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 121 | 86 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.34 |
| HSL | 25.61º | 0.32% | 0.5% | - |
| HSV(B) | 25.61º | 0.49% | 0.66% | - |
| XYZ | 24.67 | 22.67 | 11.88 | - |
| YUV | 131.06 | 102.57 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 86 | 0 | 0.28 | 0.49 | 0.34 | 25.61 | 0.32 | 0.5 |
| Hex | A8 | 79 | 56 | 0 | 1C | 31 | 22 | 1A | 20 | 32 |
| Octal | 250 | 171 | 126 | 0 | 34 | 61 | 42 | 32 | 40 | 62 |
| Binary | 10101000 | 1111001 | 1010110 | 0 | 11100 | 110001 | 100010 | 11010 | 100000 | 110010 |
Color Harmonies of #A87956
Complementary color
Monochromatic Colors of #A87956
Black with #A87956
Text Example
Text Example
White with #A87956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87956; }
p { color: rgb(168,121,86); }
H1.HeaderClassName
{
color: #A87956;
}
.AnyTagClassName
{
color: #A87956;
}
</style>
background-color css
<style>
a { background-color: #A87956; }
a { background-color: rgb(168,121,86); }
div.DivClassName
{
background-color: #A87956;
}
.BgClassName
{
background-color: #A87956;
}
</style>
border-color css
<style>
span { border-color: #A87956; }
span { border-color: rgb(168,121,86); }
td.TdClassName
{
border-color: #A87956;
}
.TagClassName
{
border-color: #A87956;
}
</style>