Shades of Teak #AB894E
Tints of Teak #AB894E
RGB
CMYK
RGB Variations
Color information
#AB894E (or 0xAB894E) is known color: Teak. HEX triplet: AB, 89 and 4E. RGB value is (171,137,78). Sum of RGB (Red+Green+Blue) = 171+137+78=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB894E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB894E is #5476B1. Grayscale: #8C8C8C. Windows color (decimal): -5535410 or 5147051. OLE color: 5147051.
HSL color Cylindrical-coordinate representation of color #AB894E: hue angle of 38.06º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB894E is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 78 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.33 |
| HSL | 38.06º | 0.37% | 0.49% | - |
| HSV(B) | 38.06º | 0.54% | 0.67% | - |
| XYZ | 27.12 | 27.1 | 11.01 | - |
| YUV | 140.44 | 92.76 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 78 | 0 | 0.20 | 0.54 | 0.33 | 38.06 | 0.37 | 0.49 |
| Hex | AB | 89 | 4E | 0 | 14 | 36 | 21 | 26 | 25 | 31 |
| Octal | 253 | 211 | 116 | 0 | 24 | 66 | 41 | 46 | 45 | 61 |
| Binary | 10101011 | 10001001 | 1001110 | 0 | 10100 | 110110 | 100001 | 100110 | 100101 | 110001 |
Color Harmonies of #AB894E
Complementary color
Monochromatic Colors of #AB894E
Black with #AB894E
Text Example
Text Example
White with #AB894E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB894E; }
p { color: rgb(171,137,78); }
H1.HeaderClassName
{
color: #AB894E;
}
.AnyTagClassName
{
color: #AB894E;
}
</style>
background-color css
<style>
a { background-color: #AB894E; }
a { background-color: rgb(171,137,78); }
div.DivClassName
{
background-color: #AB894E;
}
.BgClassName
{
background-color: #AB894E;
}
</style>
border-color css
<style>
span { border-color: #AB894E; }
span { border-color: rgb(171,137,78); }
td.TdClassName
{
border-color: #AB894E;
}
.TagClassName
{
border-color: #AB894E;
}
</style>