Shades of Teak #AC8A5C
Tints of Teak #AC8A5C
RGB
CMYK
RGB Variations
Color information
#AC8A5C (or 0xAC8A5C) is known color: Teak. HEX triplet: AC, 8A and 5C. RGB value is (172,138,92). Sum of RGB (Red+Green+Blue) = 172+138+92=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A5C is #5375A3. Grayscale: #8F8F8F. Windows color (decimal): -5469604 or 6064812. OLE color: 6064812.
HSL color Cylindrical-coordinate representation of color #AC8A5C: hue angle of 34.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 #AC8A5C is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 138 | 92 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.33 |
| HSL | 34.5º | 0.33% | 0.52% | - |
| HSV(B) | 34.5º | 0.47% | 0.67% | - |
| XYZ | 28.03 | 27.72 | 14 | - |
| YUV | 142.92 | 99.26 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 92 | 0 | 0.20 | 0.47 | 0.33 | 34.5 | 0.33 | 0.52 |
| Hex | AC | 8A | 5C | 0 | 14 | 2F | 21 | 22 | 21 | 34 |
| Octal | 254 | 212 | 134 | 0 | 24 | 57 | 41 | 42 | 41 | 64 |
| Binary | 10101100 | 10001010 | 1011100 | 0 | 10100 | 101111 | 100001 | 100010 | 100001 | 110100 |
Color Harmonies of #AC8A5C
Complementary color
Monochromatic Colors of #AC8A5C
Black with #AC8A5C
Text Example
Text Example
White with #AC8A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8A5C; }
p { color: rgb(172,138,92); }
H1.HeaderClassName
{
color: #AC8A5C;
}
.AnyTagClassName
{
color: #AC8A5C;
}
</style>
background-color css
<style>
a { background-color: #AC8A5C; }
a { background-color: rgb(172,138,92); }
div.DivClassName
{
background-color: #AC8A5C;
}
.BgClassName
{
background-color: #AC8A5C;
}
</style>
border-color css
<style>
span { border-color: #AC8A5C; }
span { border-color: rgb(172,138,92); }
td.TdClassName
{
border-color: #AC8A5C;
}
.TagClassName
{
border-color: #AC8A5C;
}
</style>