Shades of Turmeric #AE8F41
Tints of Turmeric #AE8F41
RGB
CMYK
RGB Variations
Color information
#AE8F41 (or 0xAE8F41) is known color: Turmeric. HEX triplet: AE, 8F and 41. RGB value is (174,143,65). Sum of RGB (Red+Green+Blue) = 174+143+65=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8F41 is #5170BE. Grayscale: #8F8F8F. Windows color (decimal): -5337279 or 4296622. OLE color: 4296622.
HSL color Cylindrical-coordinate representation of color #AE8F41: hue angle of 42.94º 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 #AE8F41 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 143 | 65 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.32 |
| HSL | 42.94º | 0.46% | 0.47% | - |
| HSV(B) | 42.94º | 0.63% | 0.68% | - |
| XYZ | 28.23 | 29.03 | 9.12 | - |
| YUV | 143.38 | 83.77 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 143 | 65 | 0 | 0.18 | 0.63 | 0.32 | 42.94 | 0.46 | 0.47 |
| Hex | AE | 8F | 41 | 0 | 12 | 3F | 20 | 2B | 2E | 2F |
| Octal | 256 | 217 | 101 | 0 | 22 | 77 | 40 | 53 | 56 | 57 |
| Binary | 10101110 | 10001111 | 1000001 | 0 | 10010 | 111111 | 100000 | 101011 | 101110 | 101111 |
Color Harmonies of #AE8F41
Complementary color
Monochromatic Colors of #AE8F41
Black with #AE8F41
Text Example
Text Example
White with #AE8F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8F41; }
p { color: rgb(174,143,65); }
H1.HeaderClassName
{
color: #AE8F41;
}
.AnyTagClassName
{
color: #AE8F41;
}
</style>
background-color css
<style>
a { background-color: #AE8F41; }
a { background-color: rgb(174,143,65); }
div.DivClassName
{
background-color: #AE8F41;
}
.BgClassName
{
background-color: #AE8F41;
}
</style>
border-color css
<style>
span { border-color: #AE8F41; }
span { border-color: rgb(174,143,65); }
td.TdClassName
{
border-color: #AE8F41;
}
.TagClassName
{
border-color: #AE8F41;
}
</style>