Shades of Medium Wood #A87D6D
Tints of Medium Wood #A87D6D
RGB
CMYK
RGB Variations
Color information
#A87D6D (or 0xA87D6D) is known color: Medium Wood. HEX triplet: A8, 7D and 6D. RGB value is (168,125,109). Sum of RGB (Red+Green+Blue) = 168+125+109=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87D6D is #578292. Grayscale: #888888. Windows color (decimal): -5735059 or 7175592. OLE color: 7175592.
HSL color Cylindrical-coordinate representation of color #A87D6D: hue angle of 16.27º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A87D6D is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 125 | 109 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.34 |
| HSL | 16.27º | 0.25% | 0.54% | - |
| HSV(B) | 16.27º | 0.35% | 0.66% | - |
| XYZ | 26.24 | 24.1 | 17.74 | - |
| YUV | 136.03 | 112.75 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 125 | 109 | 0 | 0.26 | 0.35 | 0.34 | 16.27 | 0.25 | 0.54 |
| Hex | A8 | 7D | 6D | 0 | 1A | 23 | 22 | 10 | 19 | 36 |
| Octal | 250 | 175 | 155 | 0 | 32 | 43 | 42 | 20 | 31 | 66 |
| Binary | 10101000 | 1111101 | 1101101 | 0 | 11010 | 100011 | 100010 | 10000 | 11001 | 110110 |
Color Harmonies of #A87D6D
Complementary color
Monochromatic Colors of #A87D6D
Black with #A87D6D
Text Example
Text Example
White with #A87D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87D6D; }
p { color: rgb(168,125,109); }
H1.HeaderClassName
{
color: #A87D6D;
}
.AnyTagClassName
{
color: #A87D6D;
}
</style>
background-color css
<style>
a { background-color: #A87D6D; }
a { background-color: rgb(168,125,109); }
div.DivClassName
{
background-color: #A87D6D;
}
.BgClassName
{
background-color: #A87D6D;
}
</style>
border-color css
<style>
span { border-color: #A87D6D; }
span { border-color: rgb(168,125,109); }
td.TdClassName
{
border-color: #A87D6D;
}
.TagClassName
{
border-color: #A87D6D;
}
</style>