Shades of Medium Wood #AD7860
Tints of Medium Wood #AD7860
RGB
CMYK
RGB Variations
Color information
#AD7860 (or 0xAD7860) is known color: Medium Wood. HEX triplet: AD, 78 and 60. RGB value is (173,120,96). Sum of RGB (Red+Green+Blue) = 173+120+96=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7860 is #52879F. Grayscale: #858585. Windows color (decimal): -5408672 or 6322349. OLE color: 6322349.
HSL color Cylindrical-coordinate representation of color #AD7860: hue angle of 18.7º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD7860 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 96 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.32 |
| HSL | 18.7º | 0.32% | 0.53% | - |
| HSV(B) | 18.7º | 0.45% | 0.68% | - |
| XYZ | 26.06 | 23.16 | 14.16 | - |
| YUV | 133.11 | 107.06 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 96 | 0 | 0.31 | 0.45 | 0.32 | 18.7 | 0.32 | 0.53 |
| Hex | AD | 78 | 60 | 0 | 1F | 2D | 20 | 13 | 20 | 35 |
| Octal | 255 | 170 | 140 | 0 | 37 | 55 | 40 | 23 | 40 | 65 |
| Binary | 10101101 | 1111000 | 1100000 | 0 | 11111 | 101101 | 100000 | 10011 | 100000 | 110101 |
Color Harmonies of #AD7860
Complementary color
Monochromatic Colors of #AD7860
Black with #AD7860
Text Example
Text Example
White with #AD7860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7860; }
p { color: rgb(173,120,96); }
H1.HeaderClassName
{
color: #AD7860;
}
.AnyTagClassName
{
color: #AD7860;
}
</style>
background-color css
<style>
a { background-color: #AD7860; }
a { background-color: rgb(173,120,96); }
div.DivClassName
{
background-color: #AD7860;
}
.BgClassName
{
background-color: #AD7860;
}
</style>
border-color css
<style>
span { border-color: #AD7860; }
span { border-color: rgb(173,120,96); }
td.TdClassName
{
border-color: #AD7860;
}
.TagClassName
{
border-color: #AD7860;
}
</style>