Shades of Teak #AC8D54
Tints of Teak #AC8D54
RGB
CMYK
RGB Variations
Color information
#AC8D54 (or 0xAC8D54) is known color: Teak. HEX triplet: AC, 8D and 54. RGB value is (172,141,84). Sum of RGB (Red+Green+Blue) = 172+141+84=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D54 is #5372AB. Grayscale: #909090. Windows color (decimal): -5468844 or 5541292. OLE color: 5541292.
HSL color Cylindrical-coordinate representation of color #AC8D54: hue angle of 38.86º degrees, saturation: 0.35, 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 #AC8D54 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 84 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.33 |
| HSL | 38.86º | 0.35% | 0.5% | - |
| HSV(B) | 38.86º | 0.51% | 0.67% | - |
| XYZ | 28.14 | 28.46 | 12.4 | - |
| YUV | 143.77 | 94.27 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 84 | 0 | 0.18 | 0.51 | 0.33 | 38.86 | 0.35 | 0.5 |
| Hex | AC | 8D | 54 | 0 | 12 | 33 | 21 | 27 | 23 | 32 |
| Octal | 254 | 215 | 124 | 0 | 22 | 63 | 41 | 47 | 43 | 62 |
| Binary | 10101100 | 10001101 | 1010100 | 0 | 10010 | 110011 | 100001 | 100111 | 100011 | 110010 |
Color Harmonies of #AC8D54
Complementary color
Monochromatic Colors of #AC8D54
Black with #AC8D54
Text Example
Text Example
White with #AC8D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D54; }
p { color: rgb(172,141,84); }
H1.HeaderClassName
{
color: #AC8D54;
}
.AnyTagClassName
{
color: #AC8D54;
}
</style>
background-color css
<style>
a { background-color: #AC8D54; }
a { background-color: rgb(172,141,84); }
div.DivClassName
{
background-color: #AC8D54;
}
.BgClassName
{
background-color: #AC8D54;
}
</style>
border-color css
<style>
span { border-color: #AC8D54; }
span { border-color: rgb(172,141,84); }
td.TdClassName
{
border-color: #AC8D54;
}
.TagClassName
{
border-color: #AC8D54;
}
</style>