Shades of Medium Wood #A87F69
Tints of Medium Wood #A87F69
RGB
CMYK
RGB Variations
Color information
#A87F69 (or 0xA87F69) is known color: Medium Wood. HEX triplet: A8, 7F and 69. RGB value is (168,127,105). Sum of RGB (Red+Green+Blue) = 168+127+105=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87F69 is #578096. Grayscale: #888888. Windows color (decimal): -5734551 or 6913960. OLE color: 6913960.
HSL color Cylindrical-coordinate representation of color #A87F69: hue angle of 20.95º 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 #A87F69 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 127 | 105 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.34 |
| HSL | 20.95º | 0.27% | 0.54% | - |
| HSV(B) | 20.95º | 0.38% | 0.66% | - |
| XYZ | 26.29 | 24.52 | 16.71 | - |
| YUV | 136.75 | 110.08 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 105 | 0 | 0.24 | 0.38 | 0.34 | 20.95 | 0.27 | 0.54 |
| Hex | A8 | 7F | 69 | 0 | 18 | 26 | 22 | 15 | 1B | 36 |
| Octal | 250 | 177 | 151 | 0 | 30 | 46 | 42 | 25 | 33 | 66 |
| Binary | 10101000 | 1111111 | 1101001 | 0 | 11000 | 100110 | 100010 | 10101 | 11011 | 110110 |
Color Harmonies of #A87F69
Complementary color
Monochromatic Colors of #A87F69
Black with #A87F69
Text Example
Text Example
White with #A87F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87F69; }
p { color: rgb(168,127,105); }
H1.HeaderClassName
{
color: #A87F69;
}
.AnyTagClassName
{
color: #A87F69;
}
</style>
background-color css
<style>
a { background-color: #A87F69; }
a { background-color: rgb(168,127,105); }
div.DivClassName
{
background-color: #A87F69;
}
.BgClassName
{
background-color: #A87F69;
}
</style>
border-color css
<style>
span { border-color: #A87F69; }
span { border-color: rgb(168,127,105); }
td.TdClassName
{
border-color: #A87F69;
}
.TagClassName
{
border-color: #A87F69;
}
</style>