Shades of Teak #AB9153
Tints of Teak #AB9153
RGB
CMYK
RGB Variations
Color information
#AB9153 (or 0xAB9153) is known color: Teak. HEX triplet: AB, 91 and 53. RGB value is (171,145,83). Sum of RGB (Red+Green+Blue) = 171+145+83=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9153 is #546EAC. Grayscale: #919191. Windows color (decimal): -5533357 or 5476779. OLE color: 5476779.
HSL color Cylindrical-coordinate representation of color #AB9153: hue angle of 42.27º 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 #AB9153 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 145 | 83 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.33 |
| HSL | 42.27º | 0.35% | 0.5% | - |
| HSV(B) | 42.27º | 0.51% | 0.67% | - |
| XYZ | 28.48 | 29.53 | 12.38 | - |
| YUV | 145.71 | 92.61 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 145 | 83 | 0 | 0.15 | 0.51 | 0.33 | 42.27 | 0.35 | 0.5 |
| Hex | AB | 91 | 53 | 0 | F | 33 | 21 | 2A | 23 | 32 |
| Octal | 253 | 221 | 123 | 0 | 17 | 63 | 41 | 52 | 43 | 62 |
| Binary | 10101011 | 10010001 | 1010011 | 0 | 1111 | 110011 | 100001 | 101010 | 100011 | 110010 |
Color Harmonies of #AB9153
Complementary color
Monochromatic Colors of #AB9153
Black with #AB9153
Text Example
Text Example
White with #AB9153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9153; }
p { color: rgb(171,145,83); }
H1.HeaderClassName
{
color: #AB9153;
}
.AnyTagClassName
{
color: #AB9153;
}
</style>
background-color css
<style>
a { background-color: #AB9153; }
a { background-color: rgb(171,145,83); }
div.DivClassName
{
background-color: #AB9153;
}
.BgClassName
{
background-color: #AB9153;
}
</style>
border-color css
<style>
span { border-color: #AB9153; }
span { border-color: rgb(171,145,83); }
td.TdClassName
{
border-color: #AB9153;
}
.TagClassName
{
border-color: #AB9153;
}
</style>