Shades of Turmeric #AA983C
Tints of Turmeric #AA983C
RGB
CMYK
RGB Variations
Color information
#AA983C (or 0xAA983C) is known color: Turmeric. HEX triplet: AA, 98 and 3C. RGB value is (170,152,60). Sum of RGB (Red+Green+Blue) = 170+152+60=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA983C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA983C is #5567C3. Grayscale: #939393. Windows color (decimal): -5597124 or 3971242. OLE color: 3971242.
HSL color Cylindrical-coordinate representation of color #AA983C: hue angle of 50.18º 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 #AA983C is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 60 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.33 |
| HSL | 50.18º | 0.48% | 0.45% | - |
| HSV(B) | 50.18º | 0.65% | 0.67% | - |
| XYZ | 28.62 | 31.33 | 8.81 | - |
| YUV | 146.89 | 78.96 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 60 | 0 | 0.11 | 0.65 | 0.33 | 50.18 | 0.48 | 0.45 |
| Hex | AA | 98 | 3C | 0 | B | 41 | 21 | 32 | 30 | 2D |
| Octal | 252 | 230 | 74 | 0 | 13 | 101 | 41 | 62 | 60 | 55 |
| Binary | 10101010 | 10011000 | 111100 | 0 | 1011 | 1000001 | 100001 | 110010 | 110000 | 101101 |
Color Harmonies of #AA983C
Complementary color
Monochromatic Colors of #AA983C
Black with #AA983C
Text Example
Text Example
White with #AA983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA983C; }
p { color: rgb(170,152,60); }
H1.HeaderClassName
{
color: #AA983C;
}
.AnyTagClassName
{
color: #AA983C;
}
</style>
background-color css
<style>
a { background-color: #AA983C; }
a { background-color: rgb(170,152,60); }
div.DivClassName
{
background-color: #AA983C;
}
.BgClassName
{
background-color: #AA983C;
}
</style>
border-color css
<style>
span { border-color: #AA983C; }
span { border-color: rgb(170,152,60); }
td.TdClassName
{
border-color: #AA983C;
}
.TagClassName
{
border-color: #AA983C;
}
</style>