Shades of Medium Wood #AB8159
Tints of Medium Wood #AB8159
RGB
CMYK
RGB Variations
Color information
#AB8159 (or 0xAB8159) is known color: Medium Wood. HEX triplet: AB, 81 and 59. RGB value is (171,129,89). Sum of RGB (Red+Green+Blue) = 171+129+89=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8159 is #547EA6. Grayscale: #898989. Windows color (decimal): -5537447 or 5865899. OLE color: 5865899.
HSL color Cylindrical-coordinate representation of color #AB8159: hue angle of 29.27º 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 #AB8159 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 129 | 89 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.33 |
| HSL | 29.27º | 0.33% | 0.51% | - |
| HSV(B) | 29.27º | 0.48% | 0.67% | - |
| XYZ | 26.45 | 25.08 | 12.9 | - |
| YUV | 137 | 100.91 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 89 | 0 | 0.25 | 0.48 | 0.33 | 29.27 | 0.33 | 0.51 |
| Hex | AB | 81 | 59 | 0 | 19 | 30 | 21 | 1D | 21 | 33 |
| Octal | 253 | 201 | 131 | 0 | 31 | 60 | 41 | 35 | 41 | 63 |
| Binary | 10101011 | 10000001 | 1011001 | 0 | 11001 | 110000 | 100001 | 11101 | 100001 | 110011 |
Color Harmonies of #AB8159
Complementary color
Monochromatic Colors of #AB8159
Black with #AB8159
Text Example
Text Example
White with #AB8159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8159; }
p { color: rgb(171,129,89); }
H1.HeaderClassName
{
color: #AB8159;
}
.AnyTagClassName
{
color: #AB8159;
}
</style>
background-color css
<style>
a { background-color: #AB8159; }
a { background-color: rgb(171,129,89); }
div.DivClassName
{
background-color: #AB8159;
}
.BgClassName
{
background-color: #AB8159;
}
</style>
border-color css
<style>
span { border-color: #AB8159; }
span { border-color: rgb(171,129,89); }
td.TdClassName
{
border-color: #AB8159;
}
.TagClassName
{
border-color: #AB8159;
}
</style>