Shades of Turmeric #AC923E
Tints of Turmeric #AC923E
RGB
CMYK
RGB Variations
Color information
#AC923E (or 0xAC923E) is known color: Turmeric. HEX triplet: AC, 92 and 3E. RGB value is (172,146,62). Sum of RGB (Red+Green+Blue) = 172+146+62=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC923E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC923E is #536DC1. Grayscale: #909090. Windows color (decimal): -5467586 or 4100780. OLE color: 4100780.
HSL color Cylindrical-coordinate representation of color #AC923E: hue angle of 45.82º 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 #AC923E is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 146 | 62 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.33 |
| HSL | 45.82º | 0.47% | 0.46% | - |
| HSV(B) | 45.82º | 0.64% | 0.67% | - |
| XYZ | 28.16 | 29.68 | 8.8 | - |
| YUV | 144.2 | 81.61 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 62 | 0 | 0.15 | 0.64 | 0.33 | 45.82 | 0.47 | 0.46 |
| Hex | AC | 92 | 3E | 0 | F | 40 | 21 | 2E | 2F | 2E |
| Octal | 254 | 222 | 76 | 0 | 17 | 100 | 41 | 56 | 57 | 56 |
| Binary | 10101100 | 10010010 | 111110 | 0 | 1111 | 1000000 | 100001 | 101110 | 101111 | 101110 |
Color Harmonies of #AC923E
Complementary color
Monochromatic Colors of #AC923E
Black with #AC923E
Text Example
Text Example
White with #AC923E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC923E; }
p { color: rgb(172,146,62); }
H1.HeaderClassName
{
color: #AC923E;
}
.AnyTagClassName
{
color: #AC923E;
}
</style>
background-color css
<style>
a { background-color: #AC923E; }
a { background-color: rgb(172,146,62); }
div.DivClassName
{
background-color: #AC923E;
}
.BgClassName
{
background-color: #AC923E;
}
</style>
border-color css
<style>
span { border-color: #AC923E; }
span { border-color: rgb(172,146,62); }
td.TdClassName
{
border-color: #AC923E;
}
.TagClassName
{
border-color: #AC923E;
}
</style>