Shades of Medium Wood #AD7955
Tints of Medium Wood #AD7955
RGB
CMYK
RGB Variations
Color information
#AD7955 (or 0xAD7955) is known color: Medium Wood. HEX triplet: AD, 79 and 55. RGB value is (173,121,85). Sum of RGB (Red+Green+Blue) = 173+121+85=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7955 is #5286AA. Grayscale: #848484. Windows color (decimal): -5408427 or 5601709. OLE color: 5601709.
HSL color Cylindrical-coordinate representation of color #AD7955: hue angle of 24.55º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD7955 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 121 | 85 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.32 |
| HSL | 24.55º | 0.35% | 0.51% | - |
| HSV(B) | 24.55º | 0.51% | 0.68% | - |
| XYZ | 25.71 | 23.21 | 11.72 | - |
| YUV | 132.44 | 101.23 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 121 | 85 | 0 | 0.30 | 0.51 | 0.32 | 24.55 | 0.35 | 0.51 |
| Hex | AD | 79 | 55 | 0 | 1E | 33 | 20 | 19 | 23 | 33 |
| Octal | 255 | 171 | 125 | 0 | 36 | 63 | 40 | 31 | 43 | 63 |
| Binary | 10101101 | 1111001 | 1010101 | 0 | 11110 | 110011 | 100000 | 11001 | 100011 | 110011 |
Color Harmonies of #AD7955
Complementary color
Monochromatic Colors of #AD7955
Black with #AD7955
Text Example
Text Example
White with #AD7955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7955; }
p { color: rgb(173,121,85); }
H1.HeaderClassName
{
color: #AD7955;
}
.AnyTagClassName
{
color: #AD7955;
}
</style>
background-color css
<style>
a { background-color: #AD7955; }
a { background-color: rgb(173,121,85); }
div.DivClassName
{
background-color: #AD7955;
}
.BgClassName
{
background-color: #AD7955;
}
</style>
border-color css
<style>
span { border-color: #AD7955; }
span { border-color: rgb(173,121,85); }
td.TdClassName
{
border-color: #AD7955;
}
.TagClassName
{
border-color: #AD7955;
}
</style>