Shades of Medium Wood #AD7A57
Tints of Medium Wood #AD7A57
RGB
CMYK
RGB Variations
Color information
#AD7A57 (or 0xAD7A57) is known color: Medium Wood. HEX triplet: AD, 7A and 57. RGB value is (173,122,87). Sum of RGB (Red+Green+Blue) = 173+122+87=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7A57 is #5285A8. Grayscale: #858585. Windows color (decimal): -5408169 or 5733037. OLE color: 5733037.
HSL color Cylindrical-coordinate representation of color #AD7A57: hue angle of 24.42º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD7A57 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 122 | 87 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.32 |
| HSL | 24.42º | 0.34% | 0.51% | - |
| HSV(B) | 24.42º | 0.5% | 0.68% | - |
| XYZ | 25.91 | 23.49 | 12.19 | - |
| YUV | 133.26 | 101.9 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 87 | 0 | 0.29 | 0.50 | 0.32 | 24.42 | 0.34 | 0.51 |
| Hex | AD | 7A | 57 | 0 | 1D | 32 | 20 | 18 | 22 | 33 |
| Octal | 255 | 172 | 127 | 0 | 35 | 62 | 40 | 30 | 42 | 63 |
| Binary | 10101101 | 1111010 | 1010111 | 0 | 11101 | 110010 | 100000 | 11000 | 100010 | 110011 |
Color Harmonies of #AD7A57
Complementary color
Monochromatic Colors of #AD7A57
Black with #AD7A57
Text Example
Text Example
White with #AD7A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7A57; }
p { color: rgb(173,122,87); }
H1.HeaderClassName
{
color: #AD7A57;
}
.AnyTagClassName
{
color: #AD7A57;
}
</style>
background-color css
<style>
a { background-color: #AD7A57; }
a { background-color: rgb(173,122,87); }
div.DivClassName
{
background-color: #AD7A57;
}
.BgClassName
{
background-color: #AD7A57;
}
</style>
border-color css
<style>
span { border-color: #AD7A57; }
span { border-color: rgb(173,122,87); }
td.TdClassName
{
border-color: #AD7A57;
}
.TagClassName
{
border-color: #AD7A57;
}
</style>