Shades of Teak #AC9355
Tints of Teak #AC9355
RGB
CMYK
RGB Variations
Color information
#AC9355 (or 0xAC9355) is known color: Teak. HEX triplet: AC, 93 and 55. RGB value is (172,147,85). Sum of RGB (Red+Green+Blue) = 172+147+85=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9355 is #536CAA. Grayscale: #939393. Windows color (decimal): -5467307 or 5608364. OLE color: 5608364.
HSL color Cylindrical-coordinate representation of color #AC9355: hue angle of 42.76º 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 #AC9355 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 147 | 85 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.33 |
| HSL | 42.76º | 0.34% | 0.5% | - |
| HSV(B) | 42.76º | 0.51% | 0.67% | - |
| XYZ | 29.09 | 30.29 | 12.91 | - |
| YUV | 147.41 | 92.78 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 147 | 85 | 0 | 0.15 | 0.51 | 0.33 | 42.76 | 0.34 | 0.5 |
| Hex | AC | 93 | 55 | 0 | F | 33 | 21 | 2B | 22 | 32 |
| Octal | 254 | 223 | 125 | 0 | 17 | 63 | 41 | 53 | 42 | 62 |
| Binary | 10101100 | 10010011 | 1010101 | 0 | 1111 | 110011 | 100001 | 101011 | 100010 | 110010 |
Color Harmonies of #AC9355
Complementary color
Monochromatic Colors of #AC9355
Black with #AC9355
Text Example
Text Example
White with #AC9355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9355; }
p { color: rgb(172,147,85); }
H1.HeaderClassName
{
color: #AC9355;
}
.AnyTagClassName
{
color: #AC9355;
}
</style>
background-color css
<style>
a { background-color: #AC9355; }
a { background-color: rgb(172,147,85); }
div.DivClassName
{
background-color: #AC9355;
}
.BgClassName
{
background-color: #AC9355;
}
</style>
border-color css
<style>
span { border-color: #AC9355; }
span { border-color: rgb(172,147,85); }
td.TdClassName
{
border-color: #AC9355;
}
.TagClassName
{
border-color: #AC9355;
}
</style>