Shades of Turmeric #AE923A
Tints of Turmeric #AE923A
RGB
CMYK
RGB Variations
Color information
#AE923A (or 0xAE923A) is known color: Turmeric. HEX triplet: AE, 92 and 3A. RGB value is (174,146,58). Sum of RGB (Red+Green+Blue) = 174+146+58=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE923A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE923A is #516DC5. Grayscale: #909090. Windows color (decimal): -5336518 or 3838638. OLE color: 3838638.
HSL color Cylindrical-coordinate representation of color #AE923A: hue angle of 45.52º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE923A is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 146 | 58 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.32 |
| HSL | 45.52º | 0.5% | 0.45% | - |
| HSV(B) | 45.52º | 0.67% | 0.68% | - |
| XYZ | 28.5 | 29.86 | 8.26 | - |
| YUV | 144.34 | 79.28 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 146 | 58 | 0 | 0.16 | 0.67 | 0.32 | 45.52 | 0.5 | 0.45 |
| Hex | AE | 92 | 3A | 0 | 10 | 43 | 20 | 2E | 32 | 2D |
| Octal | 256 | 222 | 72 | 0 | 20 | 103 | 40 | 56 | 62 | 55 |
| Binary | 10101110 | 10010010 | 111010 | 0 | 10000 | 1000011 | 100000 | 101110 | 110010 | 101101 |
Color Harmonies of #AE923A
Complementary color
Monochromatic Colors of #AE923A
Black with #AE923A
Text Example
Text Example
White with #AE923A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE923A; }
p { color: rgb(174,146,58); }
H1.HeaderClassName
{
color: #AE923A;
}
.AnyTagClassName
{
color: #AE923A;
}
</style>
background-color css
<style>
a { background-color: #AE923A; }
a { background-color: rgb(174,146,58); }
div.DivClassName
{
background-color: #AE923A;
}
.BgClassName
{
background-color: #AE923A;
}
</style>
border-color css
<style>
span { border-color: #AE923A; }
span { border-color: rgb(174,146,58); }
td.TdClassName
{
border-color: #AE923A;
}
.TagClassName
{
border-color: #AE923A;
}
</style>