Shades of Teak #AB885C
Tints of Teak #AB885C
RGB
CMYK
RGB Variations
Color information
#AB885C (or 0xAB885C) is known color: Teak. HEX triplet: AB, 88 and 5C. RGB value is (171,136,92). Sum of RGB (Red+Green+Blue) = 171+136+92=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB885C is #5477A3. Grayscale: #8D8D8D. Windows color (decimal): -5535652 or 6064299. OLE color: 6064299.
HSL color Cylindrical-coordinate representation of color #AB885C: hue angle of 33.42º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB885C is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 92 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.33 |
| HSL | 33.42º | 0.32% | 0.52% | - |
| HSV(B) | 33.42º | 0.46% | 0.67% | - |
| XYZ | 27.53 | 27.04 | 13.89 | - |
| YUV | 141.45 | 100.1 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 92 | 0 | 0.20 | 0.46 | 0.33 | 33.42 | 0.32 | 0.52 |
| Hex | AB | 88 | 5C | 0 | 14 | 2E | 21 | 21 | 20 | 34 |
| Octal | 253 | 210 | 134 | 0 | 24 | 56 | 41 | 41 | 40 | 64 |
| Binary | 10101011 | 10001000 | 1011100 | 0 | 10100 | 101110 | 100001 | 100001 | 100000 | 110100 |
Color Harmonies of #AB885C
Complementary color
Monochromatic Colors of #AB885C
Black with #AB885C
Text Example
Text Example
White with #AB885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB885C; }
p { color: rgb(171,136,92); }
H1.HeaderClassName
{
color: #AB885C;
}
.AnyTagClassName
{
color: #AB885C;
}
</style>
background-color css
<style>
a { background-color: #AB885C; }
a { background-color: rgb(171,136,92); }
div.DivClassName
{
background-color: #AB885C;
}
.BgClassName
{
background-color: #AB885C;
}
</style>
border-color css
<style>
span { border-color: #AB885C; }
span { border-color: rgb(171,136,92); }
td.TdClassName
{
border-color: #AB885C;
}
.TagClassName
{
border-color: #AB885C;
}
</style>