Shades of Turmeric #AA963E
Tints of Turmeric #AA963E
RGB
CMYK
RGB Variations
Color information
#AA963E (or 0xAA963E) is known color: Turmeric. HEX triplet: AA, 96 and 3E. RGB value is (170,150,62). Sum of RGB (Red+Green+Blue) = 170+150+62=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA963E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA963E is #5569C1. Grayscale: #929292. Windows color (decimal): -5597634 or 4101802. OLE color: 4101802.
HSL color Cylindrical-coordinate representation of color #AA963E: hue angle of 48.89º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA963E is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 62 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.33 |
| HSL | 48.89º | 0.47% | 0.45% | - |
| HSV(B) | 48.89º | 0.64% | 0.67% | - |
| XYZ | 28.35 | 30.71 | 8.99 | - |
| YUV | 145.95 | 80.63 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 62 | 0 | 0.12 | 0.64 | 0.33 | 48.89 | 0.47 | 0.45 |
| Hex | AA | 96 | 3E | 0 | C | 40 | 21 | 31 | 2F | 2D |
| Octal | 252 | 226 | 76 | 0 | 14 | 100 | 41 | 61 | 57 | 55 |
| Binary | 10101010 | 10010110 | 111110 | 0 | 1100 | 1000000 | 100001 | 110001 | 101111 | 101101 |
Color Harmonies of #AA963E
Complementary color
Monochromatic Colors of #AA963E
Black with #AA963E
Text Example
Text Example
White with #AA963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA963E; }
p { color: rgb(170,150,62); }
H1.HeaderClassName
{
color: #AA963E;
}
.AnyTagClassName
{
color: #AA963E;
}
</style>
background-color css
<style>
a { background-color: #AA963E; }
a { background-color: rgb(170,150,62); }
div.DivClassName
{
background-color: #AA963E;
}
.BgClassName
{
background-color: #AA963E;
}
</style>
border-color css
<style>
span { border-color: #AA963E; }
span { border-color: rgb(170,150,62); }
td.TdClassName
{
border-color: #AA963E;
}
.TagClassName
{
border-color: #AA963E;
}
</style>