Shades of Turmeric #AC9A3E
Tints of Turmeric #AC9A3E
RGB
CMYK
RGB Variations
Color information
#AC9A3E (or 0xAC9A3E) is known color: Turmeric. HEX triplet: AC, 9A and 3E. RGB value is (172,154,62). Sum of RGB (Red+Green+Blue) = 172+154+62=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9A3E is #5365C1. Grayscale: #959595. Windows color (decimal): -5465538 or 4102828. OLE color: 4102828.
HSL color Cylindrical-coordinate representation of color #AC9A3E: hue angle of 50.18º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC9A3E is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 62 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.33 |
| HSL | 50.18º | 0.47% | 0.46% | - |
| HSV(B) | 50.18º | 0.64% | 0.67% | - |
| XYZ | 29.44 | 32.23 | 9.23 | - |
| YUV | 148.89 | 78.96 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 62 | 0 | 0.10 | 0.64 | 0.33 | 50.18 | 0.47 | 0.46 |
| Hex | AC | 9A | 3E | 0 | A | 40 | 21 | 32 | 2F | 2E |
| Octal | 254 | 232 | 76 | 0 | 12 | 100 | 41 | 62 | 57 | 56 |
| Binary | 10101100 | 10011010 | 111110 | 0 | 1010 | 1000000 | 100001 | 110010 | 101111 | 101110 |
Color Harmonies of #AC9A3E
Complementary color
Monochromatic Colors of #AC9A3E
Black with #AC9A3E
Text Example
Text Example
White with #AC9A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A3E; }
p { color: rgb(172,154,62); }
H1.HeaderClassName
{
color: #AC9A3E;
}
.AnyTagClassName
{
color: #AC9A3E;
}
</style>
background-color css
<style>
a { background-color: #AC9A3E; }
a { background-color: rgb(172,154,62); }
div.DivClassName
{
background-color: #AC9A3E;
}
.BgClassName
{
background-color: #AC9A3E;
}
</style>
border-color css
<style>
span { border-color: #AC9A3E; }
span { border-color: rgb(172,154,62); }
td.TdClassName
{
border-color: #AC9A3E;
}
.TagClassName
{
border-color: #AC9A3E;
}
</style>