Shades of Teak #AB8C59
Tints of Teak #AB8C59
RGB
CMYK
RGB Variations
Color information
#AB8C59 (or 0xAB8C59) is known color: Teak. HEX triplet: AB, 8C and 59. RGB value is (171,140,89). Sum of RGB (Red+Green+Blue) = 171+140+89=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8C59 is #5473A6. Grayscale: #8F8F8F. Windows color (decimal): -5534631 or 5868715. OLE color: 5868715.
HSL color Cylindrical-coordinate representation of color #AB8C59: hue angle of 37.32º 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 #AB8C59 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 89 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.33 |
| HSL | 37.32º | 0.33% | 0.51% | - |
| HSV(B) | 37.32º | 0.48% | 0.67% | - |
| XYZ | 27.98 | 28.14 | 13.41 | - |
| YUV | 143.46 | 97.27 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 89 | 0 | 0.18 | 0.48 | 0.33 | 37.32 | 0.33 | 0.51 |
| Hex | AB | 8C | 59 | 0 | 12 | 30 | 21 | 25 | 21 | 33 |
| Octal | 253 | 214 | 131 | 0 | 22 | 60 | 41 | 45 | 41 | 63 |
| Binary | 10101011 | 10001100 | 1011001 | 0 | 10010 | 110000 | 100001 | 100101 | 100001 | 110011 |
Color Harmonies of #AB8C59
Complementary color
Monochromatic Colors of #AB8C59
Black with #AB8C59
Text Example
Text Example
White with #AB8C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8C59; }
p { color: rgb(171,140,89); }
H1.HeaderClassName
{
color: #AB8C59;
}
.AnyTagClassName
{
color: #AB8C59;
}
</style>
background-color css
<style>
a { background-color: #AB8C59; }
a { background-color: rgb(171,140,89); }
div.DivClassName
{
background-color: #AB8C59;
}
.BgClassName
{
background-color: #AB8C59;
}
</style>
border-color css
<style>
span { border-color: #AB8C59; }
span { border-color: rgb(171,140,89); }
td.TdClassName
{
border-color: #AB8C59;
}
.TagClassName
{
border-color: #AB8C59;
}
</style>