Shades of Turmeric #AE963F
Tints of Turmeric #AE963F
RGB
CMYK
RGB Variations
Color information
#AE963F (or 0xAE963F) is known color: Turmeric. HEX triplet: AE, 96 and 3F. RGB value is (174,150,63). Sum of RGB (Red+Green+Blue) = 174+150+63=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE963F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE963F is #5169C0. Grayscale: #939393. Windows color (decimal): -5335489 or 4167342. OLE color: 4167342.
HSL color Cylindrical-coordinate representation of color #AE963F: hue angle of 47.03º 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 #AE963F is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 150 | 63 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.32 |
| HSL | 47.03º | 0.47% | 0.46% | - |
| HSV(B) | 47.03º | 0.64% | 0.68% | - |
| XYZ | 29.26 | 31.17 | 9.18 | - |
| YUV | 147.26 | 80.45 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 150 | 63 | 0 | 0.14 | 0.64 | 0.32 | 47.03 | 0.47 | 0.46 |
| Hex | AE | 96 | 3F | 0 | E | 40 | 20 | 2F | 2F | 2E |
| Octal | 256 | 226 | 77 | 0 | 16 | 100 | 40 | 57 | 57 | 56 |
| Binary | 10101110 | 10010110 | 111111 | 0 | 1110 | 1000000 | 100000 | 101111 | 101111 | 101110 |
Color Harmonies of #AE963F
Complementary color
Monochromatic Colors of #AE963F
Black with #AE963F
Text Example
Text Example
White with #AE963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE963F; }
p { color: rgb(174,150,63); }
H1.HeaderClassName
{
color: #AE963F;
}
.AnyTagClassName
{
color: #AE963F;
}
</style>
background-color css
<style>
a { background-color: #AE963F; }
a { background-color: rgb(174,150,63); }
div.DivClassName
{
background-color: #AE963F;
}
.BgClassName
{
background-color: #AE963F;
}
</style>
border-color css
<style>
span { border-color: #AE963F; }
span { border-color: rgb(174,150,63); }
td.TdClassName
{
border-color: #AE963F;
}
.TagClassName
{
border-color: #AE963F;
}
</style>