Shades of Medium Wood #AD7A60
Tints of Medium Wood #AD7A60
RGB
CMYK
RGB Variations
Color information
#AD7A60 (or 0xAD7A60) is known color: Medium Wood. HEX triplet: AD, 7A and 60. RGB value is (173,122,96). Sum of RGB (Red+Green+Blue) = 173+122+96=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7A60 is #52859F. Grayscale: #868686. Windows color (decimal): -5408160 or 6322861. OLE color: 6322861.
HSL color Cylindrical-coordinate representation of color #AD7A60: hue angle of 20.26º 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 #AD7A60 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 122 | 96 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.32 |
| HSL | 20.26º | 0.32% | 0.53% | - |
| HSV(B) | 20.26º | 0.45% | 0.68% | - |
| XYZ | 26.3 | 23.65 | 14.24 | - |
| YUV | 134.29 | 106.4 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 96 | 0 | 0.29 | 0.45 | 0.32 | 20.26 | 0.32 | 0.53 |
| Hex | AD | 7A | 60 | 0 | 1D | 2D | 20 | 14 | 20 | 35 |
| Octal | 255 | 172 | 140 | 0 | 35 | 55 | 40 | 24 | 40 | 65 |
| Binary | 10101101 | 1111010 | 1100000 | 0 | 11101 | 101101 | 100000 | 10100 | 100000 | 110101 |
Color Harmonies of #AD7A60
Complementary color
Monochromatic Colors of #AD7A60
Black with #AD7A60
Text Example
Text Example
White with #AD7A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7A60; }
p { color: rgb(173,122,96); }
H1.HeaderClassName
{
color: #AD7A60;
}
.AnyTagClassName
{
color: #AD7A60;
}
</style>
background-color css
<style>
a { background-color: #AD7A60; }
a { background-color: rgb(173,122,96); }
div.DivClassName
{
background-color: #AD7A60;
}
.BgClassName
{
background-color: #AD7A60;
}
</style>
border-color css
<style>
span { border-color: #AD7A60; }
span { border-color: rgb(173,122,96); }
td.TdClassName
{
border-color: #AD7A60;
}
.TagClassName
{
border-color: #AD7A60;
}
</style>