Shades of Medium Wood #AD845E
Tints of Medium Wood #AD845E
RGB
CMYK
RGB Variations
Color information
#AD845E (or 0xAD845E) is known color: Medium Wood. HEX triplet: AD, 84 and 5E. RGB value is (173,132,94). Sum of RGB (Red+Green+Blue) = 173+132+94=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD845E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD845E is #527BA1. Grayscale: #8C8C8C. Windows color (decimal): -5405602 or 6194349. OLE color: 6194349.
HSL color Cylindrical-coordinate representation of color #AD845E: hue angle of 28.86º 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 #AD845E is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 94 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.32 |
| HSL | 28.86º | 0.33% | 0.52% | - |
| HSV(B) | 28.86º | 0.46% | 0.68% | - |
| XYZ | 27.51 | 26.19 | 14.2 | - |
| YUV | 139.93 | 102.08 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 94 | 0 | 0.24 | 0.46 | 0.32 | 28.86 | 0.33 | 0.52 |
| Hex | AD | 84 | 5E | 0 | 18 | 2E | 20 | 1D | 21 | 34 |
| Octal | 255 | 204 | 136 | 0 | 30 | 56 | 40 | 35 | 41 | 64 |
| Binary | 10101101 | 10000100 | 1011110 | 0 | 11000 | 101110 | 100000 | 11101 | 100001 | 110100 |
Color Harmonies of #AD845E
Complementary color
Monochromatic Colors of #AD845E
Black with #AD845E
Text Example
Text Example
White with #AD845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD845E; }
p { color: rgb(173,132,94); }
H1.HeaderClassName
{
color: #AD845E;
}
.AnyTagClassName
{
color: #AD845E;
}
</style>
background-color css
<style>
a { background-color: #AD845E; }
a { background-color: rgb(173,132,94); }
div.DivClassName
{
background-color: #AD845E;
}
.BgClassName
{
background-color: #AD845E;
}
</style>
border-color css
<style>
span { border-color: #AD845E; }
span { border-color: rgb(173,132,94); }
td.TdClassName
{
border-color: #AD845E;
}
.TagClassName
{
border-color: #AD845E;
}
</style>