Shades of Teak #AB8955
Tints of Teak #AB8955
RGB
CMYK
RGB Variations
Color information
#AB8955 (or 0xAB8955) is known color: Teak. HEX triplet: AB, 89 and 55. RGB value is (171,137,85). Sum of RGB (Red+Green+Blue) = 171+137+85=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8955 is #5476AA. Grayscale: #8D8D8D. Windows color (decimal): -5535403 or 5605803. OLE color: 5605803.
HSL color Cylindrical-coordinate representation of color #AB8955: hue angle of 36.28º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB8955 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 85 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.33 |
| HSL | 36.28º | 0.34% | 0.5% | - |
| HSV(B) | 36.28º | 0.5% | 0.67% | - |
| XYZ | 27.38 | 27.21 | 12.4 | - |
| YUV | 141.24 | 96.26 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 85 | 0 | 0.20 | 0.50 | 0.33 | 36.28 | 0.34 | 0.5 |
| Hex | AB | 89 | 55 | 0 | 14 | 32 | 21 | 24 | 22 | 32 |
| Octal | 253 | 211 | 125 | 0 | 24 | 62 | 41 | 44 | 42 | 62 |
| Binary | 10101011 | 10001001 | 1010101 | 0 | 10100 | 110010 | 100001 | 100100 | 100010 | 110010 |
Color Harmonies of #AB8955
Complementary color
Monochromatic Colors of #AB8955
Black with #AB8955
Text Example
Text Example
White with #AB8955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8955; }
p { color: rgb(171,137,85); }
H1.HeaderClassName
{
color: #AB8955;
}
.AnyTagClassName
{
color: #AB8955;
}
</style>
background-color css
<style>
a { background-color: #AB8955; }
a { background-color: rgb(171,137,85); }
div.DivClassName
{
background-color: #AB8955;
}
.BgClassName
{
background-color: #AB8955;
}
</style>
border-color css
<style>
span { border-color: #AB8955; }
span { border-color: rgb(171,137,85); }
td.TdClassName
{
border-color: #AB8955;
}
.TagClassName
{
border-color: #AB8955;
}
</style>