Shades of Medium Wood #AD865E
Tints of Medium Wood #AD865E
RGB
CMYK
RGB Variations
Color information
#AD865E (or 0xAD865E) is known color: Medium Wood. HEX triplet: AD, 86 and 5E. RGB value is (173,134,94). Sum of RGB (Red+Green+Blue) = 173+134+94=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD865E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD865E is #5279A1. Grayscale: #8D8D8D. Windows color (decimal): -5405090 or 6194861. OLE color: 6194861.
HSL color Cylindrical-coordinate representation of color #AD865E: hue angle of 30.38º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD865E is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 94 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.32 |
| HSL | 30.38º | 0.33% | 0.52% | - |
| HSV(B) | 30.38º | 0.46% | 0.68% | - |
| XYZ | 27.78 | 26.74 | 14.29 | - |
| YUV | 141.1 | 101.42 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 94 | 0 | 0.23 | 0.46 | 0.32 | 30.38 | 0.33 | 0.52 |
| Hex | AD | 86 | 5E | 0 | 17 | 2E | 20 | 1E | 21 | 34 |
| Octal | 255 | 206 | 136 | 0 | 27 | 56 | 40 | 36 | 41 | 64 |
| Binary | 10101101 | 10000110 | 1011110 | 0 | 10111 | 101110 | 100000 | 11110 | 100001 | 110100 |
Color Harmonies of #AD865E
Complementary color
Monochromatic Colors of #AD865E
Black with #AD865E
Text Example
Text Example
White with #AD865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD865E; }
p { color: rgb(173,134,94); }
H1.HeaderClassName
{
color: #AD865E;
}
.AnyTagClassName
{
color: #AD865E;
}
</style>
background-color css
<style>
a { background-color: #AD865E; }
a { background-color: rgb(173,134,94); }
div.DivClassName
{
background-color: #AD865E;
}
.BgClassName
{
background-color: #AD865E;
}
</style>
border-color css
<style>
span { border-color: #AD865E; }
span { border-color: rgb(173,134,94); }
td.TdClassName
{
border-color: #AD865E;
}
.TagClassName
{
border-color: #AD865E;
}
</style>