Shades of Teak #AB8F51
Tints of Teak #AB8F51
RGB
CMYK
RGB Variations
Color information
#AB8F51 (or 0xAB8F51) is known color: Teak. HEX triplet: AB, 8F and 51. RGB value is (171,143,81). Sum of RGB (Red+Green+Blue) = 171+143+81=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8F51 is #5470AE. Grayscale: #909090. Windows color (decimal): -5533871 or 5345195. OLE color: 5345195.
HSL color Cylindrical-coordinate representation of color #AB8F51: hue angle of 41.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 #AB8F51 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 81 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.33 |
| HSL | 41.33º | 0.36% | 0.49% | - |
| HSV(B) | 41.33º | 0.53% | 0.67% | - |
| XYZ | 28.1 | 28.9 | 11.88 | - |
| YUV | 144.3 | 92.28 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 81 | 0 | 0.16 | 0.53 | 0.33 | 41.33 | 0.36 | 0.49 |
| Hex | AB | 8F | 51 | 0 | 10 | 35 | 21 | 29 | 24 | 31 |
| Octal | 253 | 217 | 121 | 0 | 20 | 65 | 41 | 51 | 44 | 61 |
| Binary | 10101011 | 10001111 | 1010001 | 0 | 10000 | 110101 | 100001 | 101001 | 100100 | 110001 |
Color Harmonies of #AB8F51
Complementary color
Monochromatic Colors of #AB8F51
Black with #AB8F51
Text Example
Text Example
White with #AB8F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F51; }
p { color: rgb(171,143,81); }
H1.HeaderClassName
{
color: #AB8F51;
}
.AnyTagClassName
{
color: #AB8F51;
}
</style>
background-color css
<style>
a { background-color: #AB8F51; }
a { background-color: rgb(171,143,81); }
div.DivClassName
{
background-color: #AB8F51;
}
.BgClassName
{
background-color: #AB8F51;
}
</style>
border-color css
<style>
span { border-color: #AB8F51; }
span { border-color: rgb(171,143,81); }
td.TdClassName
{
border-color: #AB8F51;
}
.TagClassName
{
border-color: #AB8F51;
}
</style>