Shades of Medium Wood #AB7D59
Tints of Medium Wood #AB7D59
RGB
CMYK
RGB Variations
Color information
#AB7D59 (or 0xAB7D59) is known color: Medium Wood. HEX triplet: AB, 7D and 59. RGB value is (171,125,89). Sum of RGB (Red+Green+Blue) = 171+125+89=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7D59 is #5482A6. Grayscale: #868686. Windows color (decimal): -5538471 or 5864875. OLE color: 5864875.
HSL color Cylindrical-coordinate representation of color #AB7D59: hue angle of 26.34º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB7D59 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 125 | 89 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.33 |
| HSL | 26.34º | 0.33% | 0.51% | - |
| HSV(B) | 26.34º | 0.48% | 0.67% | - |
| XYZ | 25.93 | 24.05 | 12.73 | - |
| YUV | 134.65 | 102.24 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 89 | 0 | 0.27 | 0.48 | 0.33 | 26.34 | 0.33 | 0.51 |
| Hex | AB | 7D | 59 | 0 | 1B | 30 | 21 | 1A | 21 | 33 |
| Octal | 253 | 175 | 131 | 0 | 33 | 60 | 41 | 32 | 41 | 63 |
| Binary | 10101011 | 1111101 | 1011001 | 0 | 11011 | 110000 | 100001 | 11010 | 100001 | 110011 |
Color Harmonies of #AB7D59
Complementary color
Monochromatic Colors of #AB7D59
Black with #AB7D59
Text Example
Text Example
White with #AB7D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7D59; }
p { color: rgb(171,125,89); }
H1.HeaderClassName
{
color: #AB7D59;
}
.AnyTagClassName
{
color: #AB7D59;
}
</style>
background-color css
<style>
a { background-color: #AB7D59; }
a { background-color: rgb(171,125,89); }
div.DivClassName
{
background-color: #AB7D59;
}
.BgClassName
{
background-color: #AB7D59;
}
</style>
border-color css
<style>
span { border-color: #AB7D59; }
span { border-color: rgb(171,125,89); }
td.TdClassName
{
border-color: #AB7D59;
}
.TagClassName
{
border-color: #AB7D59;
}
</style>