Shades of Medium Wood #AD7959
Tints of Medium Wood #AD7959
RGB
CMYK
RGB Variations
Color information
#AD7959 (or 0xAD7959) is known color: Medium Wood. HEX triplet: AD, 79 and 59. RGB value is (173,121,89). Sum of RGB (Red+Green+Blue) = 173+121+89=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7959 is #5286A6. Grayscale: #858585. Windows color (decimal): -5408423 or 5863853. OLE color: 5863853.
HSL color Cylindrical-coordinate representation of color #AD7959: hue angle of 22.86º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD7959 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 121 | 89 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.32 |
| HSL | 22.86º | 0.34% | 0.51% | - |
| HSV(B) | 22.86º | 0.49% | 0.68% | - |
| XYZ | 25.87 | 23.28 | 12.58 | - |
| YUV | 132.9 | 103.23 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 121 | 89 | 0 | 0.30 | 0.49 | 0.32 | 22.86 | 0.34 | 0.51 |
| Hex | AD | 79 | 59 | 0 | 1E | 31 | 20 | 17 | 22 | 33 |
| Octal | 255 | 171 | 131 | 0 | 36 | 61 | 40 | 27 | 42 | 63 |
| Binary | 10101101 | 1111001 | 1011001 | 0 | 11110 | 110001 | 100000 | 10111 | 100010 | 110011 |
Color Harmonies of #AD7959
Complementary color
Monochromatic Colors of #AD7959
Black with #AD7959
Text Example
Text Example
White with #AD7959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7959; }
p { color: rgb(173,121,89); }
H1.HeaderClassName
{
color: #AD7959;
}
.AnyTagClassName
{
color: #AD7959;
}
</style>
background-color css
<style>
a { background-color: #AD7959; }
a { background-color: rgb(173,121,89); }
div.DivClassName
{
background-color: #AD7959;
}
.BgClassName
{
background-color: #AD7959;
}
</style>
border-color css
<style>
span { border-color: #AD7959; }
span { border-color: rgb(173,121,89); }
td.TdClassName
{
border-color: #AD7959;
}
.TagClassName
{
border-color: #AD7959;
}
</style>