Shades of Turmeric #AE933E
Tints of Turmeric #AE933E
RGB
CMYK
RGB Variations
Color information
#AE933E (or 0xAE933E) is known color: Turmeric. HEX triplet: AE, 93 and 3E. RGB value is (174,147,62). Sum of RGB (Red+Green+Blue) = 174+147+62=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE933E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE933E is #516CC1. Grayscale: #919191. Windows color (decimal): -5336258 or 4101038. OLE color: 4101038.
HSL color Cylindrical-coordinate representation of color #AE933E: hue angle of 45.54º 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 #AE933E is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 147 | 62 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.32 |
| HSL | 45.54º | 0.47% | 0.46% | - |
| HSV(B) | 45.54º | 0.64% | 0.68% | - |
| XYZ | 28.76 | 30.21 | 8.87 | - |
| YUV | 145.38 | 80.95 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 147 | 62 | 0 | 0.16 | 0.64 | 0.32 | 45.54 | 0.47 | 0.46 |
| Hex | AE | 93 | 3E | 0 | 10 | 40 | 20 | 2E | 2F | 2E |
| Octal | 256 | 223 | 76 | 0 | 20 | 100 | 40 | 56 | 57 | 56 |
| Binary | 10101110 | 10010011 | 111110 | 0 | 10000 | 1000000 | 100000 | 101110 | 101111 | 101110 |
Color Harmonies of #AE933E
Complementary color
Monochromatic Colors of #AE933E
Black with #AE933E
Text Example
Text Example
White with #AE933E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE933E; }
p { color: rgb(174,147,62); }
H1.HeaderClassName
{
color: #AE933E;
}
.AnyTagClassName
{
color: #AE933E;
}
</style>
background-color css
<style>
a { background-color: #AE933E; }
a { background-color: rgb(174,147,62); }
div.DivClassName
{
background-color: #AE933E;
}
.BgClassName
{
background-color: #AE933E;
}
</style>
border-color css
<style>
span { border-color: #AE933E; }
span { border-color: rgb(174,147,62); }
td.TdClassName
{
border-color: #AE933E;
}
.TagClassName
{
border-color: #AE933E;
}
</style>