Shades of Medium Wood #A87C66
Tints of Medium Wood #A87C66
RGB
CMYK
RGB Variations
Color information
#A87C66 (or 0xA87C66) is known color: Medium Wood. HEX triplet: A8, 7C and 66. RGB value is (168,124,102). Sum of RGB (Red+Green+Blue) = 168+124+102=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 168 - color contains mainly: red. Hex color #A87C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87C66 is #578399. Grayscale: #868686. Windows color (decimal): -5735322 or 6716584. OLE color: 6716584.
HSL color Cylindrical-coordinate representation of color #A87C66: hue angle of 20º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A87C66 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 124 | 102 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.34 |
| HSL | 20º | 0.28% | 0.53% | - |
| HSV(B) | 20º | 0.39% | 0.66% | - |
| XYZ | 25.75 | 23.7 | 15.79 | - |
| YUV | 134.65 | 109.58 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 124 | 102 | 0 | 0.26 | 0.39 | 0.34 | 20 | 0.28 | 0.53 |
| Hex | A8 | 7C | 66 | 0 | 1A | 27 | 22 | 14 | 1C | 35 |
| Octal | 250 | 174 | 146 | 0 | 32 | 47 | 42 | 24 | 34 | 65 |
| Binary | 10101000 | 1111100 | 1100110 | 0 | 11010 | 100111 | 100010 | 10100 | 11100 | 110101 |
Color Harmonies of #A87C66
Complementary color
Monochromatic Colors of #A87C66
Black with #A87C66
Text Example
Text Example
White with #A87C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87C66; }
p { color: rgb(168,124,102); }
H1.HeaderClassName
{
color: #A87C66;
}
.AnyTagClassName
{
color: #A87C66;
}
</style>
background-color css
<style>
a { background-color: #A87C66; }
a { background-color: rgb(168,124,102); }
div.DivClassName
{
background-color: #A87C66;
}
.BgClassName
{
background-color: #A87C66;
}
</style>
border-color css
<style>
span { border-color: #A87C66; }
span { border-color: rgb(168,124,102); }
td.TdClassName
{
border-color: #A87C66;
}
.TagClassName
{
border-color: #A87C66;
}
</style>