Shades of Teak #AB8C54
Tints of Teak #AB8C54
RGB
CMYK
RGB Variations
Color information
#AB8C54 (or 0xAB8C54) is known color: Teak. HEX triplet: AB, 8C and 54. RGB value is (171,140,84). Sum of RGB (Red+Green+Blue) = 171+140+84=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8C54 is #5473AB. Grayscale: #8F8F8F. Windows color (decimal): -5534636 or 5541035. OLE color: 5541035.
HSL color Cylindrical-coordinate representation of color #AB8C54: hue angle of 38.62º degrees, saturation: 0.34, 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 #AB8C54 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 84 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.33 |
| HSL | 38.62º | 0.34% | 0.5% | - |
| HSV(B) | 38.62º | 0.51% | 0.67% | - |
| XYZ | 27.77 | 28.05 | 12.34 | - |
| YUV | 142.89 | 94.77 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 84 | 0 | 0.18 | 0.51 | 0.33 | 38.62 | 0.34 | 0.5 |
| Hex | AB | 8C | 54 | 0 | 12 | 33 | 21 | 27 | 22 | 32 |
| Octal | 253 | 214 | 124 | 0 | 22 | 63 | 41 | 47 | 42 | 62 |
| Binary | 10101011 | 10001100 | 1010100 | 0 | 10010 | 110011 | 100001 | 100111 | 100010 | 110010 |
Color Harmonies of #AB8C54
Complementary color
Monochromatic Colors of #AB8C54
Black with #AB8C54
Text Example
Text Example
White with #AB8C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8C54; }
p { color: rgb(171,140,84); }
H1.HeaderClassName
{
color: #AB8C54;
}
.AnyTagClassName
{
color: #AB8C54;
}
</style>
background-color css
<style>
a { background-color: #AB8C54; }
a { background-color: rgb(171,140,84); }
div.DivClassName
{
background-color: #AB8C54;
}
.BgClassName
{
background-color: #AB8C54;
}
</style>
border-color css
<style>
span { border-color: #AB8C54; }
span { border-color: rgb(171,140,84); }
td.TdClassName
{
border-color: #AB8C54;
}
.TagClassName
{
border-color: #AB8C54;
}
</style>