Shades of Medium Wood #AD8561
Tints of Medium Wood #AD8561
RGB
CMYK
RGB Variations
Color information
#AD8561 (or 0xAD8561) is known color: Medium Wood. HEX triplet: AD, 85 and 61. RGB value is (173,133,97). Sum of RGB (Red+Green+Blue) = 173+133+97=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8561 is #527A9E. Grayscale: #8D8D8D. Windows color (decimal): -5405343 or 6391213. OLE color: 6391213.
HSL color Cylindrical-coordinate representation of color #AD8561: hue angle of 28.42º 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 #AD8561 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 97 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.32 |
| HSL | 28.42º | 0.32% | 0.53% | - |
| HSV(B) | 28.42º | 0.44% | 0.68% | - |
| XYZ | 27.78 | 26.52 | 14.96 | - |
| YUV | 140.86 | 103.25 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 97 | 0 | 0.23 | 0.44 | 0.32 | 28.42 | 0.32 | 0.53 |
| Hex | AD | 85 | 61 | 0 | 17 | 2C | 20 | 1C | 20 | 35 |
| Octal | 255 | 205 | 141 | 0 | 27 | 54 | 40 | 34 | 40 | 65 |
| Binary | 10101101 | 10000101 | 1100001 | 0 | 10111 | 101100 | 100000 | 11100 | 100000 | 110101 |
Color Harmonies of #AD8561
Complementary color
Monochromatic Colors of #AD8561
Black with #AD8561
Text Example
Text Example
White with #AD8561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8561; }
p { color: rgb(173,133,97); }
H1.HeaderClassName
{
color: #AD8561;
}
.AnyTagClassName
{
color: #AD8561;
}
</style>
background-color css
<style>
a { background-color: #AD8561; }
a { background-color: rgb(173,133,97); }
div.DivClassName
{
background-color: #AD8561;
}
.BgClassName
{
background-color: #AD8561;
}
</style>
border-color css
<style>
span { border-color: #AD8561; }
span { border-color: rgb(173,133,97); }
td.TdClassName
{
border-color: #AD8561;
}
.TagClassName
{
border-color: #AD8561;
}
</style>