Shades of Teak #AB8C56
Tints of Teak #AB8C56
RGB
CMYK
RGB Variations
Color information
#AB8C56 (or 0xAB8C56) is known color: Teak. HEX triplet: AB, 8C and 56. RGB value is (171,140,86). Sum of RGB (Red+Green+Blue) = 171+140+86=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8C56 is #5473A9. Grayscale: #8F8F8F. Windows color (decimal): -5534634 or 5672107. OLE color: 5672107.
HSL color Cylindrical-coordinate representation of color #AB8C56: hue angle of 38.12º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB8C56 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 86 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.33 |
| HSL | 38.12º | 0.34% | 0.5% | - |
| HSV(B) | 38.12º | 0.5% | 0.67% | - |
| XYZ | 27.85 | 28.09 | 12.76 | - |
| YUV | 143.11 | 95.77 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 86 | 0 | 0.18 | 0.50 | 0.33 | 38.12 | 0.34 | 0.5 |
| Hex | AB | 8C | 56 | 0 | 12 | 32 | 21 | 26 | 22 | 32 |
| Octal | 253 | 214 | 126 | 0 | 22 | 62 | 41 | 46 | 42 | 62 |
| Binary | 10101011 | 10001100 | 1010110 | 0 | 10010 | 110010 | 100001 | 100110 | 100010 | 110010 |
Color Harmonies of #AB8C56
Complementary color
Monochromatic Colors of #AB8C56
Black with #AB8C56
Text Example
Text Example
White with #AB8C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8C56; }
p { color: rgb(171,140,86); }
H1.HeaderClassName
{
color: #AB8C56;
}
.AnyTagClassName
{
color: #AB8C56;
}
</style>
background-color css
<style>
a { background-color: #AB8C56; }
a { background-color: rgb(171,140,86); }
div.DivClassName
{
background-color: #AB8C56;
}
.BgClassName
{
background-color: #AB8C56;
}
</style>
border-color css
<style>
span { border-color: #AB8C56; }
span { border-color: rgb(171,140,86); }
td.TdClassName
{
border-color: #AB8C56;
}
.TagClassName
{
border-color: #AB8C56;
}
</style>