Shades of Teak #AC8D59
Tints of Teak #AC8D59
RGB
CMYK
RGB Variations
Color information
#AC8D59 (or 0xAC8D59) is known color: Teak. HEX triplet: AC, 8D and 59. RGB value is (172,141,89). Sum of RGB (Red+Green+Blue) = 172+141+89=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D59 is #5372A6. Grayscale: #909090. Windows color (decimal): -5468839 or 5868972. OLE color: 5868972.
HSL color Cylindrical-coordinate representation of color #AC8D59: hue angle of 37.59º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC8D59 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 89 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.33 |
| HSL | 37.59º | 0.33% | 0.51% | - |
| HSV(B) | 37.59º | 0.48% | 0.67% | - |
| XYZ | 28.34 | 28.54 | 13.47 | - |
| YUV | 144.34 | 96.77 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 89 | 0 | 0.18 | 0.48 | 0.33 | 37.59 | 0.33 | 0.51 |
| Hex | AC | 8D | 59 | 0 | 12 | 30 | 21 | 26 | 21 | 33 |
| Octal | 254 | 215 | 131 | 0 | 22 | 60 | 41 | 46 | 41 | 63 |
| Binary | 10101100 | 10001101 | 1011001 | 0 | 10010 | 110000 | 100001 | 100110 | 100001 | 110011 |
Color Harmonies of #AC8D59
Complementary color
Monochromatic Colors of #AC8D59
Black with #AC8D59
Text Example
Text Example
White with #AC8D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D59; }
p { color: rgb(172,141,89); }
H1.HeaderClassName
{
color: #AC8D59;
}
.AnyTagClassName
{
color: #AC8D59;
}
</style>
background-color css
<style>
a { background-color: #AC8D59; }
a { background-color: rgb(172,141,89); }
div.DivClassName
{
background-color: #AC8D59;
}
.BgClassName
{
background-color: #AC8D59;
}
</style>
border-color css
<style>
span { border-color: #AC8D59; }
span { border-color: rgb(172,141,89); }
td.TdClassName
{
border-color: #AC8D59;
}
.TagClassName
{
border-color: #AC8D59;
}
</style>