Shades of Teak #AB8654
Tints of Teak #AB8654
RGB
CMYK
RGB Variations
Color information
#AB8654 (or 0xAB8654) is known color: Teak. HEX triplet: AB, 86 and 54. RGB value is (171,134,84). Sum of RGB (Red+Green+Blue) = 171+134+84=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8654 is #5479AB. Grayscale: #8B8B8B. Windows color (decimal): -5536172 or 5539499. OLE color: 5539499.
HSL color Cylindrical-coordinate representation of color #AB8654: hue angle of 34.48º degrees, saturation: 0.34, 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 #AB8654 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 134 | 84 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.33 |
| HSL | 34.48º | 0.34% | 0.5% | - |
| HSV(B) | 34.48º | 0.51% | 0.67% | - |
| XYZ | 26.92 | 26.35 | 12.05 | - |
| YUV | 139.36 | 96.76 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 134 | 84 | 0 | 0.22 | 0.51 | 0.33 | 34.48 | 0.34 | 0.5 |
| Hex | AB | 86 | 54 | 0 | 16 | 33 | 21 | 22 | 22 | 32 |
| Octal | 253 | 206 | 124 | 0 | 26 | 63 | 41 | 42 | 42 | 62 |
| Binary | 10101011 | 10000110 | 1010100 | 0 | 10110 | 110011 | 100001 | 100010 | 100010 | 110010 |
Color Harmonies of #AB8654
Complementary color
Monochromatic Colors of #AB8654
Black with #AB8654
Text Example
Text Example
White with #AB8654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8654; }
p { color: rgb(171,134,84); }
H1.HeaderClassName
{
color: #AB8654;
}
.AnyTagClassName
{
color: #AB8654;
}
</style>
background-color css
<style>
a { background-color: #AB8654; }
a { background-color: rgb(171,134,84); }
div.DivClassName
{
background-color: #AB8654;
}
.BgClassName
{
background-color: #AB8654;
}
</style>
border-color css
<style>
span { border-color: #AB8654; }
span { border-color: rgb(171,134,84); }
td.TdClassName
{
border-color: #AB8654;
}
.TagClassName
{
border-color: #AB8654;
}
</style>