Shades of Teak #AC8955
Tints of Teak #AC8955
RGB
CMYK
RGB Variations
Color information
#AC8955 (or 0xAC8955) is known color: Teak. HEX triplet: AC, 89 and 55. RGB value is (172,137,85). Sum of RGB (Red+Green+Blue) = 172+137+85=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8955 is #5376AA. Grayscale: #8D8D8D. Windows color (decimal): -5469867 or 5605804. OLE color: 5605804.
HSL color Cylindrical-coordinate representation of color #AC8955: hue angle of 35.86º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC8955 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 137 | 85 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.33 |
| HSL | 35.86º | 0.34% | 0.5% | - |
| HSV(B) | 35.86º | 0.51% | 0.67% | - |
| XYZ | 27.6 | 27.32 | 12.41 | - |
| YUV | 141.54 | 96.1 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 85 | 0 | 0.20 | 0.51 | 0.33 | 35.86 | 0.34 | 0.5 |
| Hex | AC | 89 | 55 | 0 | 14 | 33 | 21 | 24 | 22 | 32 |
| Octal | 254 | 211 | 125 | 0 | 24 | 63 | 41 | 44 | 42 | 62 |
| Binary | 10101100 | 10001001 | 1010101 | 0 | 10100 | 110011 | 100001 | 100100 | 100010 | 110010 |
Color Harmonies of #AC8955
Complementary color
Monochromatic Colors of #AC8955
Black with #AC8955
Text Example
Text Example
White with #AC8955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8955; }
p { color: rgb(172,137,85); }
H1.HeaderClassName
{
color: #AC8955;
}
.AnyTagClassName
{
color: #AC8955;
}
</style>
background-color css
<style>
a { background-color: #AC8955; }
a { background-color: rgb(172,137,85); }
div.DivClassName
{
background-color: #AC8955;
}
.BgClassName
{
background-color: #AC8955;
}
</style>
border-color css
<style>
span { border-color: #AC8955; }
span { border-color: rgb(172,137,85); }
td.TdClassName
{
border-color: #AC8955;
}
.TagClassName
{
border-color: #AC8955;
}
</style>