Shades of Teak #AB8B59
Tints of Teak #AB8B59
RGB
CMYK
RGB Variations
Color information
#AB8B59 (or 0xAB8B59) is known color: Teak. HEX triplet: AB, 8B and 59. RGB value is (171,139,89). Sum of RGB (Red+Green+Blue) = 171+139+89=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8B59 is #5474A6. Grayscale: #8F8F8F. Windows color (decimal): -5534887 or 5868459. OLE color: 5868459.
HSL color Cylindrical-coordinate representation of color #AB8B59: hue angle of 36.59º 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 #AB8B59 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 139 | 89 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.33 |
| HSL | 36.59º | 0.33% | 0.51% | - |
| HSV(B) | 36.59º | 0.48% | 0.67% | - |
| XYZ | 27.83 | 27.84 | 13.36 | - |
| YUV | 142.87 | 97.6 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 139 | 89 | 0 | 0.19 | 0.48 | 0.33 | 36.59 | 0.33 | 0.51 |
| Hex | AB | 8B | 59 | 0 | 13 | 30 | 21 | 25 | 21 | 33 |
| Octal | 253 | 213 | 131 | 0 | 23 | 60 | 41 | 45 | 41 | 63 |
| Binary | 10101011 | 10001011 | 1011001 | 0 | 10011 | 110000 | 100001 | 100101 | 100001 | 110011 |
Color Harmonies of #AB8B59
Complementary color
Monochromatic Colors of #AB8B59
Black with #AB8B59
Text Example
Text Example
White with #AB8B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8B59; }
p { color: rgb(171,139,89); }
H1.HeaderClassName
{
color: #AB8B59;
}
.AnyTagClassName
{
color: #AB8B59;
}
</style>
background-color css
<style>
a { background-color: #AB8B59; }
a { background-color: rgb(171,139,89); }
div.DivClassName
{
background-color: #AB8B59;
}
.BgClassName
{
background-color: #AB8B59;
}
</style>
border-color css
<style>
span { border-color: #AB8B59; }
span { border-color: rgb(171,139,89); }
td.TdClassName
{
border-color: #AB8B59;
}
.TagClassName
{
border-color: #AB8B59;
}
</style>