Shades of Teak #AC8559
Tints of Teak #AC8559
RGB
CMYK
RGB Variations
Color information
#AC8559 (or 0xAC8559) is known color: Teak. HEX triplet: AC, 85 and 59. RGB value is (172,133,89). Sum of RGB (Red+Green+Blue) = 172+133+89=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8559 is #537AA6. Grayscale: #8B8B8B. Windows color (decimal): -5470887 or 5866924. OLE color: 5866924.
HSL color Cylindrical-coordinate representation of color #AC8559: hue angle of 31.81º 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 #AC8559 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 89 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.33 |
| HSL | 31.81º | 0.33% | 0.51% | - |
| HSV(B) | 31.81º | 0.48% | 0.67% | - |
| XYZ | 27.2 | 26.27 | 13.09 | - |
| YUV | 139.65 | 99.42 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 89 | 0 | 0.23 | 0.48 | 0.33 | 31.81 | 0.33 | 0.51 |
| Hex | AC | 85 | 59 | 0 | 17 | 30 | 21 | 20 | 21 | 33 |
| Octal | 254 | 205 | 131 | 0 | 27 | 60 | 41 | 40 | 41 | 63 |
| Binary | 10101100 | 10000101 | 1011001 | 0 | 10111 | 110000 | 100001 | 100000 | 100001 | 110011 |
Color Harmonies of #AC8559
Complementary color
Monochromatic Colors of #AC8559
Black with #AC8559
Text Example
Text Example
White with #AC8559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8559; }
p { color: rgb(172,133,89); }
H1.HeaderClassName
{
color: #AC8559;
}
.AnyTagClassName
{
color: #AC8559;
}
</style>
background-color css
<style>
a { background-color: #AC8559; }
a { background-color: rgb(172,133,89); }
div.DivClassName
{
background-color: #AC8559;
}
.BgClassName
{
background-color: #AC8559;
}
</style>
border-color css
<style>
span { border-color: #AC8559; }
span { border-color: rgb(172,133,89); }
td.TdClassName
{
border-color: #AC8559;
}
.TagClassName
{
border-color: #AC8559;
}
</style>