Shades of Medium Wood #AD806D
Tints of Medium Wood #AD806D
RGB
CMYK
RGB Variations
Color information
#AD806D (or 0xAD806D) is known color: Medium Wood. HEX triplet: AD, 80 and 6D. RGB value is (173,128,109). Sum of RGB (Red+Green+Blue) = 173+128+109=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD806D is #527F92. Grayscale: #8B8B8B. Windows color (decimal): -5406611 or 7176365. OLE color: 7176365.
HSL color Cylindrical-coordinate representation of color #AD806D: hue angle of 17.81º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD806D is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 109 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.32 |
| HSL | 17.81º | 0.28% | 0.55% | - |
| HSV(B) | 17.81º | 0.37% | 0.68% | - |
| XYZ | 27.71 | 25.43 | 17.92 | - |
| YUV | 139.29 | 110.91 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 109 | 0 | 0.26 | 0.37 | 0.32 | 17.81 | 0.28 | 0.55 |
| Hex | AD | 80 | 6D | 0 | 1A | 25 | 20 | 12 | 1C | 37 |
| Octal | 255 | 200 | 155 | 0 | 32 | 45 | 40 | 22 | 34 | 67 |
| Binary | 10101101 | 10000000 | 1101101 | 0 | 11010 | 100101 | 100000 | 10010 | 11100 | 110111 |
Color Harmonies of #AD806D
Complementary color
Monochromatic Colors of #AD806D
Black with #AD806D
Text Example
Text Example
White with #AD806D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD806D; }
p { color: rgb(173,128,109); }
H1.HeaderClassName
{
color: #AD806D;
}
.AnyTagClassName
{
color: #AD806D;
}
</style>
background-color css
<style>
a { background-color: #AD806D; }
a { background-color: rgb(173,128,109); }
div.DivClassName
{
background-color: #AD806D;
}
.BgClassName
{
background-color: #AD806D;
}
</style>
border-color css
<style>
span { border-color: #AD806D; }
span { border-color: rgb(173,128,109); }
td.TdClassName
{
border-color: #AD806D;
}
.TagClassName
{
border-color: #AD806D;
}
</style>