Shades of Teak #AB8F4E
Tints of Teak #AB8F4E
RGB
CMYK
RGB Variations
Color information
#AB8F4E (or 0xAB8F4E) is known color: Teak. HEX triplet: AB, 8F and 4E. RGB value is (171,143,78). Sum of RGB (Red+Green+Blue) = 171+143+78=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8F4E is #5470B1. Grayscale: #909090. Windows color (decimal): -5533874 or 5148587. OLE color: 5148587.
HSL color Cylindrical-coordinate representation of color #AB8F4E: hue angle of 41.94º 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 #AB8F4E is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 78 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.33 |
| HSL | 41.94º | 0.37% | 0.49% | - |
| HSV(B) | 41.94º | 0.54% | 0.67% | - |
| XYZ | 27.99 | 28.85 | 11.3 | - |
| YUV | 143.96 | 90.78 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 78 | 0 | 0.16 | 0.54 | 0.33 | 41.94 | 0.37 | 0.49 |
| Hex | AB | 8F | 4E | 0 | 10 | 36 | 21 | 2A | 25 | 31 |
| Octal | 253 | 217 | 116 | 0 | 20 | 66 | 41 | 52 | 45 | 61 |
| Binary | 10101011 | 10001111 | 1001110 | 0 | 10000 | 110110 | 100001 | 101010 | 100101 | 110001 |
Color Harmonies of #AB8F4E
Complementary color
Monochromatic Colors of #AB8F4E
Black with #AB8F4E
Text Example
Text Example
White with #AB8F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F4E; }
p { color: rgb(171,143,78); }
H1.HeaderClassName
{
color: #AB8F4E;
}
.AnyTagClassName
{
color: #AB8F4E;
}
</style>
background-color css
<style>
a { background-color: #AB8F4E; }
a { background-color: rgb(171,143,78); }
div.DivClassName
{
background-color: #AB8F4E;
}
.BgClassName
{
background-color: #AB8F4E;
}
</style>
border-color css
<style>
span { border-color: #AB8F4E; }
span { border-color: rgb(171,143,78); }
td.TdClassName
{
border-color: #AB8F4E;
}
.TagClassName
{
border-color: #AB8F4E;
}
</style>