Shades of Teak #AB8C4E
Tints of Teak #AB8C4E
RGB
CMYK
RGB Variations
Color information
#AB8C4E (or 0xAB8C4E) is known color: Teak. HEX triplet: AB, 8C and 4E. RGB value is (171,140,78). Sum of RGB (Red+Green+Blue) = 171+140+78=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8C4E is #5473B1. Grayscale: #8E8E8E. Windows color (decimal): -5534642 or 5147819. OLE color: 5147819.
HSL color Cylindrical-coordinate representation of color #AB8C4E: hue angle of 40º 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 #AB8C4E is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 78 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.33 |
| HSL | 40º | 0.37% | 0.49% | - |
| HSV(B) | 40º | 0.54% | 0.67% | - |
| XYZ | 27.55 | 27.96 | 11.15 | - |
| YUV | 142.2 | 91.77 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 78 | 0 | 0.18 | 0.54 | 0.33 | 40 | 0.37 | 0.49 |
| Hex | AB | 8C | 4E | 0 | 12 | 36 | 21 | 28 | 25 | 31 |
| Octal | 253 | 214 | 116 | 0 | 22 | 66 | 41 | 50 | 45 | 61 |
| Binary | 10101011 | 10001100 | 1001110 | 0 | 10010 | 110110 | 100001 | 101000 | 100101 | 110001 |
Color Harmonies of #AB8C4E
Complementary color
Monochromatic Colors of #AB8C4E
Black with #AB8C4E
Text Example
Text Example
White with #AB8C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8C4E; }
p { color: rgb(171,140,78); }
H1.HeaderClassName
{
color: #AB8C4E;
}
.AnyTagClassName
{
color: #AB8C4E;
}
</style>
background-color css
<style>
a { background-color: #AB8C4E; }
a { background-color: rgb(171,140,78); }
div.DivClassName
{
background-color: #AB8C4E;
}
.BgClassName
{
background-color: #AB8C4E;
}
</style>
border-color css
<style>
span { border-color: #AB8C4E; }
span { border-color: rgb(171,140,78); }
td.TdClassName
{
border-color: #AB8C4E;
}
.TagClassName
{
border-color: #AB8C4E;
}
</style>