Shades of Teak #AC8C59
Tints of Teak #AC8C59
RGB
CMYK
RGB Variations
Color information
#AC8C59 (or 0xAC8C59) is known color: Teak. HEX triplet: AC, 8C and 59. RGB value is (172,140,89). Sum of RGB (Red+Green+Blue) = 172+140+89=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C59 is #5373A6. Grayscale: #8F8F8F. Windows color (decimal): -5469095 or 5868716. OLE color: 5868716.
HSL color Cylindrical-coordinate representation of color #AC8C59: 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.48%. Process color model (Four color, CMYK) of #AC8C59 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 140 | 89 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.33 |
| HSL | 36.87º | 0.33% | 0.51% | - |
| HSV(B) | 36.87º | 0.48% | 0.67% | - |
| XYZ | 28.19 | 28.25 | 13.42 | - |
| YUV | 143.75 | 97.1 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 89 | 0 | 0.19 | 0.48 | 0.33 | 36.87 | 0.33 | 0.51 |
| Hex | AC | 8C | 59 | 0 | 13 | 30 | 21 | 25 | 21 | 33 |
| Octal | 254 | 214 | 131 | 0 | 23 | 60 | 41 | 45 | 41 | 63 |
| Binary | 10101100 | 10001100 | 1011001 | 0 | 10011 | 110000 | 100001 | 100101 | 100001 | 110011 |
Color Harmonies of #AC8C59
Complementary color
Monochromatic Colors of #AC8C59
Black with #AC8C59
Text Example
Text Example
White with #AC8C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8C59; }
p { color: rgb(172,140,89); }
H1.HeaderClassName
{
color: #AC8C59;
}
.AnyTagClassName
{
color: #AC8C59;
}
</style>
background-color css
<style>
a { background-color: #AC8C59; }
a { background-color: rgb(172,140,89); }
div.DivClassName
{
background-color: #AC8C59;
}
.BgClassName
{
background-color: #AC8C59;
}
</style>
border-color css
<style>
span { border-color: #AC8C59; }
span { border-color: rgb(172,140,89); }
td.TdClassName
{
border-color: #AC8C59;
}
.TagClassName
{
border-color: #AC8C59;
}
</style>