Shades of Teak #AB8756
Tints of Teak #AB8756
RGB
CMYK
RGB Variations
Color information
#AB8756 (or 0xAB8756) is known color: Teak. HEX triplet: AB, 87 and 56. RGB value is (171,135,86). Sum of RGB (Red+Green+Blue) = 171+135+86=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8756 is #5478A9. Grayscale: #8C8C8C. Windows color (decimal): -5535914 or 5670827. OLE color: 5670827.
HSL color Cylindrical-coordinate representation of color #AB8756: hue angle of 34.59º 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 #AB8756 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 135 | 86 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.33 |
| HSL | 34.59º | 0.34% | 0.5% | - |
| HSV(B) | 34.59º | 0.5% | 0.67% | - |
| XYZ | 27.14 | 26.66 | 12.52 | - |
| YUV | 140.18 | 97.43 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 135 | 86 | 0 | 0.21 | 0.50 | 0.33 | 34.59 | 0.34 | 0.5 |
| Hex | AB | 87 | 56 | 0 | 15 | 32 | 21 | 23 | 22 | 32 |
| Octal | 253 | 207 | 126 | 0 | 25 | 62 | 41 | 43 | 42 | 62 |
| Binary | 10101011 | 10000111 | 1010110 | 0 | 10101 | 110010 | 100001 | 100011 | 100010 | 110010 |
Color Harmonies of #AB8756
Complementary color
Monochromatic Colors of #AB8756
Black with #AB8756
Text Example
Text Example
White with #AB8756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8756; }
p { color: rgb(171,135,86); }
H1.HeaderClassName
{
color: #AB8756;
}
.AnyTagClassName
{
color: #AB8756;
}
</style>
background-color css
<style>
a { background-color: #AB8756; }
a { background-color: rgb(171,135,86); }
div.DivClassName
{
background-color: #AB8756;
}
.BgClassName
{
background-color: #AB8756;
}
</style>
border-color css
<style>
span { border-color: #AB8756; }
span { border-color: rgb(171,135,86); }
td.TdClassName
{
border-color: #AB8756;
}
.TagClassName
{
border-color: #AB8756;
}
</style>