Shades of Medium Wood #A87E66
Tints of Medium Wood #A87E66
RGB
CMYK
RGB Variations
Color information
#A87E66 (or 0xA87E66) is known color: Medium Wood. HEX triplet: A8, 7E and 66. RGB value is (168,126,102). Sum of RGB (Red+Green+Blue) = 168+126+102=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 168 - color contains mainly: red. Hex color #A87E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87E66 is #578199. Grayscale: #878787. Windows color (decimal): -5734810 or 6717096. OLE color: 6717096.
HSL color Cylindrical-coordinate representation of color #A87E66: hue angle of 21.82º 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 #A87E66 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 126 | 102 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.34 |
| HSL | 21.82º | 0.28% | 0.53% | - |
| HSV(B) | 21.82º | 0.39% | 0.66% | - |
| XYZ | 26.01 | 24.21 | 15.87 | - |
| YUV | 135.82 | 108.91 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 126 | 102 | 0 | 0.25 | 0.39 | 0.34 | 21.82 | 0.28 | 0.53 |
| Hex | A8 | 7E | 66 | 0 | 19 | 27 | 22 | 16 | 1C | 35 |
| Octal | 250 | 176 | 146 | 0 | 31 | 47 | 42 | 26 | 34 | 65 |
| Binary | 10101000 | 1111110 | 1100110 | 0 | 11001 | 100111 | 100010 | 10110 | 11100 | 110101 |
Color Harmonies of #A87E66
Complementary color
Monochromatic Colors of #A87E66
Black with #A87E66
Text Example
Text Example
White with #A87E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87E66; }
p { color: rgb(168,126,102); }
H1.HeaderClassName
{
color: #A87E66;
}
.AnyTagClassName
{
color: #A87E66;
}
</style>
background-color css
<style>
a { background-color: #A87E66; }
a { background-color: rgb(168,126,102); }
div.DivClassName
{
background-color: #A87E66;
}
.BgClassName
{
background-color: #A87E66;
}
</style>
border-color css
<style>
span { border-color: #A87E66; }
span { border-color: rgb(168,126,102); }
td.TdClassName
{
border-color: #A87E66;
}
.TagClassName
{
border-color: #A87E66;
}
</style>