Shades of Teak #AC8755
Tints of Teak #AC8755
RGB
CMYK
RGB Variations
Color information
#AC8755 (or 0xAC8755) is known color: Teak. HEX triplet: AC, 87 and 55. RGB value is (172,135,85). Sum of RGB (Red+Green+Blue) = 172+135+85=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8755 is #5378AA. Grayscale: #8C8C8C. Windows color (decimal): -5470379 or 5605292. OLE color: 5605292.
HSL color Cylindrical-coordinate representation of color #AC8755: hue angle of 34.48º 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 #AC8755 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 135 | 85 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.33 |
| HSL | 34.48º | 0.34% | 0.5% | - |
| HSV(B) | 34.48º | 0.51% | 0.67% | - |
| XYZ | 27.32 | 26.75 | 12.32 | - |
| YUV | 140.36 | 96.76 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 135 | 85 | 0 | 0.22 | 0.51 | 0.33 | 34.48 | 0.34 | 0.5 |
| Hex | AC | 87 | 55 | 0 | 16 | 33 | 21 | 22 | 22 | 32 |
| Octal | 254 | 207 | 125 | 0 | 26 | 63 | 41 | 42 | 42 | 62 |
| Binary | 10101100 | 10000111 | 1010101 | 0 | 10110 | 110011 | 100001 | 100010 | 100010 | 110010 |
Color Harmonies of #AC8755
Complementary color
Monochromatic Colors of #AC8755
Black with #AC8755
Text Example
Text Example
White with #AC8755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8755; }
p { color: rgb(172,135,85); }
H1.HeaderClassName
{
color: #AC8755;
}
.AnyTagClassName
{
color: #AC8755;
}
</style>
background-color css
<style>
a { background-color: #AC8755; }
a { background-color: rgb(172,135,85); }
div.DivClassName
{
background-color: #AC8755;
}
.BgClassName
{
background-color: #AC8755;
}
</style>
border-color css
<style>
span { border-color: #AC8755; }
span { border-color: rgb(172,135,85); }
td.TdClassName
{
border-color: #AC8755;
}
.TagClassName
{
border-color: #AC8755;
}
</style>