Shades of Teak #AB8759
Tints of Teak #AB8759
RGB
CMYK
RGB Variations
Color information
#AB8759 (or 0xAB8759) is known color: Teak. HEX triplet: AB, 87 and 59. RGB value is (171,135,89). Sum of RGB (Red+Green+Blue) = 171+135+89=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8759 is #5478A6. Grayscale: #8C8C8C. Windows color (decimal): -5535911 or 5867435. OLE color: 5867435.
HSL color Cylindrical-coordinate representation of color #AB8759: hue angle of 33.66º 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 #AB8759 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 135 | 89 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.33 |
| HSL | 33.66º | 0.33% | 0.51% | - |
| HSV(B) | 33.66º | 0.48% | 0.67% | - |
| XYZ | 27.26 | 26.71 | 13.17 | - |
| YUV | 140.52 | 98.93 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 135 | 89 | 0 | 0.21 | 0.48 | 0.33 | 33.66 | 0.33 | 0.51 |
| Hex | AB | 87 | 59 | 0 | 15 | 30 | 21 | 22 | 21 | 33 |
| Octal | 253 | 207 | 131 | 0 | 25 | 60 | 41 | 42 | 41 | 63 |
| Binary | 10101011 | 10000111 | 1011001 | 0 | 10101 | 110000 | 100001 | 100010 | 100001 | 110011 |
Color Harmonies of #AB8759
Complementary color
Monochromatic Colors of #AB8759
Black with #AB8759
Text Example
Text Example
White with #AB8759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8759; }
p { color: rgb(171,135,89); }
H1.HeaderClassName
{
color: #AB8759;
}
.AnyTagClassName
{
color: #AB8759;
}
</style>
background-color css
<style>
a { background-color: #AB8759; }
a { background-color: rgb(171,135,89); }
div.DivClassName
{
background-color: #AB8759;
}
.BgClassName
{
background-color: #AB8759;
}
</style>
border-color css
<style>
span { border-color: #AB8759; }
span { border-color: rgb(171,135,89); }
td.TdClassName
{
border-color: #AB8759;
}
.TagClassName
{
border-color: #AB8759;
}
</style>