Shades of Teak #AC8E5C
Tints of Teak #AC8E5C
RGB
CMYK
RGB Variations
Color information
#AC8E5C (or 0xAC8E5C) is known color: Teak. HEX triplet: AC, 8E and 5C. RGB value is (172,142,92). Sum of RGB (Red+Green+Blue) = 172+142+92=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8E5C is #5371A3. Grayscale: #919191. Windows color (decimal): -5468580 or 6065836. OLE color: 6065836.
HSL color Cylindrical-coordinate representation of color #AC8E5C: hue angle of 37.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC8E5C is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 142 | 92 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.33 |
| HSL | 37.5º | 0.33% | 0.52% | - |
| HSV(B) | 37.5º | 0.47% | 0.67% | - |
| XYZ | 28.62 | 28.89 | 14.19 | - |
| YUV | 145.27 | 97.94 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 142 | 92 | 0 | 0.17 | 0.47 | 0.33 | 37.5 | 0.33 | 0.52 |
| Hex | AC | 8E | 5C | 0 | 11 | 2F | 21 | 26 | 21 | 34 |
| Octal | 254 | 216 | 134 | 0 | 21 | 57 | 41 | 46 | 41 | 64 |
| Binary | 10101100 | 10001110 | 1011100 | 0 | 10001 | 101111 | 100001 | 100110 | 100001 | 110100 |
Color Harmonies of #AC8E5C
Complementary color
Monochromatic Colors of #AC8E5C
Black with #AC8E5C
Text Example
Text Example
White with #AC8E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8E5C; }
p { color: rgb(172,142,92); }
H1.HeaderClassName
{
color: #AC8E5C;
}
.AnyTagClassName
{
color: #AC8E5C;
}
</style>
background-color css
<style>
a { background-color: #AC8E5C; }
a { background-color: rgb(172,142,92); }
div.DivClassName
{
background-color: #AC8E5C;
}
.BgClassName
{
background-color: #AC8E5C;
}
</style>
border-color css
<style>
span { border-color: #AC8E5C; }
span { border-color: rgb(172,142,92); }
td.TdClassName
{
border-color: #AC8E5C;
}
.TagClassName
{
border-color: #AC8E5C;
}
</style>