Shades of Medium Wood #AD795B
Tints of Medium Wood #AD795B
RGB
CMYK
RGB Variations
Color information
#AD795B (or 0xAD795B) is known color: Medium Wood. HEX triplet: AD, 79 and 5B. RGB value is (173,121,91). Sum of RGB (Red+Green+Blue) = 173+121+91=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD795B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD795B is #5286A4. Grayscale: #858585. Windows color (decimal): -5408421 or 5994925. OLE color: 5994925.
HSL color Cylindrical-coordinate representation of color #AD795B: hue angle of 21.95º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD795B is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 121 | 91 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.32 |
| HSL | 21.95º | 0.33% | 0.52% | - |
| HSV(B) | 21.95º | 0.47% | 0.68% | - |
| XYZ | 25.96 | 23.31 | 13.03 | - |
| YUV | 133.13 | 104.23 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 121 | 91 | 0 | 0.30 | 0.47 | 0.32 | 21.95 | 0.33 | 0.52 |
| Hex | AD | 79 | 5B | 0 | 1E | 2F | 20 | 16 | 21 | 34 |
| Octal | 255 | 171 | 133 | 0 | 36 | 57 | 40 | 26 | 41 | 64 |
| Binary | 10101101 | 1111001 | 1011011 | 0 | 11110 | 101111 | 100000 | 10110 | 100001 | 110100 |
Color Harmonies of #AD795B
Complementary color
Monochromatic Colors of #AD795B
Black with #AD795B
Text Example
Text Example
White with #AD795B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD795B; }
p { color: rgb(173,121,91); }
H1.HeaderClassName
{
color: #AD795B;
}
.AnyTagClassName
{
color: #AD795B;
}
</style>
background-color css
<style>
a { background-color: #AD795B; }
a { background-color: rgb(173,121,91); }
div.DivClassName
{
background-color: #AD795B;
}
.BgClassName
{
background-color: #AD795B;
}
</style>
border-color css
<style>
span { border-color: #AD795B; }
span { border-color: rgb(173,121,91); }
td.TdClassName
{
border-color: #AD795B;
}
.TagClassName
{
border-color: #AD795B;
}
</style>