Shades of Medium Wood #A87966
Tints of Medium Wood #A87966
RGB
CMYK
RGB Variations
Color information
#A87966 (or 0xA87966) is known color: Medium Wood. HEX triplet: A8, 79 and 66. RGB value is (168,121,102). Sum of RGB (Red+Green+Blue) = 168+121+102=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 168 - color contains mainly: red. Hex color #A87966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87966 is #578699. Grayscale: #858585. Windows color (decimal): -5736090 or 6715816. OLE color: 6715816.
HSL color Cylindrical-coordinate representation of color #A87966: hue angle of 17.27º 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 #A87966 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 121 | 102 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.34 |
| HSL | 17.27º | 0.28% | 0.53% | - |
| HSV(B) | 17.27º | 0.39% | 0.66% | - |
| XYZ | 25.38 | 22.96 | 15.66 | - |
| YUV | 132.89 | 110.57 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 102 | 0 | 0.28 | 0.39 | 0.34 | 17.27 | 0.28 | 0.53 |
| Hex | A8 | 79 | 66 | 0 | 1C | 27 | 22 | 11 | 1C | 35 |
| Octal | 250 | 171 | 146 | 0 | 34 | 47 | 42 | 21 | 34 | 65 |
| Binary | 10101000 | 1111001 | 1100110 | 0 | 11100 | 100111 | 100010 | 10001 | 11100 | 110101 |
Color Harmonies of #A87966
Complementary color
Monochromatic Colors of #A87966
Black with #A87966
Text Example
Text Example
White with #A87966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87966; }
p { color: rgb(168,121,102); }
H1.HeaderClassName
{
color: #A87966;
}
.AnyTagClassName
{
color: #A87966;
}
</style>
background-color css
<style>
a { background-color: #A87966; }
a { background-color: rgb(168,121,102); }
div.DivClassName
{
background-color: #A87966;
}
.BgClassName
{
background-color: #A87966;
}
</style>
border-color css
<style>
span { border-color: #A87966; }
span { border-color: rgb(168,121,102); }
td.TdClassName
{
border-color: #A87966;
}
.TagClassName
{
border-color: #A87966;
}
</style>