Shades of Turmeric #AE9341
Tints of Turmeric #AE9341
RGB
CMYK
RGB Variations
Color information
#AE9341 (or 0xAE9341) is known color: Turmeric. HEX triplet: AE, 93 and 41. RGB value is (174,147,65). Sum of RGB (Red+Green+Blue) = 174+147+65=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9341 is #516CBE. Grayscale: #929292. Windows color (decimal): -5336255 or 4297646. OLE color: 4297646.
HSL color Cylindrical-coordinate representation of color #AE9341: hue angle of 45.14º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE9341 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 147 | 65 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.32 |
| HSL | 45.14º | 0.46% | 0.47% | - |
| HSV(B) | 45.14º | 0.63% | 0.68% | - |
| XYZ | 28.84 | 30.25 | 9.32 | - |
| YUV | 145.73 | 82.45 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 147 | 65 | 0 | 0.16 | 0.63 | 0.32 | 45.14 | 0.46 | 0.47 |
| Hex | AE | 93 | 41 | 0 | 10 | 3F | 20 | 2D | 2E | 2F |
| Octal | 256 | 223 | 101 | 0 | 20 | 77 | 40 | 55 | 56 | 57 |
| Binary | 10101110 | 10010011 | 1000001 | 0 | 10000 | 111111 | 100000 | 101101 | 101110 | 101111 |
Color Harmonies of #AE9341
Complementary color
Monochromatic Colors of #AE9341
Black with #AE9341
Text Example
Text Example
White with #AE9341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9341; }
p { color: rgb(174,147,65); }
H1.HeaderClassName
{
color: #AE9341;
}
.AnyTagClassName
{
color: #AE9341;
}
</style>
background-color css
<style>
a { background-color: #AE9341; }
a { background-color: rgb(174,147,65); }
div.DivClassName
{
background-color: #AE9341;
}
.BgClassName
{
background-color: #AE9341;
}
</style>
border-color css
<style>
span { border-color: #AE9341; }
span { border-color: rgb(174,147,65); }
td.TdClassName
{
border-color: #AE9341;
}
.TagClassName
{
border-color: #AE9341;
}
</style>