Shades of Teak #AB8653
Tints of Teak #AB8653
RGB
CMYK
RGB Variations
Color information
#AB8653 (or 0xAB8653) is known color: Teak. HEX triplet: AB, 86 and 53. RGB value is (171,134,83). Sum of RGB (Red+Green+Blue) = 171+134+83=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8653 is #5479AC. Grayscale: #8B8B8B. Windows color (decimal): -5536173 or 5473963. OLE color: 5473963.
HSL color Cylindrical-coordinate representation of color #AB8653: hue angle of 34.77º degrees, saturation: 0.35, 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 #AB8653 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 134 | 83 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.33 |
| HSL | 34.77º | 0.35% | 0.5% | - |
| HSV(B) | 34.77º | 0.51% | 0.67% | - |
| XYZ | 26.88 | 26.33 | 11.85 | - |
| YUV | 139.25 | 96.26 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 134 | 83 | 0 | 0.22 | 0.51 | 0.33 | 34.77 | 0.35 | 0.5 |
| Hex | AB | 86 | 53 | 0 | 16 | 33 | 21 | 23 | 23 | 32 |
| Octal | 253 | 206 | 123 | 0 | 26 | 63 | 41 | 43 | 43 | 62 |
| Binary | 10101011 | 10000110 | 1010011 | 0 | 10110 | 110011 | 100001 | 100011 | 100011 | 110010 |
Color Harmonies of #AB8653
Complementary color
Monochromatic Colors of #AB8653
Black with #AB8653
Text Example
Text Example
White with #AB8653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8653; }
p { color: rgb(171,134,83); }
H1.HeaderClassName
{
color: #AB8653;
}
.AnyTagClassName
{
color: #AB8653;
}
</style>
background-color css
<style>
a { background-color: #AB8653; }
a { background-color: rgb(171,134,83); }
div.DivClassName
{
background-color: #AB8653;
}
.BgClassName
{
background-color: #AB8653;
}
</style>
border-color css
<style>
span { border-color: #AB8653; }
span { border-color: rgb(171,134,83); }
td.TdClassName
{
border-color: #AB8653;
}
.TagClassName
{
border-color: #AB8653;
}
</style>