Shades of Turmeric #AE9145
Tints of Turmeric #AE9145
RGB
CMYK
RGB Variations
Color information
#AE9145 (or 0xAE9145) is known color: Turmeric. HEX triplet: AE, 91 and 45. RGB value is (174,145,69). Sum of RGB (Red+Green+Blue) = 174+145+69=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9145 is #516EBA. Grayscale: #919191. Windows color (decimal): -5336763 or 4559278. OLE color: 4559278.
HSL color Cylindrical-coordinate representation of color #AE9145: hue angle of 43.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE9145 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 145 | 69 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.32 |
| HSL | 43.43º | 0.43% | 0.48% | - |
| HSV(B) | 43.43º | 0.6% | 0.68% | - |
| XYZ | 28.66 | 29.68 | 9.85 | - |
| YUV | 145.01 | 85.11 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 145 | 69 | 0 | 0.17 | 0.60 | 0.32 | 43.43 | 0.43 | 0.48 |
| Hex | AE | 91 | 45 | 0 | 11 | 3C | 20 | 2B | 2B | 30 |
| Octal | 256 | 221 | 105 | 0 | 21 | 74 | 40 | 53 | 53 | 60 |
| Binary | 10101110 | 10010001 | 1000101 | 0 | 10001 | 111100 | 100000 | 101011 | 101011 | 110000 |
Color Harmonies of #AE9145
Complementary color
Monochromatic Colors of #AE9145
Black with #AE9145
Text Example
Text Example
White with #AE9145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9145; }
p { color: rgb(174,145,69); }
H1.HeaderClassName
{
color: #AE9145;
}
.AnyTagClassName
{
color: #AE9145;
}
</style>
background-color css
<style>
a { background-color: #AE9145; }
a { background-color: rgb(174,145,69); }
div.DivClassName
{
background-color: #AE9145;
}
.BgClassName
{
background-color: #AE9145;
}
</style>
border-color css
<style>
span { border-color: #AE9145; }
span { border-color: rgb(174,145,69); }
td.TdClassName
{
border-color: #AE9145;
}
.TagClassName
{
border-color: #AE9145;
}
</style>