Shades of Teak #AB8C57
Tints of Teak #AB8C57
RGB
CMYK
RGB Variations
Color information
#AB8C57 (or 0xAB8C57) is known color: Teak. HEX triplet: AB, 8C and 57. RGB value is (171,140,87). Sum of RGB (Red+Green+Blue) = 171+140+87=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8C57 is #5473A8. Grayscale: #8F8F8F. Windows color (decimal): -5534633 or 5737643. OLE color: 5737643.
HSL color Cylindrical-coordinate representation of color #AB8C57: hue angle of 37.86º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB8C57 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 87 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.33 |
| HSL | 37.86º | 0.33% | 0.51% | - |
| HSV(B) | 37.86º | 0.49% | 0.67% | - |
| XYZ | 27.89 | 28.1 | 12.97 | - |
| YUV | 143.23 | 96.27 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 87 | 0 | 0.18 | 0.49 | 0.33 | 37.86 | 0.33 | 0.51 |
| Hex | AB | 8C | 57 | 0 | 12 | 31 | 21 | 26 | 21 | 33 |
| Octal | 253 | 214 | 127 | 0 | 22 | 61 | 41 | 46 | 41 | 63 |
| Binary | 10101011 | 10001100 | 1010111 | 0 | 10010 | 110001 | 100001 | 100110 | 100001 | 110011 |
Color Harmonies of #AB8C57
Complementary color
Monochromatic Colors of #AB8C57
Black with #AB8C57
Text Example
Text Example
White with #AB8C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8C57; }
p { color: rgb(171,140,87); }
H1.HeaderClassName
{
color: #AB8C57;
}
.AnyTagClassName
{
color: #AB8C57;
}
</style>
background-color css
<style>
a { background-color: #AB8C57; }
a { background-color: rgb(171,140,87); }
div.DivClassName
{
background-color: #AB8C57;
}
.BgClassName
{
background-color: #AB8C57;
}
</style>
border-color css
<style>
span { border-color: #AB8C57; }
span { border-color: rgb(171,140,87); }
td.TdClassName
{
border-color: #AB8C57;
}
.TagClassName
{
border-color: #AB8C57;
}
</style>