Shades of Medium Wood #A87F6B
Tints of Medium Wood #A87F6B
RGB
CMYK
RGB Variations
Color information
#A87F6B (or 0xA87F6B) is known color: Medium Wood. HEX triplet: A8, 7F and 6B. RGB value is (168,127,107). Sum of RGB (Red+Green+Blue) = 168+127+107=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87F6B is #578094. Grayscale: #898989. Windows color (decimal): -5734549 or 7045032. OLE color: 7045032.
HSL color Cylindrical-coordinate representation of color #A87F6B: hue angle of 19.67º 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 #A87F6B is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 127 | 107 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.34 |
| HSL | 19.67º | 0.26% | 0.54% | - |
| HSV(B) | 19.67º | 0.36% | 0.66% | - |
| XYZ | 26.39 | 24.57 | 17.26 | - |
| YUV | 136.98 | 111.08 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 107 | 0 | 0.24 | 0.36 | 0.34 | 19.67 | 0.26 | 0.54 |
| Hex | A8 | 7F | 6B | 0 | 18 | 24 | 22 | 14 | 1A | 36 |
| Octal | 250 | 177 | 153 | 0 | 30 | 44 | 42 | 24 | 32 | 66 |
| Binary | 10101000 | 1111111 | 1101011 | 0 | 11000 | 100100 | 100010 | 10100 | 11010 | 110110 |
Color Harmonies of #A87F6B
Complementary color
Monochromatic Colors of #A87F6B
Black with #A87F6B
Text Example
Text Example
White with #A87F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87F6B; }
p { color: rgb(168,127,107); }
H1.HeaderClassName
{
color: #A87F6B;
}
.AnyTagClassName
{
color: #A87F6B;
}
</style>
background-color css
<style>
a { background-color: #A87F6B; }
a { background-color: rgb(168,127,107); }
div.DivClassName
{
background-color: #A87F6B;
}
.BgClassName
{
background-color: #A87F6B;
}
</style>
border-color css
<style>
span { border-color: #A87F6B; }
span { border-color: rgb(168,127,107); }
td.TdClassName
{
border-color: #A87F6B;
}
.TagClassName
{
border-color: #A87F6B;
}
</style>