Shades of Teak #AC8D5C
Tints of Teak #AC8D5C
RGB
CMYK
RGB Variations
Color information
#AC8D5C (or 0xAC8D5C) is known color: Teak. HEX triplet: AC, 8D and 5C. RGB value is (172,141,92). Sum of RGB (Red+Green+Blue) = 172+141+92=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D5C is #5372A3. Grayscale: #909090. Windows color (decimal): -5468836 or 6065580. OLE color: 6065580.
HSL color Cylindrical-coordinate representation of color #AC8D5C: hue angle of 36.75º 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 #AC8D5C is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 92 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.33 |
| HSL | 36.75º | 0.33% | 0.52% | - |
| HSV(B) | 36.75º | 0.47% | 0.67% | - |
| XYZ | 28.47 | 28.59 | 14.14 | - |
| YUV | 144.68 | 98.27 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 92 | 0 | 0.18 | 0.47 | 0.33 | 36.75 | 0.33 | 0.52 |
| Hex | AC | 8D | 5C | 0 | 12 | 2F | 21 | 25 | 21 | 34 |
| Octal | 254 | 215 | 134 | 0 | 22 | 57 | 41 | 45 | 41 | 64 |
| Binary | 10101100 | 10001101 | 1011100 | 0 | 10010 | 101111 | 100001 | 100101 | 100001 | 110100 |
Color Harmonies of #AC8D5C
Complementary color
Monochromatic Colors of #AC8D5C
Black with #AC8D5C
Text Example
Text Example
White with #AC8D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D5C; }
p { color: rgb(172,141,92); }
H1.HeaderClassName
{
color: #AC8D5C;
}
.AnyTagClassName
{
color: #AC8D5C;
}
</style>
background-color css
<style>
a { background-color: #AC8D5C; }
a { background-color: rgb(172,141,92); }
div.DivClassName
{
background-color: #AC8D5C;
}
.BgClassName
{
background-color: #AC8D5C;
}
</style>
border-color css
<style>
span { border-color: #AC8D5C; }
span { border-color: rgb(172,141,92); }
td.TdClassName
{
border-color: #AC8D5C;
}
.TagClassName
{
border-color: #AC8D5C;
}
</style>