Shades of Turmeric #AA963C
Tints of Turmeric #AA963C
RGB
CMYK
RGB Variations
Color information
#AA963C (or 0xAA963C) is known color: Turmeric. HEX triplet: AA, 96 and 3C. RGB value is (170,150,60). Sum of RGB (Red+Green+Blue) = 170+150+60=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA963C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA963C is #5569C3. Grayscale: #929292. Windows color (decimal): -5597636 or 3970730. OLE color: 3970730.
HSL color Cylindrical-coordinate representation of color #AA963C: hue angle of 49.09º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA963C is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 60 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.33 |
| HSL | 49.09º | 0.48% | 0.45% | - |
| HSV(B) | 49.09º | 0.65% | 0.67% | - |
| XYZ | 28.3 | 30.68 | 8.71 | - |
| YUV | 145.72 | 79.63 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 60 | 0 | 0.12 | 0.65 | 0.33 | 49.09 | 0.48 | 0.45 |
| Hex | AA | 96 | 3C | 0 | C | 41 | 21 | 31 | 30 | 2D |
| Octal | 252 | 226 | 74 | 0 | 14 | 101 | 41 | 61 | 60 | 55 |
| Binary | 10101010 | 10010110 | 111100 | 0 | 1100 | 1000001 | 100001 | 110001 | 110000 | 101101 |
Color Harmonies of #AA963C
Complementary color
Monochromatic Colors of #AA963C
Black with #AA963C
Text Example
Text Example
White with #AA963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA963C; }
p { color: rgb(170,150,60); }
H1.HeaderClassName
{
color: #AA963C;
}
.AnyTagClassName
{
color: #AA963C;
}
</style>
background-color css
<style>
a { background-color: #AA963C; }
a { background-color: rgb(170,150,60); }
div.DivClassName
{
background-color: #AA963C;
}
.BgClassName
{
background-color: #AA963C;
}
</style>
border-color css
<style>
span { border-color: #AA963C; }
span { border-color: rgb(170,150,60); }
td.TdClassName
{
border-color: #AA963C;
}
.TagClassName
{
border-color: #AA963C;
}
</style>