Shades of Medium Wood #AD7759
Tints of Medium Wood #AD7759
RGB
CMYK
RGB Variations
Color information
#AD7759 (or 0xAD7759) is known color: Medium Wood. HEX triplet: AD, 77 and 59. RGB value is (173,119,89). Sum of RGB (Red+Green+Blue) = 173+119+89=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7759 is #5288A6. Grayscale: #838383. Windows color (decimal): -5408935 or 5863341. OLE color: 5863341.
HSL color Cylindrical-coordinate representation of color #AD7759: hue angle of 21.43º 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 #AD7759 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 119 | 89 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.32 |
| HSL | 21.43º | 0.34% | 0.51% | - |
| HSV(B) | 21.43º | 0.49% | 0.68% | - |
| XYZ | 25.63 | 22.8 | 12.5 | - |
| YUV | 131.73 | 103.89 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 89 | 0 | 0.31 | 0.49 | 0.32 | 21.43 | 0.34 | 0.51 |
| Hex | AD | 77 | 59 | 0 | 1F | 31 | 20 | 15 | 22 | 33 |
| Octal | 255 | 167 | 131 | 0 | 37 | 61 | 40 | 25 | 42 | 63 |
| Binary | 10101101 | 1110111 | 1011001 | 0 | 11111 | 110001 | 100000 | 10101 | 100010 | 110011 |
Color Harmonies of #AD7759
Complementary color
Monochromatic Colors of #AD7759
Black with #AD7759
Text Example
Text Example
White with #AD7759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7759; }
p { color: rgb(173,119,89); }
H1.HeaderClassName
{
color: #AD7759;
}
.AnyTagClassName
{
color: #AD7759;
}
</style>
background-color css
<style>
a { background-color: #AD7759; }
a { background-color: rgb(173,119,89); }
div.DivClassName
{
background-color: #AD7759;
}
.BgClassName
{
background-color: #AD7759;
}
</style>
border-color css
<style>
span { border-color: #AD7759; }
span { border-color: rgb(173,119,89); }
td.TdClassName
{
border-color: #AD7759;
}
.TagClassName
{
border-color: #AD7759;
}
</style>