Shades of Teak #AB8952
Tints of Teak #AB8952
RGB
CMYK
RGB Variations
Color information
#AB8952 (or 0xAB8952) is known color: Teak. HEX triplet: AB, 89 and 52. RGB value is (171,137,82). Sum of RGB (Red+Green+Blue) = 171+137+82=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8952 is #5476AD. Grayscale: #8D8D8D. Windows color (decimal): -5535406 or 5409195. OLE color: 5409195.
HSL color Cylindrical-coordinate representation of color #AB8952: hue angle of 37.08º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB8952 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 82 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.33 |
| HSL | 37.08º | 0.35% | 0.5% | - |
| HSV(B) | 37.08º | 0.52% | 0.67% | - |
| XYZ | 27.26 | 27.16 | 11.79 | - |
| YUV | 140.9 | 94.76 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 82 | 0 | 0.20 | 0.52 | 0.33 | 37.08 | 0.35 | 0.5 |
| Hex | AB | 89 | 52 | 0 | 14 | 34 | 21 | 25 | 23 | 32 |
| Octal | 253 | 211 | 122 | 0 | 24 | 64 | 41 | 45 | 43 | 62 |
| Binary | 10101011 | 10001001 | 1010010 | 0 | 10100 | 110100 | 100001 | 100101 | 100011 | 110010 |
Color Harmonies of #AB8952
Complementary color
Monochromatic Colors of #AB8952
Black with #AB8952
Text Example
Text Example
White with #AB8952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8952; }
p { color: rgb(171,137,82); }
H1.HeaderClassName
{
color: #AB8952;
}
.AnyTagClassName
{
color: #AB8952;
}
</style>
background-color css
<style>
a { background-color: #AB8952; }
a { background-color: rgb(171,137,82); }
div.DivClassName
{
background-color: #AB8952;
}
.BgClassName
{
background-color: #AB8952;
}
</style>
border-color css
<style>
span { border-color: #AB8952; }
span { border-color: rgb(171,137,82); }
td.TdClassName
{
border-color: #AB8952;
}
.TagClassName
{
border-color: #AB8952;
}
</style>