Shades of Teak #AC8852
Tints of Teak #AC8852
RGB
CMYK
RGB Variations
Color information
#AC8852 (or 0xAC8852) is known color: Teak. HEX triplet: AC, 88 and 52. RGB value is (172,136,82). Sum of RGB (Red+Green+Blue) = 172+136+82=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8852 is #5377AD. Grayscale: #8C8C8C. Windows color (decimal): -5470126 or 5408940. OLE color: 5408940.
HSL color Cylindrical-coordinate representation of color #AC8852: hue angle of 36º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC8852 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 82 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.33 |
| HSL | 36º | 0.35% | 0.5% | - |
| HSV(B) | 36º | 0.52% | 0.67% | - |
| XYZ | 27.34 | 26.99 | 11.75 | - |
| YUV | 140.61 | 94.93 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 82 | 0 | 0.21 | 0.52 | 0.33 | 36 | 0.35 | 0.5 |
| Hex | AC | 88 | 52 | 0 | 15 | 34 | 21 | 24 | 23 | 32 |
| Octal | 254 | 210 | 122 | 0 | 25 | 64 | 41 | 44 | 43 | 62 |
| Binary | 10101100 | 10001000 | 1010010 | 0 | 10101 | 110100 | 100001 | 100100 | 100011 | 110010 |
Color Harmonies of #AC8852
Complementary color
Monochromatic Colors of #AC8852
Black with #AC8852
Text Example
Text Example
White with #AC8852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8852; }
p { color: rgb(172,136,82); }
H1.HeaderClassName
{
color: #AC8852;
}
.AnyTagClassName
{
color: #AC8852;
}
</style>
background-color css
<style>
a { background-color: #AC8852; }
a { background-color: rgb(172,136,82); }
div.DivClassName
{
background-color: #AC8852;
}
.BgClassName
{
background-color: #AC8852;
}
</style>
border-color css
<style>
span { border-color: #AC8852; }
span { border-color: rgb(172,136,82); }
td.TdClassName
{
border-color: #AC8852;
}
.TagClassName
{
border-color: #AC8852;
}
</style>