Shades of Turmeric #AC9149
Tints of Turmeric #AC9149
RGB
CMYK
RGB Variations
Color information
#AC9149 (or 0xAC9149) is known color: Turmeric. HEX triplet: AC, 91 and 49. RGB value is (172,145,73). Sum of RGB (Red+Green+Blue) = 172+145+73=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9149 is #536EB6. Grayscale: #919191. Windows color (decimal): -5467831 or 4821420. OLE color: 4821420.
HSL color Cylindrical-coordinate representation of color #AC9149: hue angle of 43.64º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC9149 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 73 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.33 |
| HSL | 43.64º | 0.4% | 0.48% | - |
| HSV(B) | 43.64º | 0.58% | 0.67% | - |
| XYZ | 28.34 | 29.5 | 10.5 | - |
| YUV | 144.87 | 87.45 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 73 | 0 | 0.16 | 0.58 | 0.33 | 43.64 | 0.4 | 0.48 |
| Hex | AC | 91 | 49 | 0 | 10 | 3A | 21 | 2C | 28 | 30 |
| Octal | 254 | 221 | 111 | 0 | 20 | 72 | 41 | 54 | 50 | 60 |
| Binary | 10101100 | 10010001 | 1001001 | 0 | 10000 | 111010 | 100001 | 101100 | 101000 | 110000 |
Color Harmonies of #AC9149
Complementary color
Monochromatic Colors of #AC9149
Black with #AC9149
Text Example
Text Example
White with #AC9149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9149; }
p { color: rgb(172,145,73); }
H1.HeaderClassName
{
color: #AC9149;
}
.AnyTagClassName
{
color: #AC9149;
}
</style>
background-color css
<style>
a { background-color: #AC9149; }
a { background-color: rgb(172,145,73); }
div.DivClassName
{
background-color: #AC9149;
}
.BgClassName
{
background-color: #AC9149;
}
</style>
border-color css
<style>
span { border-color: #AC9149; }
span { border-color: rgb(172,145,73); }
td.TdClassName
{
border-color: #AC9149;
}
.TagClassName
{
border-color: #AC9149;
}
</style>