Shades of Teak #AB8951
Tints of Teak #AB8951
RGB
CMYK
RGB Variations
Color information
#AB8951 (or 0xAB8951) is known color: Teak. HEX triplet: AB, 89 and 51. RGB value is (171,137,81). Sum of RGB (Red+Green+Blue) = 171+137+81=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8951 is #5476AE. Grayscale: #8D8D8D. Windows color (decimal): -5535407 or 5343659. OLE color: 5343659.
HSL color Cylindrical-coordinate representation of color #AB8951: hue angle of 37.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB8951 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 81 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.33 |
| HSL | 37.33º | 0.36% | 0.49% | - |
| HSV(B) | 37.33º | 0.53% | 0.67% | - |
| XYZ | 27.23 | 27.14 | 11.59 | - |
| YUV | 140.78 | 94.26 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 81 | 0 | 0.20 | 0.53 | 0.33 | 37.33 | 0.36 | 0.49 |
| Hex | AB | 89 | 51 | 0 | 14 | 35 | 21 | 25 | 24 | 31 |
| Octal | 253 | 211 | 121 | 0 | 24 | 65 | 41 | 45 | 44 | 61 |
| Binary | 10101011 | 10001001 | 1010001 | 0 | 10100 | 110101 | 100001 | 100101 | 100100 | 110001 |
Color Harmonies of #AB8951
Complementary color
Monochromatic Colors of #AB8951
Black with #AB8951
Text Example
Text Example
White with #AB8951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8951; }
p { color: rgb(171,137,81); }
H1.HeaderClassName
{
color: #AB8951;
}
.AnyTagClassName
{
color: #AB8951;
}
</style>
background-color css
<style>
a { background-color: #AB8951; }
a { background-color: rgb(171,137,81); }
div.DivClassName
{
background-color: #AB8951;
}
.BgClassName
{
background-color: #AB8951;
}
</style>
border-color css
<style>
span { border-color: #AB8951; }
span { border-color: rgb(171,137,81); }
td.TdClassName
{
border-color: #AB8951;
}
.TagClassName
{
border-color: #AB8951;
}
</style>