Shades of Medium Wood #AD806A
Tints of Medium Wood #AD806A
RGB
CMYK
RGB Variations
Color information
#AD806A (or 0xAD806A) is known color: Medium Wood. HEX triplet: AD, 80 and 6A. RGB value is (173,128,106). Sum of RGB (Red+Green+Blue) = 173+128+106=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD806A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD806A is #527F95. Grayscale: #8B8B8B. Windows color (decimal): -5406614 or 6979757. OLE color: 6979757.
HSL color Cylindrical-coordinate representation of color #AD806A: hue angle of 19.7º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD806A is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 106 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.32 |
| HSL | 19.7º | 0.29% | 0.55% | - |
| HSV(B) | 19.7º | 0.39% | 0.68% | - |
| XYZ | 27.55 | 25.36 | 17.08 | - |
| YUV | 138.95 | 109.41 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 106 | 0 | 0.26 | 0.39 | 0.32 | 19.7 | 0.29 | 0.55 |
| Hex | AD | 80 | 6A | 0 | 1A | 27 | 20 | 14 | 1D | 37 |
| Octal | 255 | 200 | 152 | 0 | 32 | 47 | 40 | 24 | 35 | 67 |
| Binary | 10101101 | 10000000 | 1101010 | 0 | 11010 | 100111 | 100000 | 10100 | 11101 | 110111 |
Color Harmonies of #AD806A
Complementary color
Monochromatic Colors of #AD806A
Black with #AD806A
Text Example
Text Example
White with #AD806A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD806A; }
p { color: rgb(173,128,106); }
H1.HeaderClassName
{
color: #AD806A;
}
.AnyTagClassName
{
color: #AD806A;
}
</style>
background-color css
<style>
a { background-color: #AD806A; }
a { background-color: rgb(173,128,106); }
div.DivClassName
{
background-color: #AD806A;
}
.BgClassName
{
background-color: #AD806A;
}
</style>
border-color css
<style>
span { border-color: #AD806A; }
span { border-color: rgb(173,128,106); }
td.TdClassName
{
border-color: #AD806A;
}
.TagClassName
{
border-color: #AD806A;
}
</style>