Shades of Medium Wood #A87D68
Tints of Medium Wood #A87D68
RGB
CMYK
RGB Variations
Color information
#A87D68 (or 0xA87D68) is known color: Medium Wood. HEX triplet: A8, 7D and 68. RGB value is (168,125,104). Sum of RGB (Red+Green+Blue) = 168+125+104=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87D68 is #578297. Grayscale: #878787. Windows color (decimal): -5735064 or 6847912. OLE color: 6847912.
HSL color Cylindrical-coordinate representation of color #A87D68: hue angle of 19.69º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A87D68 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 125 | 104 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.34 |
| HSL | 19.69º | 0.27% | 0.53% | - |
| HSV(B) | 19.69º | 0.38% | 0.66% | - |
| XYZ | 25.98 | 23.99 | 16.36 | - |
| YUV | 135.46 | 110.25 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 125 | 104 | 0 | 0.26 | 0.38 | 0.34 | 19.69 | 0.27 | 0.53 |
| Hex | A8 | 7D | 68 | 0 | 1A | 26 | 22 | 14 | 1B | 35 |
| Octal | 250 | 175 | 150 | 0 | 32 | 46 | 42 | 24 | 33 | 65 |
| Binary | 10101000 | 1111101 | 1101000 | 0 | 11010 | 100110 | 100010 | 10100 | 11011 | 110101 |
Color Harmonies of #A87D68
Complementary color
Monochromatic Colors of #A87D68
Black with #A87D68
Text Example
Text Example
White with #A87D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87D68; }
p { color: rgb(168,125,104); }
H1.HeaderClassName
{
color: #A87D68;
}
.AnyTagClassName
{
color: #A87D68;
}
</style>
background-color css
<style>
a { background-color: #A87D68; }
a { background-color: rgb(168,125,104); }
div.DivClassName
{
background-color: #A87D68;
}
.BgClassName
{
background-color: #A87D68;
}
</style>
border-color css
<style>
span { border-color: #A87D68; }
span { border-color: rgb(168,125,104); }
td.TdClassName
{
border-color: #A87D68;
}
.TagClassName
{
border-color: #A87D68;
}
</style>