Shades of Teak #AC885D
Tints of Teak #AC885D
RGB
CMYK
RGB Variations
Color information
#AC885D (or 0xAC885D) is known color: Teak. HEX triplet: AC, 88 and 5D. RGB value is (172,136,93). Sum of RGB (Red+Green+Blue) = 172+136+93=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC885D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC885D is #5377A2. Grayscale: #8E8E8E. Windows color (decimal): -5470115 or 6129836. OLE color: 6129836.
HSL color Cylindrical-coordinate representation of color #AC885D: hue angle of 32.66º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC885D is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 93 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.33 |
| HSL | 32.66º | 0.32% | 0.52% | - |
| HSV(B) | 32.66º | 0.46% | 0.67% | - |
| XYZ | 27.79 | 27.17 | 14.14 | - |
| YUV | 141.86 | 100.43 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 93 | 0 | 0.21 | 0.46 | 0.33 | 32.66 | 0.32 | 0.52 |
| Hex | AC | 88 | 5D | 0 | 15 | 2E | 21 | 21 | 20 | 34 |
| Octal | 254 | 210 | 135 | 0 | 25 | 56 | 41 | 41 | 40 | 64 |
| Binary | 10101100 | 10001000 | 1011101 | 0 | 10101 | 101110 | 100001 | 100001 | 100000 | 110100 |
Color Harmonies of #AC885D
Complementary color
Monochromatic Colors of #AC885D
Black with #AC885D
Text Example
Text Example
White with #AC885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC885D; }
p { color: rgb(172,136,93); }
H1.HeaderClassName
{
color: #AC885D;
}
.AnyTagClassName
{
color: #AC885D;
}
</style>
background-color css
<style>
a { background-color: #AC885D; }
a { background-color: rgb(172,136,93); }
div.DivClassName
{
background-color: #AC885D;
}
.BgClassName
{
background-color: #AC885D;
}
</style>
border-color css
<style>
span { border-color: #AC885D; }
span { border-color: rgb(172,136,93); }
td.TdClassName
{
border-color: #AC885D;
}
.TagClassName
{
border-color: #AC885D;
}
</style>