Shades of Turmeric #AC9342
Tints of Turmeric #AC9342
RGB
CMYK
RGB Variations
Color information
#AC9342 (or 0xAC9342) is known color: Turmeric. HEX triplet: AC, 93 and 42. RGB value is (172,147,66). Sum of RGB (Red+Green+Blue) = 172+147+66=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9342 is #536CBD. Grayscale: #919191. Windows color (decimal): -5467326 or 4363180. OLE color: 4363180.
HSL color Cylindrical-coordinate representation of color #AC9342: hue angle of 45.85º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC9342 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 147 | 66 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.33 |
| HSL | 45.85º | 0.45% | 0.47% | - |
| HSV(B) | 45.85º | 0.62% | 0.67% | - |
| XYZ | 28.43 | 30.03 | 9.45 | - |
| YUV | 145.24 | 83.28 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 147 | 66 | 0 | 0.15 | 0.62 | 0.33 | 45.85 | 0.45 | 0.47 |
| Hex | AC | 93 | 42 | 0 | F | 3E | 21 | 2E | 2D | 2F |
| Octal | 254 | 223 | 102 | 0 | 17 | 76 | 41 | 56 | 55 | 57 |
| Binary | 10101100 | 10010011 | 1000010 | 0 | 1111 | 111110 | 100001 | 101110 | 101101 | 101111 |
Color Harmonies of #AC9342
Complementary color
Monochromatic Colors of #AC9342
Black with #AC9342
Text Example
Text Example
White with #AC9342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9342; }
p { color: rgb(172,147,66); }
H1.HeaderClassName
{
color: #AC9342;
}
.AnyTagClassName
{
color: #AC9342;
}
</style>
background-color css
<style>
a { background-color: #AC9342; }
a { background-color: rgb(172,147,66); }
div.DivClassName
{
background-color: #AC9342;
}
.BgClassName
{
background-color: #AC9342;
}
</style>
border-color css
<style>
span { border-color: #AC9342; }
span { border-color: rgb(172,147,66); }
td.TdClassName
{
border-color: #AC9342;
}
.TagClassName
{
border-color: #AC9342;
}
</style>