Shades of Turmeric #AE913E
Tints of Turmeric #AE913E
RGB
CMYK
RGB Variations
Color information
#AE913E (or 0xAE913E) is known color: Turmeric. HEX triplet: AE, 91 and 3E. RGB value is (174,145,62). Sum of RGB (Red+Green+Blue) = 174+145+62=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 62 (24.61% from 255 or 16.27% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE913E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE913E is #516EC1. Grayscale: #909090. Windows color (decimal): -5336770 or 4100526. OLE color: 4100526.
HSL color Cylindrical-coordinate representation of color #AE913E: hue angle of 44.46º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE913E is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 145 | 62 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.32 |
| HSL | 44.46º | 0.47% | 0.46% | - |
| HSV(B) | 44.46º | 0.64% | 0.68% | - |
| XYZ | 28.45 | 29.6 | 8.77 | - |
| YUV | 144.21 | 81.61 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 145 | 62 | 0 | 0.17 | 0.64 | 0.32 | 44.46 | 0.47 | 0.46 |
| Hex | AE | 91 | 3E | 0 | 11 | 40 | 20 | 2C | 2F | 2E |
| Octal | 256 | 221 | 76 | 0 | 21 | 100 | 40 | 54 | 57 | 56 |
| Binary | 10101110 | 10010001 | 111110 | 0 | 10001 | 1000000 | 100000 | 101100 | 101111 | 101110 |
Color Harmonies of #AE913E
Complementary color
Monochromatic Colors of #AE913E
Black with #AE913E
Text Example
Text Example
White with #AE913E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE913E; }
p { color: rgb(174,145,62); }
H1.HeaderClassName
{
color: #AE913E;
}
.AnyTagClassName
{
color: #AE913E;
}
</style>
background-color css
<style>
a { background-color: #AE913E; }
a { background-color: rgb(174,145,62); }
div.DivClassName
{
background-color: #AE913E;
}
.BgClassName
{
background-color: #AE913E;
}
</style>
border-color css
<style>
span { border-color: #AE913E; }
span { border-color: rgb(174,145,62); }
td.TdClassName
{
border-color: #AE913E;
}
.TagClassName
{
border-color: #AE913E;
}
</style>