Shades of Medium Wood #A87A60
Tints of Medium Wood #A87A60
RGB
CMYK
RGB Variations
Color information
#A87A60 (or 0xA87A60) is known color: Medium Wood. HEX triplet: A8, 7A and 60. RGB value is (168,122,96). Sum of RGB (Red+Green+Blue) = 168+122+96=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87A60 is #57859F. Grayscale: #848484. Windows color (decimal): -5735840 or 6322856. OLE color: 6322856.
HSL color Cylindrical-coordinate representation of color #A87A60: hue angle of 21.67º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A87A60 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 122 | 96 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.34 |
| HSL | 21.67º | 0.29% | 0.52% | - |
| HSV(B) | 21.67º | 0.43% | 0.66% | - |
| XYZ | 25.22 | 23.09 | 14.19 | - |
| YUV | 132.79 | 107.24 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 96 | 0 | 0.27 | 0.43 | 0.34 | 21.67 | 0.29 | 0.52 |
| Hex | A8 | 7A | 60 | 0 | 1B | 2B | 22 | 16 | 1D | 34 |
| Octal | 250 | 172 | 140 | 0 | 33 | 53 | 42 | 26 | 35 | 64 |
| Binary | 10101000 | 1111010 | 1100000 | 0 | 11011 | 101011 | 100010 | 10110 | 11101 | 110100 |
Color Harmonies of #A87A60
Complementary color
Monochromatic Colors of #A87A60
Black with #A87A60
Text Example
Text Example
White with #A87A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87A60; }
p { color: rgb(168,122,96); }
H1.HeaderClassName
{
color: #A87A60;
}
.AnyTagClassName
{
color: #A87A60;
}
</style>
background-color css
<style>
a { background-color: #A87A60; }
a { background-color: rgb(168,122,96); }
div.DivClassName
{
background-color: #A87A60;
}
.BgClassName
{
background-color: #A87A60;
}
</style>
border-color css
<style>
span { border-color: #A87A60; }
span { border-color: rgb(168,122,96); }
td.TdClassName
{
border-color: #A87A60;
}
.TagClassName
{
border-color: #A87A60;
}
</style>