Shades of Medium Wood #AD8761
Tints of Medium Wood #AD8761
RGB
CMYK
RGB Variations
Color information
#AD8761 (or 0xAD8761) is known color: Medium Wood. HEX triplet: AD, 87 and 61. RGB value is (173,135,97). Sum of RGB (Red+Green+Blue) = 173+135+97=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8761 is #52789E. Grayscale: #8E8E8E. Windows color (decimal): -5404831 or 6391725. OLE color: 6391725.
HSL color Cylindrical-coordinate representation of color #AD8761: hue angle of 30º 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 #AD8761 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 135 | 97 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.32 |
| HSL | 30º | 0.32% | 0.53% | - |
| HSV(B) | 30º | 0.44% | 0.68% | - |
| XYZ | 28.06 | 27.08 | 15.06 | - |
| YUV | 142.03 | 102.59 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 97 | 0 | 0.22 | 0.44 | 0.32 | 30 | 0.32 | 0.53 |
| Hex | AD | 87 | 61 | 0 | 16 | 2C | 20 | 1E | 20 | 35 |
| Octal | 255 | 207 | 141 | 0 | 26 | 54 | 40 | 36 | 40 | 65 |
| Binary | 10101101 | 10000111 | 1100001 | 0 | 10110 | 101100 | 100000 | 11110 | 100000 | 110101 |
Color Harmonies of #AD8761
Complementary color
Monochromatic Colors of #AD8761
Black with #AD8761
Text Example
Text Example
White with #AD8761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8761; }
p { color: rgb(173,135,97); }
H1.HeaderClassName
{
color: #AD8761;
}
.AnyTagClassName
{
color: #AD8761;
}
</style>
background-color css
<style>
a { background-color: #AD8761; }
a { background-color: rgb(173,135,97); }
div.DivClassName
{
background-color: #AD8761;
}
.BgClassName
{
background-color: #AD8761;
}
</style>
border-color css
<style>
span { border-color: #AD8761; }
span { border-color: rgb(173,135,97); }
td.TdClassName
{
border-color: #AD8761;
}
.TagClassName
{
border-color: #AD8761;
}
</style>