Shades of Medium Wood #AD785A
Tints of Medium Wood #AD785A
RGB
CMYK
RGB Variations
Color information
#AD785A (or 0xAD785A) is known color: Medium Wood. HEX triplet: AD, 78 and 5A. RGB value is (173,120,90). Sum of RGB (Red+Green+Blue) = 173+120+90=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD785A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD785A is #5287A5. Grayscale: #848484. Windows color (decimal): -5408678 or 5929133. OLE color: 5929133.
HSL color Cylindrical-coordinate representation of color #AD785A: hue angle of 21.69º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD785A is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 90 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.32 |
| HSL | 21.69º | 0.34% | 0.52% | - |
| HSV(B) | 21.69º | 0.48% | 0.68% | - |
| XYZ | 25.8 | 23.06 | 12.76 | - |
| YUV | 132.43 | 104.06 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 90 | 0 | 0.31 | 0.48 | 0.32 | 21.69 | 0.34 | 0.52 |
| Hex | AD | 78 | 5A | 0 | 1F | 30 | 20 | 16 | 22 | 34 |
| Octal | 255 | 170 | 132 | 0 | 37 | 60 | 40 | 26 | 42 | 64 |
| Binary | 10101101 | 1111000 | 1011010 | 0 | 11111 | 110000 | 100000 | 10110 | 100010 | 110100 |
Color Harmonies of #AD785A
Complementary color
Monochromatic Colors of #AD785A
Black with #AD785A
Text Example
Text Example
White with #AD785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD785A; }
p { color: rgb(173,120,90); }
H1.HeaderClassName
{
color: #AD785A;
}
.AnyTagClassName
{
color: #AD785A;
}
</style>
background-color css
<style>
a { background-color: #AD785A; }
a { background-color: rgb(173,120,90); }
div.DivClassName
{
background-color: #AD785A;
}
.BgClassName
{
background-color: #AD785A;
}
</style>
border-color css
<style>
span { border-color: #AD785A; }
span { border-color: rgb(173,120,90); }
td.TdClassName
{
border-color: #AD785A;
}
.TagClassName
{
border-color: #AD785A;
}
</style>