Shades of Teak #AB8E5E
Tints of Teak #AB8E5E
RGB
CMYK
RGB Variations
Color information
#AB8E5E (or 0xAB8E5E) is known color: Teak. HEX triplet: AB, 8E and 5E. RGB value is (171,142,94). Sum of RGB (Red+Green+Blue) = 171+142+94=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8E5E is #5471A1. Grayscale: #919191. Windows color (decimal): -5534114 or 6196907. OLE color: 6196907.
HSL color Cylindrical-coordinate representation of color #AB8E5E: hue angle of 37.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB8E5E is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 142 | 94 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.33 |
| HSL | 37.4º | 0.31% | 0.52% | - |
| HSV(B) | 37.4º | 0.45% | 0.67% | - |
| XYZ | 28.49 | 28.81 | 14.65 | - |
| YUV | 145.2 | 99.11 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 94 | 0 | 0.17 | 0.45 | 0.33 | 37.4 | 0.31 | 0.52 |
| Hex | AB | 8E | 5E | 0 | 11 | 2D | 21 | 25 | 1F | 34 |
| Octal | 253 | 216 | 136 | 0 | 21 | 55 | 41 | 45 | 37 | 64 |
| Binary | 10101011 | 10001110 | 1011110 | 0 | 10001 | 101101 | 100001 | 100101 | 11111 | 110100 |
Color Harmonies of #AB8E5E
Complementary color
Monochromatic Colors of #AB8E5E
Black with #AB8E5E
Text Example
Text Example
White with #AB8E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8E5E; }
p { color: rgb(171,142,94); }
H1.HeaderClassName
{
color: #AB8E5E;
}
.AnyTagClassName
{
color: #AB8E5E;
}
</style>
background-color css
<style>
a { background-color: #AB8E5E; }
a { background-color: rgb(171,142,94); }
div.DivClassName
{
background-color: #AB8E5E;
}
.BgClassName
{
background-color: #AB8E5E;
}
</style>
border-color css
<style>
span { border-color: #AB8E5E; }
span { border-color: rgb(171,142,94); }
td.TdClassName
{
border-color: #AB8E5E;
}
.TagClassName
{
border-color: #AB8E5E;
}
</style>