Shades of Teak #AB8459
Tints of Teak #AB8459
RGB
CMYK
RGB Variations
Color information
#AB8459 (or 0xAB8459) is known color: Teak. HEX triplet: AB, 84 and 59. RGB value is (171,132,89). Sum of RGB (Red+Green+Blue) = 171+132+89=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8459 is #547BA6. Grayscale: #8A8A8A. Windows color (decimal): -5536679 or 5866667. OLE color: 5866667.
HSL color Cylindrical-coordinate representation of color #AB8459: hue angle of 31.46º 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 #AB8459 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 89 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.33 |
| HSL | 31.46º | 0.33% | 0.51% | - |
| HSV(B) | 31.46º | 0.48% | 0.67% | - |
| XYZ | 26.85 | 25.88 | 13.03 | - |
| YUV | 138.76 | 99.92 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 89 | 0 | 0.23 | 0.48 | 0.33 | 31.46 | 0.33 | 0.51 |
| Hex | AB | 84 | 59 | 0 | 17 | 30 | 21 | 1F | 21 | 33 |
| Octal | 253 | 204 | 131 | 0 | 27 | 60 | 41 | 37 | 41 | 63 |
| Binary | 10101011 | 10000100 | 1011001 | 0 | 10111 | 110000 | 100001 | 11111 | 100001 | 110011 |
Color Harmonies of #AB8459
Complementary color
Monochromatic Colors of #AB8459
Black with #AB8459
Text Example
Text Example
White with #AB8459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8459; }
p { color: rgb(171,132,89); }
H1.HeaderClassName
{
color: #AB8459;
}
.AnyTagClassName
{
color: #AB8459;
}
</style>
background-color css
<style>
a { background-color: #AB8459; }
a { background-color: rgb(171,132,89); }
div.DivClassName
{
background-color: #AB8459;
}
.BgClassName
{
background-color: #AB8459;
}
</style>
border-color css
<style>
span { border-color: #AB8459; }
span { border-color: rgb(171,132,89); }
td.TdClassName
{
border-color: #AB8459;
}
.TagClassName
{
border-color: #AB8459;
}
</style>