Shades of Teak #AC8F59
Tints of Teak #AC8F59
RGB
CMYK
RGB Variations
Color information
#AC8F59 (or 0xAC8F59) is known color: Teak. HEX triplet: AC, 8F and 59. RGB value is (172,143,89). Sum of RGB (Red+Green+Blue) = 172+143+89=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8F59 is #5370A6. Grayscale: #919191. Windows color (decimal): -5468327 or 5869484. OLE color: 5869484.
HSL color Cylindrical-coordinate representation of color #AC8F59: hue angle of 39.04º 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 #AC8F59 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 89 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.33 |
| HSL | 39.04º | 0.33% | 0.51% | - |
| HSV(B) | 39.04º | 0.48% | 0.67% | - |
| XYZ | 28.64 | 29.14 | 13.57 | - |
| YUV | 145.52 | 96.11 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 89 | 0 | 0.17 | 0.48 | 0.33 | 39.04 | 0.33 | 0.51 |
| Hex | AC | 8F | 59 | 0 | 11 | 30 | 21 | 27 | 21 | 33 |
| Octal | 254 | 217 | 131 | 0 | 21 | 60 | 41 | 47 | 41 | 63 |
| Binary | 10101100 | 10001111 | 1011001 | 0 | 10001 | 110000 | 100001 | 100111 | 100001 | 110011 |
Color Harmonies of #AC8F59
Complementary color
Monochromatic Colors of #AC8F59
Black with #AC8F59
Text Example
Text Example
White with #AC8F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F59; }
p { color: rgb(172,143,89); }
H1.HeaderClassName
{
color: #AC8F59;
}
.AnyTagClassName
{
color: #AC8F59;
}
</style>
background-color css
<style>
a { background-color: #AC8F59; }
a { background-color: rgb(172,143,89); }
div.DivClassName
{
background-color: #AC8F59;
}
.BgClassName
{
background-color: #AC8F59;
}
</style>
border-color css
<style>
span { border-color: #AC8F59; }
span { border-color: rgb(172,143,89); }
td.TdClassName
{
border-color: #AC8F59;
}
.TagClassName
{
border-color: #AC8F59;
}
</style>