Shades of Teak #AC8C52
Tints of Teak #AC8C52
RGB
CMYK
RGB Variations
Color information
#AC8C52 (or 0xAC8C52) is known color: Teak. HEX triplet: AC, 8C and 52. RGB value is (172,140,82). Sum of RGB (Red+Green+Blue) = 172+140+82=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C52 is #5373AD. Grayscale: #8F8F8F. Windows color (decimal): -5469102 or 5409964. OLE color: 5409964.
HSL color Cylindrical-coordinate representation of color #AC8C52: hue angle of 38.67º 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 #AC8C52 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 140 | 82 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.33 |
| HSL | 38.67º | 0.35% | 0.5% | - |
| HSV(B) | 38.67º | 0.52% | 0.67% | - |
| XYZ | 27.91 | 28.14 | 11.94 | - |
| YUV | 142.96 | 93.6 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 82 | 0 | 0.19 | 0.52 | 0.33 | 38.67 | 0.35 | 0.5 |
| Hex | AC | 8C | 52 | 0 | 13 | 34 | 21 | 27 | 23 | 32 |
| Octal | 254 | 214 | 122 | 0 | 23 | 64 | 41 | 47 | 43 | 62 |
| Binary | 10101100 | 10001100 | 1010010 | 0 | 10011 | 110100 | 100001 | 100111 | 100011 | 110010 |
Color Harmonies of #AC8C52
Complementary color
Monochromatic Colors of #AC8C52
Black with #AC8C52
Text Example
Text Example
White with #AC8C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8C52; }
p { color: rgb(172,140,82); }
H1.HeaderClassName
{
color: #AC8C52;
}
.AnyTagClassName
{
color: #AC8C52;
}
</style>
background-color css
<style>
a { background-color: #AC8C52; }
a { background-color: rgb(172,140,82); }
div.DivClassName
{
background-color: #AC8C52;
}
.BgClassName
{
background-color: #AC8C52;
}
</style>
border-color css
<style>
span { border-color: #AC8C52; }
span { border-color: rgb(172,140,82); }
td.TdClassName
{
border-color: #AC8C52;
}
.TagClassName
{
border-color: #AC8C52;
}
</style>