Shades of Medium Wood #A87E65
Tints of Medium Wood #A87E65
RGB
CMYK
RGB Variations
Color information
#A87E65 (or 0xA87E65) is known color: Medium Wood. HEX triplet: A8, 7E and 65. RGB value is (168,126,101). Sum of RGB (Red+Green+Blue) = 168+126+101=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 168 - color contains mainly: red. Hex color #A87E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87E65 is #57819A. Grayscale: #878787. Windows color (decimal): -5734811 or 6651560. OLE color: 6651560.
HSL color Cylindrical-coordinate representation of color #A87E65: hue angle of 22.39º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A87E65 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 126 | 101 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.34 |
| HSL | 22.39º | 0.28% | 0.53% | - |
| HSV(B) | 22.39º | 0.4% | 0.66% | - |
| XYZ | 25.96 | 24.19 | 15.61 | - |
| YUV | 135.71 | 108.41 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 126 | 101 | 0 | 0.25 | 0.40 | 0.34 | 22.39 | 0.28 | 0.53 |
| Hex | A8 | 7E | 65 | 0 | 19 | 28 | 22 | 16 | 1C | 35 |
| Octal | 250 | 176 | 145 | 0 | 31 | 50 | 42 | 26 | 34 | 65 |
| Binary | 10101000 | 1111110 | 1100101 | 0 | 11001 | 101000 | 100010 | 10110 | 11100 | 110101 |
Color Harmonies of #A87E65
Complementary color
Monochromatic Colors of #A87E65
Black with #A87E65
Text Example
Text Example
White with #A87E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87E65; }
p { color: rgb(168,126,101); }
H1.HeaderClassName
{
color: #A87E65;
}
.AnyTagClassName
{
color: #A87E65;
}
</style>
background-color css
<style>
a { background-color: #A87E65; }
a { background-color: rgb(168,126,101); }
div.DivClassName
{
background-color: #A87E65;
}
.BgClassName
{
background-color: #A87E65;
}
</style>
border-color css
<style>
span { border-color: #A87E65; }
span { border-color: rgb(168,126,101); }
td.TdClassName
{
border-color: #A87E65;
}
.TagClassName
{
border-color: #A87E65;
}
</style>