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