Shades of Medium Wood #AD7861
Tints of Medium Wood #AD7861
RGB
CMYK
RGB Variations
Color information
#AD7861 (or 0xAD7861) is known color: Medium Wood. HEX triplet: AD, 78 and 61. RGB value is (173,120,97). Sum of RGB (Red+Green+Blue) = 173+120+97=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7861 is #52879E. Grayscale: #858585. Windows color (decimal): -5408671 or 6387885. OLE color: 6387885.
HSL color Cylindrical-coordinate representation of color #AD7861: hue angle of 18.16º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD7861 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 97 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.32 |
| HSL | 18.16º | 0.32% | 0.53% | - |
| HSV(B) | 18.16º | 0.44% | 0.68% | - |
| XYZ | 26.11 | 23.18 | 14.41 | - |
| YUV | 133.23 | 107.56 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 97 | 0 | 0.31 | 0.44 | 0.32 | 18.16 | 0.32 | 0.53 |
| Hex | AD | 78 | 61 | 0 | 1F | 2C | 20 | 12 | 20 | 35 |
| Octal | 255 | 170 | 141 | 0 | 37 | 54 | 40 | 22 | 40 | 65 |
| Binary | 10101101 | 1111000 | 1100001 | 0 | 11111 | 101100 | 100000 | 10010 | 100000 | 110101 |
Color Harmonies of #AD7861
Complementary color
Monochromatic Colors of #AD7861
Black with #AD7861
Text Example
Text Example
White with #AD7861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7861; }
p { color: rgb(173,120,97); }
H1.HeaderClassName
{
color: #AD7861;
}
.AnyTagClassName
{
color: #AD7861;
}
</style>
background-color css
<style>
a { background-color: #AD7861; }
a { background-color: rgb(173,120,97); }
div.DivClassName
{
background-color: #AD7861;
}
.BgClassName
{
background-color: #AD7861;
}
</style>
border-color css
<style>
span { border-color: #AD7861; }
span { border-color: rgb(173,120,97); }
td.TdClassName
{
border-color: #AD7861;
}
.TagClassName
{
border-color: #AD7861;
}
</style>