Shades of Medium Wood #AD7D59
Tints of Medium Wood #AD7D59
RGB
CMYK
RGB Variations
Color information
#AD7D59 (or 0xAD7D59) is known color: Medium Wood. HEX triplet: AD, 7D and 59. RGB value is (173,125,89). Sum of RGB (Red+Green+Blue) = 173+125+89=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7D59 is #5282A6. Grayscale: #878787. Windows color (decimal): -5407399 or 5864877. OLE color: 5864877.
HSL color Cylindrical-coordinate representation of color #AD7D59: hue angle of 25.71º 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 #AD7D59 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 125 | 89 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.32 |
| HSL | 25.71º | 0.34% | 0.51% | - |
| HSV(B) | 25.71º | 0.49% | 0.68% | - |
| XYZ | 26.37 | 24.27 | 12.75 | - |
| YUV | 135.25 | 101.9 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 125 | 89 | 0 | 0.28 | 0.49 | 0.32 | 25.71 | 0.34 | 0.51 |
| Hex | AD | 7D | 59 | 0 | 1C | 31 | 20 | 1A | 22 | 33 |
| Octal | 255 | 175 | 131 | 0 | 34 | 61 | 40 | 32 | 42 | 63 |
| Binary | 10101101 | 1111101 | 1011001 | 0 | 11100 | 110001 | 100000 | 11010 | 100010 | 110011 |
Color Harmonies of #AD7D59
Complementary color
Monochromatic Colors of #AD7D59
Black with #AD7D59
Text Example
Text Example
White with #AD7D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7D59; }
p { color: rgb(173,125,89); }
H1.HeaderClassName
{
color: #AD7D59;
}
.AnyTagClassName
{
color: #AD7D59;
}
</style>
background-color css
<style>
a { background-color: #AD7D59; }
a { background-color: rgb(173,125,89); }
div.DivClassName
{
background-color: #AD7D59;
}
.BgClassName
{
background-color: #AD7D59;
}
</style>
border-color css
<style>
span { border-color: #AD7D59; }
span { border-color: rgb(173,125,89); }
td.TdClassName
{
border-color: #AD7D59;
}
.TagClassName
{
border-color: #AD7D59;
}
</style>