Shades of Medium Wood #AD795F
Tints of Medium Wood #AD795F
RGB
CMYK
RGB Variations
Color information
#AD795F (or 0xAD795F) is known color: Medium Wood. HEX triplet: AD, 79 and 5F. RGB value is (173,121,95). Sum of RGB (Red+Green+Blue) = 173+121+95=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD795F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD795F is #5286A0. Grayscale: #858585. Windows color (decimal): -5408417 or 6257069. OLE color: 6257069.
HSL color Cylindrical-coordinate representation of color #AD795F: hue angle of 20º 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 #AD795F is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 121 | 95 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.32 |
| HSL | 20º | 0.32% | 0.53% | - |
| HSV(B) | 20º | 0.45% | 0.68% | - |
| XYZ | 26.14 | 23.39 | 13.96 | - |
| YUV | 133.58 | 106.23 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 121 | 95 | 0 | 0.30 | 0.45 | 0.32 | 20 | 0.32 | 0.53 |
| Hex | AD | 79 | 5F | 0 | 1E | 2D | 20 | 14 | 20 | 35 |
| Octal | 255 | 171 | 137 | 0 | 36 | 55 | 40 | 24 | 40 | 65 |
| Binary | 10101101 | 1111001 | 1011111 | 0 | 11110 | 101101 | 100000 | 10100 | 100000 | 110101 |
Color Harmonies of #AD795F
Complementary color
Monochromatic Colors of #AD795F
Black with #AD795F
Text Example
Text Example
White with #AD795F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD795F; }
p { color: rgb(173,121,95); }
H1.HeaderClassName
{
color: #AD795F;
}
.AnyTagClassName
{
color: #AD795F;
}
</style>
background-color css
<style>
a { background-color: #AD795F; }
a { background-color: rgb(173,121,95); }
div.DivClassName
{
background-color: #AD795F;
}
.BgClassName
{
background-color: #AD795F;
}
</style>
border-color css
<style>
span { border-color: #AD795F; }
span { border-color: rgb(173,121,95); }
td.TdClassName
{
border-color: #AD795F;
}
.TagClassName
{
border-color: #AD795F;
}
</style>