Shades of Teak #AC8858
Tints of Teak #AC8858
RGB
CMYK
RGB Variations
Color information
#AC8858 (or 0xAC8858) is known color: Teak. HEX triplet: AC, 88 and 58. RGB value is (172,136,88). Sum of RGB (Red+Green+Blue) = 172+136+88=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8858 is #5377A7. Grayscale: #8D8D8D. Windows color (decimal): -5470120 or 5802156. OLE color: 5802156.
HSL color Cylindrical-coordinate representation of color #AC8858: hue angle of 34.29º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC8858 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 88 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.33 |
| HSL | 34.29º | 0.34% | 0.51% | - |
| HSV(B) | 34.29º | 0.49% | 0.67% | - |
| XYZ | 27.58 | 27.08 | 13.01 | - |
| YUV | 141.29 | 97.93 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 88 | 0 | 0.21 | 0.49 | 0.33 | 34.29 | 0.34 | 0.51 |
| Hex | AC | 88 | 58 | 0 | 15 | 31 | 21 | 22 | 22 | 33 |
| Octal | 254 | 210 | 130 | 0 | 25 | 61 | 41 | 42 | 42 | 63 |
| Binary | 10101100 | 10001000 | 1011000 | 0 | 10101 | 110001 | 100001 | 100010 | 100010 | 110011 |
Color Harmonies of #AC8858
Complementary color
Monochromatic Colors of #AC8858
Black with #AC8858
Text Example
Text Example
White with #AC8858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8858; }
p { color: rgb(172,136,88); }
H1.HeaderClassName
{
color: #AC8858;
}
.AnyTagClassName
{
color: #AC8858;
}
</style>
background-color css
<style>
a { background-color: #AC8858; }
a { background-color: rgb(172,136,88); }
div.DivClassName
{
background-color: #AC8858;
}
.BgClassName
{
background-color: #AC8858;
}
</style>
border-color css
<style>
span { border-color: #AC8858; }
span { border-color: rgb(172,136,88); }
td.TdClassName
{
border-color: #AC8858;
}
.TagClassName
{
border-color: #AC8858;
}
</style>