Shades of Medium Wood #A07960
Tints of Medium Wood #A07960
RGB
CMYK
RGB Variations
Color information
#A07960 (or 0xA07960) is known color: Medium Wood. HEX triplet: A0, 79 and 60. RGB value is (160,121,96). Sum of RGB (Red+Green+Blue) = 160+121+96=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A07960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07960 is #5F869F. Grayscale: #818181. Windows color (decimal): -6260384 or 6322592. OLE color: 6322592.
HSL color Cylindrical-coordinate representation of color #A07960: hue angle of 23.44º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A07960 is Cyan = 0, Magento = 0.24, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 121 | 96 | - |
| CMYK | 0 | 0.24 | 0.4 | 0.37 |
| HSL | 23.44º | 0.25% | 0.5% | - |
| HSV(B) | 23.44º | 0.4% | 0.63% | - |
| XYZ | 23.45 | 21.99 | 14.08 | - |
| YUV | 129.81 | 108.92 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 96 | 0 | 0.24 | 0.4 | 0.37 | 23.44 | 0.25 | 0.5 |
| Hex | A0 | 79 | 60 | 0 | 18 | 28 | 25 | 17 | 19 | 32 |
| Octal | 240 | 171 | 140 | 0 | 30 | 50 | 45 | 27 | 31 | 62 |
| Binary | 10100000 | 1111001 | 1100000 | 0 | 11000 | 101000 | 100101 | 10111 | 11001 | 110010 |
Color Harmonies of #A07960
Complementary color
Monochromatic Colors of #A07960
Black with #A07960
Text Example
Text Example
White with #A07960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07960; }
p { color: rgb(160,121,96); }
H1.HeaderClassName
{
color: #A07960;
}
.AnyTagClassName
{
color: #A07960;
}
</style>
background-color css
<style>
a { background-color: #A07960; }
a { background-color: rgb(160,121,96); }
div.DivClassName
{
background-color: #A07960;
}
.BgClassName
{
background-color: #A07960;
}
</style>
border-color css
<style>
span { border-color: #A07960; }
span { border-color: rgb(160,121,96); }
td.TdClassName
{
border-color: #A07960;
}
.TagClassName
{
border-color: #A07960;
}
</style>