Shades of Turmeric #AC913E
Tints of Turmeric #AC913E
RGB
CMYK
RGB Variations
Color information
#AC913E (or 0xAC913E) is known color: Turmeric. HEX triplet: AC, 91 and 3E. RGB value is (172,145,62). Sum of RGB (Red+Green+Blue) = 172+145+62=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 62 (24.61% from 255 or 16.36% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC913E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC913E is #536EC1. Grayscale: #8F8F8F. Windows color (decimal): -5467842 or 4100524. OLE color: 4100524.
HSL color Cylindrical-coordinate representation of color #AC913E: hue angle of 45.27º 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 #AC913E is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 62 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.33 |
| HSL | 45.27º | 0.47% | 0.46% | - |
| HSV(B) | 45.27º | 0.64% | 0.67% | - |
| XYZ | 28.01 | 29.37 | 8.75 | - |
| YUV | 143.61 | 81.95 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 62 | 0 | 0.16 | 0.64 | 0.33 | 45.27 | 0.47 | 0.46 |
| Hex | AC | 91 | 3E | 0 | 10 | 40 | 21 | 2D | 2F | 2E |
| Octal | 254 | 221 | 76 | 0 | 20 | 100 | 41 | 55 | 57 | 56 |
| Binary | 10101100 | 10010001 | 111110 | 0 | 10000 | 1000000 | 100001 | 101101 | 101111 | 101110 |
Color Harmonies of #AC913E
Complementary color
Monochromatic Colors of #AC913E
Black with #AC913E
Text Example
Text Example
White with #AC913E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC913E; }
p { color: rgb(172,145,62); }
H1.HeaderClassName
{
color: #AC913E;
}
.AnyTagClassName
{
color: #AC913E;
}
</style>
background-color css
<style>
a { background-color: #AC913E; }
a { background-color: rgb(172,145,62); }
div.DivClassName
{
background-color: #AC913E;
}
.BgClassName
{
background-color: #AC913E;
}
</style>
border-color css
<style>
span { border-color: #AC913E; }
span { border-color: rgb(172,145,62); }
td.TdClassName
{
border-color: #AC913E;
}
.TagClassName
{
border-color: #AC913E;
}
</style>