Shades of Medium Wood #AD7B57
Tints of Medium Wood #AD7B57
RGB
CMYK
RGB Variations
Color information
#AD7B57 (or 0xAD7B57) is known color: Medium Wood. HEX triplet: AD, 7B and 57. RGB value is (173,123,87). Sum of RGB (Red+Green+Blue) = 173+123+87=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 87 (34.38% from 255 or 22.72% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7B57 is #5284A8. Grayscale: #868686. Windows color (decimal): -5407913 or 5733293. OLE color: 5733293.
HSL color Cylindrical-coordinate representation of color #AD7B57: hue angle of 25.12º 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 #AD7B57 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 123 | 87 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.32 |
| HSL | 25.12º | 0.34% | 0.51% | - |
| HSV(B) | 25.12º | 0.5% | 0.68% | - |
| XYZ | 26.04 | 23.74 | 12.23 | - |
| YUV | 133.85 | 101.57 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 87 | 0 | 0.29 | 0.50 | 0.32 | 25.12 | 0.34 | 0.51 |
| Hex | AD | 7B | 57 | 0 | 1D | 32 | 20 | 19 | 22 | 33 |
| Octal | 255 | 173 | 127 | 0 | 35 | 62 | 40 | 31 | 42 | 63 |
| Binary | 10101101 | 1111011 | 1010111 | 0 | 11101 | 110010 | 100000 | 11001 | 100010 | 110011 |
Color Harmonies of #AD7B57
Complementary color
Monochromatic Colors of #AD7B57
Black with #AD7B57
Text Example
Text Example
White with #AD7B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7B57; }
p { color: rgb(173,123,87); }
H1.HeaderClassName
{
color: #AD7B57;
}
.AnyTagClassName
{
color: #AD7B57;
}
</style>
background-color css
<style>
a { background-color: #AD7B57; }
a { background-color: rgb(173,123,87); }
div.DivClassName
{
background-color: #AD7B57;
}
.BgClassName
{
background-color: #AD7B57;
}
</style>
border-color css
<style>
span { border-color: #AD7B57; }
span { border-color: rgb(173,123,87); }
td.TdClassName
{
border-color: #AD7B57;
}
.TagClassName
{
border-color: #AD7B57;
}
</style>