Shades of Medium Wood #AD836D
Tints of Medium Wood #AD836D
RGB
CMYK
RGB Variations
Color information
#AD836D (or 0xAD836D) is known color: Medium Wood. HEX triplet: AD, 83 and 6D. RGB value is (173,131,109). Sum of RGB (Red+Green+Blue) = 173+131+109=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD836D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD836D is #527C92. Grayscale: #8D8D8D. Windows color (decimal): -5405843 or 7177133. OLE color: 7177133.
HSL color Cylindrical-coordinate representation of color #AD836D: hue angle of 20.62º 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 #AD836D is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 131 | 109 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.32 |
| HSL | 20.63º | 0.28% | 0.55% | - |
| HSV(B) | 20.63º | 0.37% | 0.68% | - |
| XYZ | 28.11 | 26.22 | 18.05 | - |
| YUV | 141.05 | 109.91 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 109 | 0 | 0.24 | 0.37 | 0.32 | 20.63 | 0.28 | 0.55 |
| Hex | AD | 83 | 6D | 0 | 18 | 25 | 20 | 15 | 1C | 37 |
| Octal | 255 | 203 | 155 | 0 | 30 | 45 | 40 | 25 | 34 | 67 |
| Binary | 10101101 | 10000011 | 1101101 | 0 | 11000 | 100101 | 100000 | 10101 | 11100 | 110111 |
Color Harmonies of #AD836D
Complementary color
Monochromatic Colors of #AD836D
Black with #AD836D
Text Example
Text Example
White with #AD836D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD836D; }
p { color: rgb(173,131,109); }
H1.HeaderClassName
{
color: #AD836D;
}
.AnyTagClassName
{
color: #AD836D;
}
</style>
background-color css
<style>
a { background-color: #AD836D; }
a { background-color: rgb(173,131,109); }
div.DivClassName
{
background-color: #AD836D;
}
.BgClassName
{
background-color: #AD836D;
}
</style>
border-color css
<style>
span { border-color: #AD836D; }
span { border-color: rgb(173,131,109); }
td.TdClassName
{
border-color: #AD836D;
}
.TagClassName
{
border-color: #AD836D;
}
</style>