Shades of Teak #AC8D52
Tints of Teak #AC8D52
RGB
CMYK
RGB Variations
Color information
#AC8D52 (or 0xAC8D52) is known color: Teak. HEX triplet: AC, 8D and 52. RGB value is (172,141,82). Sum of RGB (Red+Green+Blue) = 172+141+82=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D52 is #5372AD. Grayscale: #8F8F8F. Windows color (decimal): -5468846 or 5410220. OLE color: 5410220.
HSL color Cylindrical-coordinate representation of color #AC8D52: hue angle of 39.33º 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 #AC8D52 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 82 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.33 |
| HSL | 39.33º | 0.35% | 0.5% | - |
| HSV(B) | 39.33º | 0.52% | 0.67% | - |
| XYZ | 28.06 | 28.43 | 11.99 | - |
| YUV | 143.54 | 93.27 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 82 | 0 | 0.18 | 0.52 | 0.33 | 39.33 | 0.35 | 0.5 |
| Hex | AC | 8D | 52 | 0 | 12 | 34 | 21 | 27 | 23 | 32 |
| Octal | 254 | 215 | 122 | 0 | 22 | 64 | 41 | 47 | 43 | 62 |
| Binary | 10101100 | 10001101 | 1010010 | 0 | 10010 | 110100 | 100001 | 100111 | 100011 | 110010 |
Color Harmonies of #AC8D52
Complementary color
Monochromatic Colors of #AC8D52
Black with #AC8D52
Text Example
Text Example
White with #AC8D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D52; }
p { color: rgb(172,141,82); }
H1.HeaderClassName
{
color: #AC8D52;
}
.AnyTagClassName
{
color: #AC8D52;
}
</style>
background-color css
<style>
a { background-color: #AC8D52; }
a { background-color: rgb(172,141,82); }
div.DivClassName
{
background-color: #AC8D52;
}
.BgClassName
{
background-color: #AC8D52;
}
</style>
border-color css
<style>
span { border-color: #AC8D52; }
span { border-color: rgb(172,141,82); }
td.TdClassName
{
border-color: #AC8D52;
}
.TagClassName
{
border-color: #AC8D52;
}
</style>