Shades of Teak #AB8959
Tints of Teak #AB8959
RGB
CMYK
RGB Variations
Color information
#AB8959 (or 0xAB8959) is known color: Teak. HEX triplet: AB, 89 and 59. RGB value is (171,137,89). Sum of RGB (Red+Green+Blue) = 171+137+89=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8959 is #5476A6. Grayscale: #8D8D8D. Windows color (decimal): -5535399 or 5867947. OLE color: 5867947.
HSL color Cylindrical-coordinate representation of color #AB8959: hue angle of 35.12º 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 #AB8959 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 89 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.33 |
| HSL | 35.12º | 0.33% | 0.51% | - |
| HSV(B) | 35.12º | 0.48% | 0.67% | - |
| XYZ | 27.54 | 27.27 | 13.26 | - |
| YUV | 141.69 | 98.26 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 89 | 0 | 0.20 | 0.48 | 0.33 | 35.12 | 0.33 | 0.51 |
| Hex | AB | 89 | 59 | 0 | 14 | 30 | 21 | 23 | 21 | 33 |
| Octal | 253 | 211 | 131 | 0 | 24 | 60 | 41 | 43 | 41 | 63 |
| Binary | 10101011 | 10001001 | 1011001 | 0 | 10100 | 110000 | 100001 | 100011 | 100001 | 110011 |
Color Harmonies of #AB8959
Complementary color
Monochromatic Colors of #AB8959
Black with #AB8959
Text Example
Text Example
White with #AB8959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8959; }
p { color: rgb(171,137,89); }
H1.HeaderClassName
{
color: #AB8959;
}
.AnyTagClassName
{
color: #AB8959;
}
</style>
background-color css
<style>
a { background-color: #AB8959; }
a { background-color: rgb(171,137,89); }
div.DivClassName
{
background-color: #AB8959;
}
.BgClassName
{
background-color: #AB8959;
}
</style>
border-color css
<style>
span { border-color: #AB8959; }
span { border-color: rgb(171,137,89); }
td.TdClassName
{
border-color: #AB8959;
}
.TagClassName
{
border-color: #AB8959;
}
</style>