Shades of Medium Wood #AB7F59
Tints of Medium Wood #AB7F59
RGB
CMYK
RGB Variations
Color information
#AB7F59 (or 0xAB7F59) is known color: Medium Wood. HEX triplet: AB, 7F and 59. RGB value is (171,127,89). Sum of RGB (Red+Green+Blue) = 171+127+89=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7F59 is #5480A6. Grayscale: #888888. Windows color (decimal): -5537959 or 5865387. OLE color: 5865387.
HSL color Cylindrical-coordinate representation of color #AB7F59: hue angle of 27.8º 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 #AB7F59 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 127 | 89 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.33 |
| HSL | 27.8º | 0.33% | 0.51% | - |
| HSV(B) | 27.8º | 0.48% | 0.67% | - |
| XYZ | 26.19 | 24.56 | 12.81 | - |
| YUV | 135.82 | 101.58 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 89 | 0 | 0.26 | 0.48 | 0.33 | 27.8 | 0.33 | 0.51 |
| Hex | AB | 7F | 59 | 0 | 1A | 30 | 21 | 1C | 21 | 33 |
| Octal | 253 | 177 | 131 | 0 | 32 | 60 | 41 | 34 | 41 | 63 |
| Binary | 10101011 | 1111111 | 1011001 | 0 | 11010 | 110000 | 100001 | 11100 | 100001 | 110011 |
Color Harmonies of #AB7F59
Complementary color
Monochromatic Colors of #AB7F59
Black with #AB7F59
Text Example
Text Example
White with #AB7F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7F59; }
p { color: rgb(171,127,89); }
H1.HeaderClassName
{
color: #AB7F59;
}
.AnyTagClassName
{
color: #AB7F59;
}
</style>
background-color css
<style>
a { background-color: #AB7F59; }
a { background-color: rgb(171,127,89); }
div.DivClassName
{
background-color: #AB7F59;
}
.BgClassName
{
background-color: #AB7F59;
}
</style>
border-color css
<style>
span { border-color: #AB7F59; }
span { border-color: rgb(171,127,89); }
td.TdClassName
{
border-color: #AB7F59;
}
.TagClassName
{
border-color: #AB7F59;
}
</style>