Shades of Teak #AB8954
Tints of Teak #AB8954
RGB
CMYK
RGB Variations
Color information
#AB8954 (or 0xAB8954) is known color: Teak. HEX triplet: AB, 89 and 54. RGB value is (171,137,84). Sum of RGB (Red+Green+Blue) = 171+137+84=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 84 (33.20% from 255 or 21.43% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8954 is #5476AB. Grayscale: #8D8D8D. Windows color (decimal): -5535404 or 5540267. OLE color: 5540267.
HSL color Cylindrical-coordinate representation of color #AB8954: hue angle of 36.55º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB8954 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 84 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.33 |
| HSL | 36.55º | 0.34% | 0.5% | - |
| HSV(B) | 36.55º | 0.51% | 0.67% | - |
| XYZ | 27.34 | 27.19 | 12.19 | - |
| YUV | 141.12 | 95.76 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 84 | 0 | 0.20 | 0.51 | 0.33 | 36.55 | 0.34 | 0.5 |
| Hex | AB | 89 | 54 | 0 | 14 | 33 | 21 | 25 | 22 | 32 |
| Octal | 253 | 211 | 124 | 0 | 24 | 63 | 41 | 45 | 42 | 62 |
| Binary | 10101011 | 10001001 | 1010100 | 0 | 10100 | 110011 | 100001 | 100101 | 100010 | 110010 |
Color Harmonies of #AB8954
Complementary color
Monochromatic Colors of #AB8954
Black with #AB8954
Text Example
Text Example
White with #AB8954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8954; }
p { color: rgb(171,137,84); }
H1.HeaderClassName
{
color: #AB8954;
}
.AnyTagClassName
{
color: #AB8954;
}
</style>
background-color css
<style>
a { background-color: #AB8954; }
a { background-color: rgb(171,137,84); }
div.DivClassName
{
background-color: #AB8954;
}
.BgClassName
{
background-color: #AB8954;
}
</style>
border-color css
<style>
span { border-color: #AB8954; }
span { border-color: rgb(171,137,84); }
td.TdClassName
{
border-color: #AB8954;
}
.TagClassName
{
border-color: #AB8954;
}
</style>