Shades of Teak #AB8B58
Tints of Teak #AB8B58
RGB
CMYK
RGB Variations
Color information
#AB8B58 (or 0xAB8B58) is known color: Teak. HEX triplet: AB, 8B and 58. RGB value is (171,139,88). Sum of RGB (Red+Green+Blue) = 171+139+88=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8B58 is #5474A7. Grayscale: #8E8E8E. Windows color (decimal): -5534888 or 5802923. OLE color: 5802923.
HSL color Cylindrical-coordinate representation of color #AB8B58: hue angle of 36.87º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB8B58 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 139 | 88 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.33 |
| HSL | 36.87º | 0.33% | 0.51% | - |
| HSV(B) | 36.87º | 0.49% | 0.67% | - |
| XYZ | 27.79 | 27.83 | 13.14 | - |
| YUV | 142.75 | 97.1 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 139 | 88 | 0 | 0.19 | 0.49 | 0.33 | 36.87 | 0.33 | 0.51 |
| Hex | AB | 8B | 58 | 0 | 13 | 31 | 21 | 25 | 21 | 33 |
| Octal | 253 | 213 | 130 | 0 | 23 | 61 | 41 | 45 | 41 | 63 |
| Binary | 10101011 | 10001011 | 1011000 | 0 | 10011 | 110001 | 100001 | 100101 | 100001 | 110011 |
Color Harmonies of #AB8B58
Complementary color
Monochromatic Colors of #AB8B58
Black with #AB8B58
Text Example
Text Example
White with #AB8B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8B58; }
p { color: rgb(171,139,88); }
H1.HeaderClassName
{
color: #AB8B58;
}
.AnyTagClassName
{
color: #AB8B58;
}
</style>
background-color css
<style>
a { background-color: #AB8B58; }
a { background-color: rgb(171,139,88); }
div.DivClassName
{
background-color: #AB8B58;
}
.BgClassName
{
background-color: #AB8B58;
}
</style>
border-color css
<style>
span { border-color: #AB8B58; }
span { border-color: rgb(171,139,88); }
td.TdClassName
{
border-color: #AB8B58;
}
.TagClassName
{
border-color: #AB8B58;
}
</style>