Shades of Teak #AC9356
Tints of Teak #AC9356
RGB
CMYK
RGB Variations
Color information
#AC9356 (or 0xAC9356) is known color: Teak. HEX triplet: AC, 93 and 56. RGB value is (172,147,86). Sum of RGB (Red+Green+Blue) = 172+147+86=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9356 is #536CA9. Grayscale: #939393. Windows color (decimal): -5467306 or 5673900. OLE color: 5673900.
HSL color Cylindrical-coordinate representation of color #AC9356: hue angle of 42.56º 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 #AC9356 is Cyan = 0, Magento = 0.15, Yellow = 0.5 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 147 | 86 | - |
| CMYK | 0 | 0.15 | 0.5 | 0.33 |
| HSL | 42.56º | 0.34% | 0.51% | - |
| HSV(B) | 42.56º | 0.5% | 0.67% | - |
| XYZ | 29.13 | 30.31 | 13.12 | - |
| YUV | 147.52 | 93.28 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 147 | 86 | 0 | 0.15 | 0.5 | 0.33 | 42.56 | 0.34 | 0.51 |
| Hex | AC | 93 | 56 | 0 | F | 32 | 21 | 2B | 22 | 33 |
| Octal | 254 | 223 | 126 | 0 | 17 | 62 | 41 | 53 | 42 | 63 |
| Binary | 10101100 | 10010011 | 1010110 | 0 | 1111 | 110010 | 100001 | 101011 | 100010 | 110011 |
Color Harmonies of #AC9356
Complementary color
Monochromatic Colors of #AC9356
Black with #AC9356
Text Example
Text Example
White with #AC9356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9356; }
p { color: rgb(172,147,86); }
H1.HeaderClassName
{
color: #AC9356;
}
.AnyTagClassName
{
color: #AC9356;
}
</style>
background-color css
<style>
a { background-color: #AC9356; }
a { background-color: rgb(172,147,86); }
div.DivClassName
{
background-color: #AC9356;
}
.BgClassName
{
background-color: #AC9356;
}
</style>
border-color css
<style>
span { border-color: #AC9356; }
span { border-color: rgb(172,147,86); }
td.TdClassName
{
border-color: #AC9356;
}
.TagClassName
{
border-color: #AC9356;
}
</style>