Shades of Turmeric #AE933F
Tints of Turmeric #AE933F
RGB
CMYK
RGB Variations
Color information
#AE933F (or 0xAE933F) is known color: Turmeric. HEX triplet: AE, 93 and 3F. RGB value is (174,147,63). Sum of RGB (Red+Green+Blue) = 174+147+63=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE933F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE933F is #516CC0. Grayscale: #919191. Windows color (decimal): -5336257 or 4166574. OLE color: 4166574.
HSL color Cylindrical-coordinate representation of color #AE933F: hue angle of 45.41º 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 #AE933F is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 147 | 63 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.32 |
| HSL | 45.41º | 0.47% | 0.46% | - |
| HSV(B) | 45.41º | 0.64% | 0.68% | - |
| XYZ | 28.79 | 30.22 | 9.02 | - |
| YUV | 145.5 | 81.45 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 147 | 63 | 0 | 0.16 | 0.64 | 0.32 | 45.41 | 0.47 | 0.46 |
| Hex | AE | 93 | 3F | 0 | 10 | 40 | 20 | 2D | 2F | 2E |
| Octal | 256 | 223 | 77 | 0 | 20 | 100 | 40 | 55 | 57 | 56 |
| Binary | 10101110 | 10010011 | 111111 | 0 | 10000 | 1000000 | 100000 | 101101 | 101111 | 101110 |
Color Harmonies of #AE933F
Complementary color
Monochromatic Colors of #AE933F
Black with #AE933F
Text Example
Text Example
White with #AE933F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE933F; }
p { color: rgb(174,147,63); }
H1.HeaderClassName
{
color: #AE933F;
}
.AnyTagClassName
{
color: #AE933F;
}
</style>
background-color css
<style>
a { background-color: #AE933F; }
a { background-color: rgb(174,147,63); }
div.DivClassName
{
background-color: #AE933F;
}
.BgClassName
{
background-color: #AE933F;
}
</style>
border-color css
<style>
span { border-color: #AE933F; }
span { border-color: rgb(174,147,63); }
td.TdClassName
{
border-color: #AE933F;
}
.TagClassName
{
border-color: #AE933F;
}
</style>