Shades of Teak #AC9256
Tints of Teak #AC9256
RGB
CMYK
RGB Variations
Color information
#AC9256 (or 0xAC9256) is known color: Teak. HEX triplet: AC, 92 and 56. RGB value is (172,146,86). Sum of RGB (Red+Green+Blue) = 172+146+86=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9256 is #536DA9. Grayscale: #939393. Windows color (decimal): -5467562 or 5673644. OLE color: 5673644.
HSL color Cylindrical-coordinate representation of color #AC9256: hue angle of 41.86º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC9256 is Cyan = 0, Magento = 0.15, Yellow = 0.5 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 146 | 86 | - |
| CMYK | 0 | 0.15 | 0.5 | 0.33 |
| HSL | 41.86º | 0.34% | 0.51% | - |
| HSV(B) | 41.86º | 0.5% | 0.67% | - |
| XYZ | 28.97 | 30 | 13.07 | - |
| YUV | 146.93 | 93.61 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 86 | 0 | 0.15 | 0.5 | 0.33 | 41.86 | 0.34 | 0.51 |
| Hex | AC | 92 | 56 | 0 | F | 32 | 21 | 2A | 22 | 33 |
| Octal | 254 | 222 | 126 | 0 | 17 | 62 | 41 | 52 | 42 | 63 |
| Binary | 10101100 | 10010010 | 1010110 | 0 | 1111 | 110010 | 100001 | 101010 | 100010 | 110011 |
Color Harmonies of #AC9256
Complementary color
Monochromatic Colors of #AC9256
Black with #AC9256
Text Example
Text Example
White with #AC9256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9256; }
p { color: rgb(172,146,86); }
H1.HeaderClassName
{
color: #AC9256;
}
.AnyTagClassName
{
color: #AC9256;
}
</style>
background-color css
<style>
a { background-color: #AC9256; }
a { background-color: rgb(172,146,86); }
div.DivClassName
{
background-color: #AC9256;
}
.BgClassName
{
background-color: #AC9256;
}
</style>
border-color css
<style>
span { border-color: #AC9256; }
span { border-color: rgb(172,146,86); }
td.TdClassName
{
border-color: #AC9256;
}
.TagClassName
{
border-color: #AC9256;
}
</style>