Shades of Turmeric #AE983B
Tints of Turmeric #AE983B
RGB
CMYK
RGB Variations
Color information
#AE983B (or 0xAE983B) is known color: Turmeric. HEX triplet: AE, 98 and 3B. RGB value is (174,152,59). Sum of RGB (Red+Green+Blue) = 174+152+59=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE983B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE983B is #5167C4. Grayscale: #949494. Windows color (decimal): -5334981 or 3905710. OLE color: 3905710.
HSL color Cylindrical-coordinate representation of color #AE983B: hue angle of 48.52º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE983B is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 152 | 59 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.32 |
| HSL | 48.52º | 0.49% | 0.46% | - |
| HSV(B) | 48.52º | 0.66% | 0.68% | - |
| XYZ | 29.47 | 31.77 | 8.72 | - |
| YUV | 147.98 | 77.79 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 152 | 59 | 0 | 0.13 | 0.66 | 0.32 | 48.52 | 0.49 | 0.46 |
| Hex | AE | 98 | 3B | 0 | D | 42 | 20 | 31 | 31 | 2E |
| Octal | 256 | 230 | 73 | 0 | 15 | 102 | 40 | 61 | 61 | 56 |
| Binary | 10101110 | 10011000 | 111011 | 0 | 1101 | 1000010 | 100000 | 110001 | 110001 | 101110 |
Color Harmonies of #AE983B
Complementary color
Monochromatic Colors of #AE983B
Black with #AE983B
Text Example
Text Example
White with #AE983B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE983B; }
p { color: rgb(174,152,59); }
H1.HeaderClassName
{
color: #AE983B;
}
.AnyTagClassName
{
color: #AE983B;
}
</style>
background-color css
<style>
a { background-color: #AE983B; }
a { background-color: rgb(174,152,59); }
div.DivClassName
{
background-color: #AE983B;
}
.BgClassName
{
background-color: #AE983B;
}
</style>
border-color css
<style>
span { border-color: #AE983B; }
span { border-color: rgb(174,152,59); }
td.TdClassName
{
border-color: #AE983B;
}
.TagClassName
{
border-color: #AE983B;
}
</style>