Shades of Turmeric #AE8F40
Tints of Turmeric #AE8F40
RGB
CMYK
RGB Variations
Color information
#AE8F40 (or 0xAE8F40) is known color: Turmeric. HEX triplet: AE, 8F and 40. RGB value is (174,143,64). Sum of RGB (Red+Green+Blue) = 174+143+64=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8F40 is #5170BF. Grayscale: #8F8F8F. Windows color (decimal): -5337280 or 4231086. OLE color: 4231086.
HSL color Cylindrical-coordinate representation of color #AE8F40: hue angle of 43.09º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE8F40 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 143 | 64 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.32 |
| HSL | 43.09º | 0.46% | 0.47% | - |
| HSV(B) | 43.09º | 0.63% | 0.68% | - |
| XYZ | 28.2 | 29.01 | 8.96 | - |
| YUV | 143.26 | 83.27 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 143 | 64 | 0 | 0.18 | 0.63 | 0.32 | 43.09 | 0.46 | 0.47 |
| Hex | AE | 8F | 40 | 0 | 12 | 3F | 20 | 2B | 2E | 2F |
| Octal | 256 | 217 | 100 | 0 | 22 | 77 | 40 | 53 | 56 | 57 |
| Binary | 10101110 | 10001111 | 1000000 | 0 | 10010 | 111111 | 100000 | 101011 | 101110 | 101111 |
Color Harmonies of #AE8F40
Complementary color
Monochromatic Colors of #AE8F40
Black with #AE8F40
Text Example
Text Example
White with #AE8F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8F40; }
p { color: rgb(174,143,64); }
H1.HeaderClassName
{
color: #AE8F40;
}
.AnyTagClassName
{
color: #AE8F40;
}
</style>
background-color css
<style>
a { background-color: #AE8F40; }
a { background-color: rgb(174,143,64); }
div.DivClassName
{
background-color: #AE8F40;
}
.BgClassName
{
background-color: #AE8F40;
}
</style>
border-color css
<style>
span { border-color: #AE8F40; }
span { border-color: rgb(174,143,64); }
td.TdClassName
{
border-color: #AE8F40;
}
.TagClassName
{
border-color: #AE8F40;
}
</style>