Shades of Turmeric #AA9A3C
Tints of Turmeric #AA9A3C
RGB
CMYK
RGB Variations
Color information
#AA9A3C (or 0xAA9A3C) is known color: Turmeric. HEX triplet: AA, 9A and 3C. RGB value is (170,154,60). Sum of RGB (Red+Green+Blue) = 170+154+60=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9A3C is #5565C3. Grayscale: #949494. Windows color (decimal): -5596612 or 3971754. OLE color: 3971754.
HSL color Cylindrical-coordinate representation of color #AA9A3C: hue angle of 51.27º 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 #AA9A3C is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 60 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.33 |
| HSL | 51.27º | 0.48% | 0.45% | - |
| HSV(B) | 51.27º | 0.65% | 0.67% | - |
| XYZ | 28.95 | 31.98 | 8.92 | - |
| YUV | 148.07 | 78.3 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 60 | 0 | 0.09 | 0.65 | 0.33 | 51.27 | 0.48 | 0.45 |
| Hex | AA | 9A | 3C | 0 | 9 | 41 | 21 | 33 | 30 | 2D |
| Octal | 252 | 232 | 74 | 0 | 11 | 101 | 41 | 63 | 60 | 55 |
| Binary | 10101010 | 10011010 | 111100 | 0 | 1001 | 1000001 | 100001 | 110011 | 110000 | 101101 |
Color Harmonies of #AA9A3C
Complementary color
Monochromatic Colors of #AA9A3C
Black with #AA9A3C
Text Example
Text Example
White with #AA9A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A3C; }
p { color: rgb(170,154,60); }
H1.HeaderClassName
{
color: #AA9A3C;
}
.AnyTagClassName
{
color: #AA9A3C;
}
</style>
background-color css
<style>
a { background-color: #AA9A3C; }
a { background-color: rgb(170,154,60); }
div.DivClassName
{
background-color: #AA9A3C;
}
.BgClassName
{
background-color: #AA9A3C;
}
</style>
border-color css
<style>
span { border-color: #AA9A3C; }
span { border-color: rgb(170,154,60); }
td.TdClassName
{
border-color: #AA9A3C;
}
.TagClassName
{
border-color: #AA9A3C;
}
</style>