Shades of Teak #AC8A52
Tints of Teak #AC8A52
RGB
CMYK
RGB Variations
Color information
#AC8A52 (or 0xAC8A52) is known color: Teak. HEX triplet: AC, 8A and 52. RGB value is (172,138,82). Sum of RGB (Red+Green+Blue) = 172+138+82=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A52 is #5375AD. Grayscale: #8E8E8E. Windows color (decimal): -5469614 or 5409452. OLE color: 5409452.
HSL color Cylindrical-coordinate representation of color #AC8A52: hue angle of 37.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 #AC8A52 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 138 | 82 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.33 |
| HSL | 37.33º | 0.35% | 0.5% | - |
| HSV(B) | 37.33º | 0.52% | 0.67% | - |
| XYZ | 27.62 | 27.56 | 11.85 | - |
| YUV | 141.78 | 94.26 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 82 | 0 | 0.20 | 0.52 | 0.33 | 37.33 | 0.35 | 0.5 |
| Hex | AC | 8A | 52 | 0 | 14 | 34 | 21 | 25 | 23 | 32 |
| Octal | 254 | 212 | 122 | 0 | 24 | 64 | 41 | 45 | 43 | 62 |
| Binary | 10101100 | 10001010 | 1010010 | 0 | 10100 | 110100 | 100001 | 100101 | 100011 | 110010 |
Color Harmonies of #AC8A52
Complementary color
Monochromatic Colors of #AC8A52
Black with #AC8A52
Text Example
Text Example
White with #AC8A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8A52; }
p { color: rgb(172,138,82); }
H1.HeaderClassName
{
color: #AC8A52;
}
.AnyTagClassName
{
color: #AC8A52;
}
</style>
background-color css
<style>
a { background-color: #AC8A52; }
a { background-color: rgb(172,138,82); }
div.DivClassName
{
background-color: #AC8A52;
}
.BgClassName
{
background-color: #AC8A52;
}
</style>
border-color css
<style>
span { border-color: #AC8A52; }
span { border-color: rgb(172,138,82); }
td.TdClassName
{
border-color: #AC8A52;
}
.TagClassName
{
border-color: #AC8A52;
}
</style>