Shades of Medium Wood #A87C69
Tints of Medium Wood #A87C69
RGB
CMYK
RGB Variations
Color information
#A87C69 (or 0xA87C69) is known color: Medium Wood. HEX triplet: A8, 7C and 69. RGB value is (168,124,105). Sum of RGB (Red+Green+Blue) = 168+124+105=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A87C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87C69 is #578396. Grayscale: #878787. Windows color (decimal): -5735319 or 6913192. OLE color: 6913192.
HSL color Cylindrical-coordinate representation of color #A87C69: hue angle of 18.1º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A87C69 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 124 | 105 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.34 |
| HSL | 18.1º | 0.27% | 0.54% | - |
| HSV(B) | 18.1º | 0.38% | 0.66% | - |
| XYZ | 25.91 | 23.76 | 16.59 | - |
| YUV | 134.99 | 111.08 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 124 | 105 | 0 | 0.26 | 0.38 | 0.34 | 18.1 | 0.27 | 0.54 |
| Hex | A8 | 7C | 69 | 0 | 1A | 26 | 22 | 12 | 1B | 36 |
| Octal | 250 | 174 | 151 | 0 | 32 | 46 | 42 | 22 | 33 | 66 |
| Binary | 10101000 | 1111100 | 1101001 | 0 | 11010 | 100110 | 100010 | 10010 | 11011 | 110110 |
Color Harmonies of #A87C69
Complementary color
Monochromatic Colors of #A87C69
Black with #A87C69
Text Example
Text Example
White with #A87C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87C69; }
p { color: rgb(168,124,105); }
H1.HeaderClassName
{
color: #A87C69;
}
.AnyTagClassName
{
color: #A87C69;
}
</style>
background-color css
<style>
a { background-color: #A87C69; }
a { background-color: rgb(168,124,105); }
div.DivClassName
{
background-color: #A87C69;
}
.BgClassName
{
background-color: #A87C69;
}
</style>
border-color css
<style>
span { border-color: #A87C69; }
span { border-color: rgb(168,124,105); }
td.TdClassName
{
border-color: #A87C69;
}
.TagClassName
{
border-color: #A87C69;
}
</style>