Shades of Teak #AC8555
Tints of Teak #AC8555
RGB
CMYK
RGB Variations
Color information
#AC8555 (or 0xAC8555) is known color: Teak. HEX triplet: AC, 85 and 55. RGB value is (172,133,85). Sum of RGB (Red+Green+Blue) = 172+133+85=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8555 is #537AAA. Grayscale: #8B8B8B. Windows color (decimal): -5470891 or 5604780. OLE color: 5604780.
HSL color Cylindrical-coordinate representation of color #AC8555: hue angle of 33.1º 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 #AC8555 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 85 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.33 |
| HSL | 33.1º | 0.34% | 0.5% | - |
| HSV(B) | 33.1º | 0.51% | 0.67% | - |
| XYZ | 27.04 | 26.2 | 12.23 | - |
| YUV | 139.19 | 97.42 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 85 | 0 | 0.23 | 0.51 | 0.33 | 33.1 | 0.34 | 0.5 |
| Hex | AC | 85 | 55 | 0 | 17 | 33 | 21 | 21 | 22 | 32 |
| Octal | 254 | 205 | 125 | 0 | 27 | 63 | 41 | 41 | 42 | 62 |
| Binary | 10101100 | 10000101 | 1010101 | 0 | 10111 | 110011 | 100001 | 100001 | 100010 | 110010 |
Color Harmonies of #AC8555
Complementary color
Monochromatic Colors of #AC8555
Black with #AC8555
Text Example
Text Example
White with #AC8555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8555; }
p { color: rgb(172,133,85); }
H1.HeaderClassName
{
color: #AC8555;
}
.AnyTagClassName
{
color: #AC8555;
}
</style>
background-color css
<style>
a { background-color: #AC8555; }
a { background-color: rgb(172,133,85); }
div.DivClassName
{
background-color: #AC8555;
}
.BgClassName
{
background-color: #AC8555;
}
</style>
border-color css
<style>
span { border-color: #AC8555; }
span { border-color: rgb(172,133,85); }
td.TdClassName
{
border-color: #AC8555;
}
.TagClassName
{
border-color: #AC8555;
}
</style>