Shades of Medium Wood #AD805D
Tints of Medium Wood #AD805D
RGB
CMYK
RGB Variations
Color information
#AD805D (or 0xAD805D) is known color: Medium Wood. HEX triplet: AD, 80 and 5D. RGB value is (173,128,93). Sum of RGB (Red+Green+Blue) = 173+128+93=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD805D is #527FA2. Grayscale: #898989. Windows color (decimal): -5406627 or 6127789. OLE color: 6127789.
HSL color Cylindrical-coordinate representation of color #AD805D: hue angle of 26.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 #AD805D is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 93 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.32 |
| HSL | 26.25º | 0.33% | 0.52% | - |
| HSV(B) | 26.25º | 0.46% | 0.68% | - |
| XYZ | 26.93 | 25.11 | 13.78 | - |
| YUV | 137.47 | 102.91 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 93 | 0 | 0.26 | 0.46 | 0.32 | 26.25 | 0.33 | 0.52 |
| Hex | AD | 80 | 5D | 0 | 1A | 2E | 20 | 1A | 21 | 34 |
| Octal | 255 | 200 | 135 | 0 | 32 | 56 | 40 | 32 | 41 | 64 |
| Binary | 10101101 | 10000000 | 1011101 | 0 | 11010 | 101110 | 100000 | 11010 | 100001 | 110100 |
Color Harmonies of #AD805D
Complementary color
Monochromatic Colors of #AD805D
Black with #AD805D
Text Example
Text Example
White with #AD805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD805D; }
p { color: rgb(173,128,93); }
H1.HeaderClassName
{
color: #AD805D;
}
.AnyTagClassName
{
color: #AD805D;
}
</style>
background-color css
<style>
a { background-color: #AD805D; }
a { background-color: rgb(173,128,93); }
div.DivClassName
{
background-color: #AD805D;
}
.BgClassName
{
background-color: #AD805D;
}
</style>
border-color css
<style>
span { border-color: #AD805D; }
span { border-color: rgb(173,128,93); }
td.TdClassName
{
border-color: #AD805D;
}
.TagClassName
{
border-color: #AD805D;
}
</style>