Shades of Turmeric #AA904C
Tints of Turmeric #AA904C
RGB
CMYK
RGB Variations
Color information
#AA904C (or 0xAA904C) is known color: Turmeric. HEX triplet: AA, 90 and 4C. RGB value is (170,144,76). Sum of RGB (Red+Green+Blue) = 170+144+76=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA904C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA904C is #556FB3. Grayscale: #909090. Windows color (decimal): -5599156 or 5017770. OLE color: 5017770.
HSL color Cylindrical-coordinate representation of color #AA904C: hue angle of 43.4º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA904C is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 76 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.33 |
| HSL | 43.4º | 0.38% | 0.48% | - |
| HSV(B) | 43.4º | 0.55% | 0.67% | - |
| XYZ | 27.86 | 29.01 | 10.97 | - |
| YUV | 144.02 | 89.61 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 76 | 0 | 0.15 | 0.55 | 0.33 | 43.4 | 0.38 | 0.48 |
| Hex | AA | 90 | 4C | 0 | F | 37 | 21 | 2B | 26 | 30 |
| Octal | 252 | 220 | 114 | 0 | 17 | 67 | 41 | 53 | 46 | 60 |
| Binary | 10101010 | 10010000 | 1001100 | 0 | 1111 | 110111 | 100001 | 101011 | 100110 | 110000 |
Color Harmonies of #AA904C
Complementary color
Monochromatic Colors of #AA904C
Black with #AA904C
Text Example
Text Example
White with #AA904C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA904C; }
p { color: rgb(170,144,76); }
H1.HeaderClassName
{
color: #AA904C;
}
.AnyTagClassName
{
color: #AA904C;
}
</style>
background-color css
<style>
a { background-color: #AA904C; }
a { background-color: rgb(170,144,76); }
div.DivClassName
{
background-color: #AA904C;
}
.BgClassName
{
background-color: #AA904C;
}
</style>
border-color css
<style>
span { border-color: #AA904C; }
span { border-color: rgb(170,144,76); }
td.TdClassName
{
border-color: #AA904C;
}
.TagClassName
{
border-color: #AA904C;
}
</style>