Shades of Medium Wood #A87D6B
Tints of Medium Wood #A87D6B
RGB
CMYK
RGB Variations
Color information
#A87D6B (or 0xA87D6B) is known color: Medium Wood. HEX triplet: A8, 7D and 6B. RGB value is (168,125,107). Sum of RGB (Red+Green+Blue) = 168+125+107=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87D6B is #578294. Grayscale: #878787. Windows color (decimal): -5735061 or 7044520. OLE color: 7044520.
HSL color Cylindrical-coordinate representation of color #A87D6B: hue angle of 17.7º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A87D6B is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 125 | 107 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.34 |
| HSL | 17.7º | 0.26% | 0.54% | - |
| HSV(B) | 17.7º | 0.36% | 0.66% | - |
| XYZ | 26.14 | 24.05 | 17.18 | - |
| YUV | 135.81 | 111.75 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 125 | 107 | 0 | 0.26 | 0.36 | 0.34 | 17.7 | 0.26 | 0.54 |
| Hex | A8 | 7D | 6B | 0 | 1A | 24 | 22 | 12 | 1A | 36 |
| Octal | 250 | 175 | 153 | 0 | 32 | 44 | 42 | 22 | 32 | 66 |
| Binary | 10101000 | 1111101 | 1101011 | 0 | 11010 | 100100 | 100010 | 10010 | 11010 | 110110 |
Color Harmonies of #A87D6B
Complementary color
Monochromatic Colors of #A87D6B
Black with #A87D6B
Text Example
Text Example
White with #A87D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87D6B; }
p { color: rgb(168,125,107); }
H1.HeaderClassName
{
color: #A87D6B;
}
.AnyTagClassName
{
color: #A87D6B;
}
</style>
background-color css
<style>
a { background-color: #A87D6B; }
a { background-color: rgb(168,125,107); }
div.DivClassName
{
background-color: #A87D6B;
}
.BgClassName
{
background-color: #A87D6B;
}
</style>
border-color css
<style>
span { border-color: #A87D6B; }
span { border-color: rgb(168,125,107); }
td.TdClassName
{
border-color: #A87D6B;
}
.TagClassName
{
border-color: #A87D6B;
}
</style>