Shades of Teak #AC8A60
Tints of Teak #AC8A60
RGB
CMYK
RGB Variations
Color information
#AC8A60 (or 0xAC8A60) is known color: Teak. HEX triplet: AC, 8A and 60. RGB value is (172,138,96). Sum of RGB (Red+Green+Blue) = 172+138+96=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A60 is #53759F. Grayscale: #8F8F8F. Windows color (decimal): -5469600 or 6326956. OLE color: 6326956.
HSL color Cylindrical-coordinate representation of color #AC8A60: hue angle of 33.16º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC8A60 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 138 | 96 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.33 |
| HSL | 33.16º | 0.31% | 0.53% | - |
| HSV(B) | 33.16º | 0.44% | 0.67% | - |
| XYZ | 28.21 | 27.79 | 14.94 | - |
| YUV | 143.38 | 101.26 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 96 | 0 | 0.20 | 0.44 | 0.33 | 33.16 | 0.31 | 0.53 |
| Hex | AC | 8A | 60 | 0 | 14 | 2C | 21 | 21 | 1F | 35 |
| Octal | 254 | 212 | 140 | 0 | 24 | 54 | 41 | 41 | 37 | 65 |
| Binary | 10101100 | 10001010 | 1100000 | 0 | 10100 | 101100 | 100001 | 100001 | 11111 | 110101 |
Color Harmonies of #AC8A60
Complementary color
Monochromatic Colors of #AC8A60
Black with #AC8A60
Text Example
Text Example
White with #AC8A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8A60; }
p { color: rgb(172,138,96); }
H1.HeaderClassName
{
color: #AC8A60;
}
.AnyTagClassName
{
color: #AC8A60;
}
</style>
background-color css
<style>
a { background-color: #AC8A60; }
a { background-color: rgb(172,138,96); }
div.DivClassName
{
background-color: #AC8A60;
}
.BgClassName
{
background-color: #AC8A60;
}
</style>
border-color css
<style>
span { border-color: #AC8A60; }
span { border-color: rgb(172,138,96); }
td.TdClassName
{
border-color: #AC8A60;
}
.TagClassName
{
border-color: #AC8A60;
}
</style>