Shades of Turmeric #AE9047
Tints of Turmeric #AE9047
RGB
CMYK
RGB Variations
Color information
#AE9047 (or 0xAE9047) is known color: Turmeric. HEX triplet: AE, 90 and 47. RGB value is (174,144,71). Sum of RGB (Red+Green+Blue) = 174+144+71=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9047 is #516FB8. Grayscale: #909090. Windows color (decimal): -5337017 or 4690094. OLE color: 4690094.
HSL color Cylindrical-coordinate representation of color #AE9047: hue angle of 42.52º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE9047 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 144 | 71 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.32 |
| HSL | 42.52º | 0.42% | 0.48% | - |
| HSV(B) | 42.52º | 0.59% | 0.68% | - |
| XYZ | 28.57 | 29.4 | 10.13 | - |
| YUV | 144.65 | 86.44 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 144 | 71 | 0 | 0.17 | 0.59 | 0.32 | 42.52 | 0.42 | 0.48 |
| Hex | AE | 90 | 47 | 0 | 11 | 3B | 20 | 2B | 2A | 30 |
| Octal | 256 | 220 | 107 | 0 | 21 | 73 | 40 | 53 | 52 | 60 |
| Binary | 10101110 | 10010000 | 1000111 | 0 | 10001 | 111011 | 100000 | 101011 | 101010 | 110000 |
Color Harmonies of #AE9047
Complementary color
Monochromatic Colors of #AE9047
Black with #AE9047
Text Example
Text Example
White with #AE9047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9047; }
p { color: rgb(174,144,71); }
H1.HeaderClassName
{
color: #AE9047;
}
.AnyTagClassName
{
color: #AE9047;
}
</style>
background-color css
<style>
a { background-color: #AE9047; }
a { background-color: rgb(174,144,71); }
div.DivClassName
{
background-color: #AE9047;
}
.BgClassName
{
background-color: #AE9047;
}
</style>
border-color css
<style>
span { border-color: #AE9047; }
span { border-color: rgb(174,144,71); }
td.TdClassName
{
border-color: #AE9047;
}
.TagClassName
{
border-color: #AE9047;
}
</style>