Shades of Teak #AB8953
Tints of Teak #AB8953
RGB
CMYK
RGB Variations
Color information
#AB8953 (or 0xAB8953) is known color: Teak. HEX triplet: AB, 89 and 53. RGB value is (171,137,83). Sum of RGB (Red+Green+Blue) = 171+137+83=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8953 is #5476AC. Grayscale: #8D8D8D. Windows color (decimal): -5535405 or 5474731. OLE color: 5474731.
HSL color Cylindrical-coordinate representation of color #AB8953: hue angle of 36.82º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB8953 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 83 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.33 |
| HSL | 36.82º | 0.35% | 0.5% | - |
| HSV(B) | 36.82º | 0.51% | 0.67% | - |
| XYZ | 27.3 | 27.17 | 11.99 | - |
| YUV | 141.01 | 95.26 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 83 | 0 | 0.20 | 0.51 | 0.33 | 36.82 | 0.35 | 0.5 |
| Hex | AB | 89 | 53 | 0 | 14 | 33 | 21 | 25 | 23 | 32 |
| Octal | 253 | 211 | 123 | 0 | 24 | 63 | 41 | 45 | 43 | 62 |
| Binary | 10101011 | 10001001 | 1010011 | 0 | 10100 | 110011 | 100001 | 100101 | 100011 | 110010 |
Color Harmonies of #AB8953
Complementary color
Monochromatic Colors of #AB8953
Black with #AB8953
Text Example
Text Example
White with #AB8953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8953; }
p { color: rgb(171,137,83); }
H1.HeaderClassName
{
color: #AB8953;
}
.AnyTagClassName
{
color: #AB8953;
}
</style>
background-color css
<style>
a { background-color: #AB8953; }
a { background-color: rgb(171,137,83); }
div.DivClassName
{
background-color: #AB8953;
}
.BgClassName
{
background-color: #AB8953;
}
</style>
border-color css
<style>
span { border-color: #AB8953; }
span { border-color: rgb(171,137,83); }
td.TdClassName
{
border-color: #AB8953;
}
.TagClassName
{
border-color: #AB8953;
}
</style>