Shades of Teak #AB8856
Tints of Teak #AB8856
RGB
CMYK
RGB Variations
Color information
#AB8856 (or 0xAB8856) is known color: Teak. HEX triplet: AB, 88 and 56. RGB value is (171,136,86). Sum of RGB (Red+Green+Blue) = 171+136+86=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8856 is #5477A9. Grayscale: #8D8D8D. Windows color (decimal): -5535658 or 5671083. OLE color: 5671083.
HSL color Cylindrical-coordinate representation of color #AB8856: hue angle of 35.29º 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 #AB8856 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 86 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.33 |
| HSL | 35.29º | 0.34% | 0.5% | - |
| HSV(B) | 35.29º | 0.5% | 0.67% | - |
| XYZ | 27.28 | 26.94 | 12.57 | - |
| YUV | 140.77 | 97.1 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 86 | 0 | 0.20 | 0.50 | 0.33 | 35.29 | 0.34 | 0.5 |
| Hex | AB | 88 | 56 | 0 | 14 | 32 | 21 | 23 | 22 | 32 |
| Octal | 253 | 210 | 126 | 0 | 24 | 62 | 41 | 43 | 42 | 62 |
| Binary | 10101011 | 10001000 | 1010110 | 0 | 10100 | 110010 | 100001 | 100011 | 100010 | 110010 |
Color Harmonies of #AB8856
Complementary color
Monochromatic Colors of #AB8856
Black with #AB8856
Text Example
Text Example
White with #AB8856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8856; }
p { color: rgb(171,136,86); }
H1.HeaderClassName
{
color: #AB8856;
}
.AnyTagClassName
{
color: #AB8856;
}
</style>
background-color css
<style>
a { background-color: #AB8856; }
a { background-color: rgb(171,136,86); }
div.DivClassName
{
background-color: #AB8856;
}
.BgClassName
{
background-color: #AB8856;
}
</style>
border-color css
<style>
span { border-color: #AB8856; }
span { border-color: rgb(171,136,86); }
td.TdClassName
{
border-color: #AB8856;
}
.TagClassName
{
border-color: #AB8856;
}
</style>