Shades of Teak #AB8F56
Tints of Teak #AB8F56
RGB
CMYK
RGB Variations
Color information
#AB8F56 (or 0xAB8F56) is known color: Teak. HEX triplet: AB, 8F and 56. RGB value is (171,143,86). Sum of RGB (Red+Green+Blue) = 171+143+86=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8F56 is #5470A9. Grayscale: #919191. Windows color (decimal): -5533866 or 5672875. OLE color: 5672875.
HSL color Cylindrical-coordinate representation of color #AB8F56: hue angle of 40.24º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB8F56 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 86 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.33 |
| HSL | 40.24º | 0.34% | 0.5% | - |
| HSV(B) | 40.24º | 0.5% | 0.67% | - |
| XYZ | 28.3 | 28.97 | 12.91 | - |
| YUV | 144.87 | 94.78 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 86 | 0 | 0.16 | 0.50 | 0.33 | 40.24 | 0.34 | 0.5 |
| Hex | AB | 8F | 56 | 0 | 10 | 32 | 21 | 28 | 22 | 32 |
| Octal | 253 | 217 | 126 | 0 | 20 | 62 | 41 | 50 | 42 | 62 |
| Binary | 10101011 | 10001111 | 1010110 | 0 | 10000 | 110010 | 100001 | 101000 | 100010 | 110010 |
Color Harmonies of #AB8F56
Complementary color
Monochromatic Colors of #AB8F56
Black with #AB8F56
Text Example
Text Example
White with #AB8F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F56; }
p { color: rgb(171,143,86); }
H1.HeaderClassName
{
color: #AB8F56;
}
.AnyTagClassName
{
color: #AB8F56;
}
</style>
background-color css
<style>
a { background-color: #AB8F56; }
a { background-color: rgb(171,143,86); }
div.DivClassName
{
background-color: #AB8F56;
}
.BgClassName
{
background-color: #AB8F56;
}
</style>
border-color css
<style>
span { border-color: #AB8F56; }
span { border-color: rgb(171,143,86); }
td.TdClassName
{
border-color: #AB8F56;
}
.TagClassName
{
border-color: #AB8F56;
}
</style>