Shades of Medium Wood #AB7B59
Tints of Medium Wood #AB7B59
RGB
CMYK
RGB Variations
Color information
#AB7B59 (or 0xAB7B59) is known color: Medium Wood. HEX triplet: AB, 7B and 59. RGB value is (171,123,89). Sum of RGB (Red+Green+Blue) = 171+123+89=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7B59 is #5484A6. Grayscale: #858585. Windows color (decimal): -5538983 or 5864363. OLE color: 5864363.
HSL color Cylindrical-coordinate representation of color #AB7B59: hue angle of 24.88º 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 #AB7B59 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 123 | 89 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.33 |
| HSL | 24.88º | 0.33% | 0.51% | - |
| HSV(B) | 24.88º | 0.48% | 0.67% | - |
| XYZ | 25.68 | 23.55 | 12.64 | - |
| YUV | 133.48 | 102.9 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 89 | 0 | 0.28 | 0.48 | 0.33 | 24.88 | 0.33 | 0.51 |
| Hex | AB | 7B | 59 | 0 | 1C | 30 | 21 | 19 | 21 | 33 |
| Octal | 253 | 173 | 131 | 0 | 34 | 60 | 41 | 31 | 41 | 63 |
| Binary | 10101011 | 1111011 | 1011001 | 0 | 11100 | 110000 | 100001 | 11001 | 100001 | 110011 |
Color Harmonies of #AB7B59
Complementary color
Monochromatic Colors of #AB7B59
Black with #AB7B59
Text Example
Text Example
White with #AB7B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7B59; }
p { color: rgb(171,123,89); }
H1.HeaderClassName
{
color: #AB7B59;
}
.AnyTagClassName
{
color: #AB7B59;
}
</style>
background-color css
<style>
a { background-color: #AB7B59; }
a { background-color: rgb(171,123,89); }
div.DivClassName
{
background-color: #AB7B59;
}
.BgClassName
{
background-color: #AB7B59;
}
</style>
border-color css
<style>
span { border-color: #AB7B59; }
span { border-color: rgb(171,123,89); }
td.TdClassName
{
border-color: #AB7B59;
}
.TagClassName
{
border-color: #AB7B59;
}
</style>