Shades of Turmeric #AE9040
Tints of Turmeric #AE9040
RGB
CMYK
RGB Variations
Color information
#AE9040 (or 0xAE9040) is known color: Turmeric. HEX triplet: AE, 90 and 40. RGB value is (174,144,64). Sum of RGB (Red+Green+Blue) = 174+144+64=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9040 is #516FBF. Grayscale: #909090. Windows color (decimal): -5337024 or 4231342. OLE color: 4231342.
HSL color Cylindrical-coordinate representation of color #AE9040: hue angle of 43.64º 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 #AE9040 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 144 | 64 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.32 |
| HSL | 43.64º | 0.46% | 0.47% | - |
| HSV(B) | 43.64º | 0.63% | 0.68% | - |
| XYZ | 28.35 | 29.32 | 9.01 | - |
| YUV | 143.85 | 82.94 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 144 | 64 | 0 | 0.17 | 0.63 | 0.32 | 43.64 | 0.46 | 0.47 |
| Hex | AE | 90 | 40 | 0 | 11 | 3F | 20 | 2C | 2E | 2F |
| Octal | 256 | 220 | 100 | 0 | 21 | 77 | 40 | 54 | 56 | 57 |
| Binary | 10101110 | 10010000 | 1000000 | 0 | 10001 | 111111 | 100000 | 101100 | 101110 | 101111 |
Color Harmonies of #AE9040
Complementary color
Monochromatic Colors of #AE9040
Black with #AE9040
Text Example
Text Example
White with #AE9040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9040; }
p { color: rgb(174,144,64); }
H1.HeaderClassName
{
color: #AE9040;
}
.AnyTagClassName
{
color: #AE9040;
}
</style>
background-color css
<style>
a { background-color: #AE9040; }
a { background-color: rgb(174,144,64); }
div.DivClassName
{
background-color: #AE9040;
}
.BgClassName
{
background-color: #AE9040;
}
</style>
border-color css
<style>
span { border-color: #AE9040; }
span { border-color: rgb(174,144,64); }
td.TdClassName
{
border-color: #AE9040;
}
.TagClassName
{
border-color: #AE9040;
}
</style>