Shades of Teak #AC8855
Tints of Teak #AC8855
RGB
CMYK
RGB Variations
Color information
#AC8855 (or 0xAC8855) is known color: Teak. HEX triplet: AC, 88 and 55. RGB value is (172,136,85). Sum of RGB (Red+Green+Blue) = 172+136+85=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8855 is #5377AA. Grayscale: #8D8D8D. Windows color (decimal): -5470123 or 5605548. OLE color: 5605548.
HSL color Cylindrical-coordinate representation of color #AC8855: hue angle of 35.17º degrees, saturation: 0.34, 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 #AC8855 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 85 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.33 |
| HSL | 35.17º | 0.34% | 0.5% | - |
| HSV(B) | 35.17º | 0.51% | 0.67% | - |
| XYZ | 27.46 | 27.03 | 12.37 | - |
| YUV | 140.95 | 96.43 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 85 | 0 | 0.21 | 0.51 | 0.33 | 35.17 | 0.34 | 0.5 |
| Hex | AC | 88 | 55 | 0 | 15 | 33 | 21 | 23 | 22 | 32 |
| Octal | 254 | 210 | 125 | 0 | 25 | 63 | 41 | 43 | 42 | 62 |
| Binary | 10101100 | 10001000 | 1010101 | 0 | 10101 | 110011 | 100001 | 100011 | 100010 | 110010 |
Color Harmonies of #AC8855
Complementary color
Monochromatic Colors of #AC8855
Black with #AC8855
Text Example
Text Example
White with #AC8855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8855; }
p { color: rgb(172,136,85); }
H1.HeaderClassName
{
color: #AC8855;
}
.AnyTagClassName
{
color: #AC8855;
}
</style>
background-color css
<style>
a { background-color: #AC8855; }
a { background-color: rgb(172,136,85); }
div.DivClassName
{
background-color: #AC8855;
}
.BgClassName
{
background-color: #AC8855;
}
</style>
border-color css
<style>
span { border-color: #AC8855; }
span { border-color: rgb(172,136,85); }
td.TdClassName
{
border-color: #AC8855;
}
.TagClassName
{
border-color: #AC8855;
}
</style>