Shades of Teak #AC8C57
Tints of Teak #AC8C57
RGB
CMYK
RGB Variations
Color information
#AC8C57 (or 0xAC8C57) is known color: Teak. HEX triplet: AC, 8C and 57. RGB value is (172,140,87). Sum of RGB (Red+Green+Blue) = 172+140+87=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C57 is #5373A8. Grayscale: #8F8F8F. Windows color (decimal): -5469097 or 5737644. OLE color: 5737644.
HSL color Cylindrical-coordinate representation of color #AC8C57: hue angle of 37.41º degrees, saturation: 0.34, 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 #AC8C57 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 140 | 87 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.33 |
| HSL | 37.41º | 0.34% | 0.51% | - |
| HSV(B) | 37.41º | 0.49% | 0.67% | - |
| XYZ | 28.11 | 28.21 | 12.98 | - |
| YUV | 143.53 | 96.1 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 87 | 0 | 0.19 | 0.49 | 0.33 | 37.41 | 0.34 | 0.51 |
| Hex | AC | 8C | 57 | 0 | 13 | 31 | 21 | 25 | 22 | 33 |
| Octal | 254 | 214 | 127 | 0 | 23 | 61 | 41 | 45 | 42 | 63 |
| Binary | 10101100 | 10001100 | 1010111 | 0 | 10011 | 110001 | 100001 | 100101 | 100010 | 110011 |
Color Harmonies of #AC8C57
Complementary color
Monochromatic Colors of #AC8C57
Black with #AC8C57
Text Example
Text Example
White with #AC8C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8C57; }
p { color: rgb(172,140,87); }
H1.HeaderClassName
{
color: #AC8C57;
}
.AnyTagClassName
{
color: #AC8C57;
}
</style>
background-color css
<style>
a { background-color: #AC8C57; }
a { background-color: rgb(172,140,87); }
div.DivClassName
{
background-color: #AC8C57;
}
.BgClassName
{
background-color: #AC8C57;
}
</style>
border-color css
<style>
span { border-color: #AC8C57; }
span { border-color: rgb(172,140,87); }
td.TdClassName
{
border-color: #AC8C57;
}
.TagClassName
{
border-color: #AC8C57;
}
</style>