Shades of Medium Wood #AD785B
Tints of Medium Wood #AD785B
RGB
CMYK
RGB Variations
Color information
#AD785B (or 0xAD785B) is known color: Medium Wood. HEX triplet: AD, 78 and 5B. RGB value is (173,120,91). Sum of RGB (Red+Green+Blue) = 173+120+91=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD785B is #5287A4. Grayscale: #848484. Windows color (decimal): -5408677 or 5994669. OLE color: 5994669.
HSL color Cylindrical-coordinate representation of color #AD785B: hue angle of 21.22º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD785B is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 91 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.32 |
| HSL | 21.22º | 0.33% | 0.52% | - |
| HSV(B) | 21.22º | 0.47% | 0.68% | - |
| XYZ | 25.84 | 23.07 | 12.99 | - |
| YUV | 132.54 | 104.56 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 91 | 0 | 0.31 | 0.47 | 0.32 | 21.22 | 0.33 | 0.52 |
| Hex | AD | 78 | 5B | 0 | 1F | 2F | 20 | 15 | 21 | 34 |
| Octal | 255 | 170 | 133 | 0 | 37 | 57 | 40 | 25 | 41 | 64 |
| Binary | 10101101 | 1111000 | 1011011 | 0 | 11111 | 101111 | 100000 | 10101 | 100001 | 110100 |
Color Harmonies of #AD785B
Complementary color
Monochromatic Colors of #AD785B
Black with #AD785B
Text Example
Text Example
White with #AD785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD785B; }
p { color: rgb(173,120,91); }
H1.HeaderClassName
{
color: #AD785B;
}
.AnyTagClassName
{
color: #AD785B;
}
</style>
background-color css
<style>
a { background-color: #AD785B; }
a { background-color: rgb(173,120,91); }
div.DivClassName
{
background-color: #AD785B;
}
.BgClassName
{
background-color: #AD785B;
}
</style>
border-color css
<style>
span { border-color: #AD785B; }
span { border-color: rgb(173,120,91); }
td.TdClassName
{
border-color: #AD785B;
}
.TagClassName
{
border-color: #AD785B;
}
</style>