Shades of Teak #AB8755
Tints of Teak #AB8755
RGB
CMYK
RGB Variations
Color information
#AB8755 (or 0xAB8755) is known color: Teak. HEX triplet: AB, 87 and 55. RGB value is (171,135,85). Sum of RGB (Red+Green+Blue) = 171+135+85=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8755 is #5478AA. Grayscale: #8C8C8C. Windows color (decimal): -5535915 or 5605291. OLE color: 5605291.
HSL color Cylindrical-coordinate representation of color #AB8755: hue angle of 34.88º 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 #AB8755 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 135 | 85 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.33 |
| HSL | 34.88º | 0.34% | 0.5% | - |
| HSV(B) | 34.88º | 0.5% | 0.67% | - |
| XYZ | 27.1 | 26.64 | 12.31 | - |
| YUV | 140.06 | 96.93 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 135 | 85 | 0 | 0.21 | 0.50 | 0.33 | 34.88 | 0.34 | 0.5 |
| Hex | AB | 87 | 55 | 0 | 15 | 32 | 21 | 23 | 22 | 32 |
| Octal | 253 | 207 | 125 | 0 | 25 | 62 | 41 | 43 | 42 | 62 |
| Binary | 10101011 | 10000111 | 1010101 | 0 | 10101 | 110010 | 100001 | 100011 | 100010 | 110010 |
Color Harmonies of #AB8755
Complementary color
Monochromatic Colors of #AB8755
Black with #AB8755
Text Example
Text Example
White with #AB8755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8755; }
p { color: rgb(171,135,85); }
H1.HeaderClassName
{
color: #AB8755;
}
.AnyTagClassName
{
color: #AB8755;
}
</style>
background-color css
<style>
a { background-color: #AB8755; }
a { background-color: rgb(171,135,85); }
div.DivClassName
{
background-color: #AB8755;
}
.BgClassName
{
background-color: #AB8755;
}
</style>
border-color css
<style>
span { border-color: #AB8755; }
span { border-color: rgb(171,135,85); }
td.TdClassName
{
border-color: #AB8755;
}
.TagClassName
{
border-color: #AB8755;
}
</style>