Shades of Medium Wood #AD8160
Tints of Medium Wood #AD8160
RGB
CMYK
RGB Variations
Color information
#AD8160 (or 0xAD8160) is known color: Medium Wood. HEX triplet: AD, 81 and 60. RGB value is (173,129,96). Sum of RGB (Red+Green+Blue) = 173+129+96=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8160 is #527E9F. Grayscale: #8A8A8A. Windows color (decimal): -5406368 or 6324653. OLE color: 6324653.
HSL color Cylindrical-coordinate representation of color #AD8160: hue angle of 25.71º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD8160 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 129 | 96 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.32 |
| HSL | 25.71º | 0.32% | 0.53% | - |
| HSV(B) | 25.71º | 0.45% | 0.68% | - |
| XYZ | 27.2 | 25.43 | 14.54 | - |
| YUV | 138.39 | 104.08 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 96 | 0 | 0.25 | 0.45 | 0.32 | 25.71 | 0.32 | 0.53 |
| Hex | AD | 81 | 60 | 0 | 19 | 2D | 20 | 1A | 20 | 35 |
| Octal | 255 | 201 | 140 | 0 | 31 | 55 | 40 | 32 | 40 | 65 |
| Binary | 10101101 | 10000001 | 1100000 | 0 | 11001 | 101101 | 100000 | 11010 | 100000 | 110101 |
Color Harmonies of #AD8160
Complementary color
Monochromatic Colors of #AD8160
Black with #AD8160
Text Example
Text Example
White with #AD8160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8160; }
p { color: rgb(173,129,96); }
H1.HeaderClassName
{
color: #AD8160;
}
.AnyTagClassName
{
color: #AD8160;
}
</style>
background-color css
<style>
a { background-color: #AD8160; }
a { background-color: rgb(173,129,96); }
div.DivClassName
{
background-color: #AD8160;
}
.BgClassName
{
background-color: #AD8160;
}
</style>
border-color css
<style>
span { border-color: #AD8160; }
span { border-color: rgb(173,129,96); }
td.TdClassName
{
border-color: #AD8160;
}
.TagClassName
{
border-color: #AD8160;
}
</style>