Shades of Turmeric #AA9245
Tints of Turmeric #AA9245
RGB
CMYK
RGB Variations
Color information
#AA9245 (or 0xAA9245) is known color: Turmeric. HEX triplet: AA, 92 and 45. RGB value is (170,146,69). Sum of RGB (Red+Green+Blue) = 170+146+69=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9245 is #556DBA. Grayscale: #909090. Windows color (decimal): -5598651 or 4559530. OLE color: 4559530.
HSL color Cylindrical-coordinate representation of color #AA9245: hue angle of 45.74º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA9245 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 69 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.33 |
| HSL | 45.74º | 0.42% | 0.47% | - |
| HSV(B) | 45.74º | 0.59% | 0.67% | - |
| XYZ | 27.93 | 29.53 | 9.86 | - |
| YUV | 144.4 | 85.45 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 69 | 0 | 0.14 | 0.59 | 0.33 | 45.74 | 0.42 | 0.47 |
| Hex | AA | 92 | 45 | 0 | E | 3B | 21 | 2E | 2A | 2F |
| Octal | 252 | 222 | 105 | 0 | 16 | 73 | 41 | 56 | 52 | 57 |
| Binary | 10101010 | 10010010 | 1000101 | 0 | 1110 | 111011 | 100001 | 101110 | 101010 | 101111 |
Color Harmonies of #AA9245
Complementary color
Monochromatic Colors of #AA9245
Black with #AA9245
Text Example
Text Example
White with #AA9245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9245; }
p { color: rgb(170,146,69); }
H1.HeaderClassName
{
color: #AA9245;
}
.AnyTagClassName
{
color: #AA9245;
}
</style>
background-color css
<style>
a { background-color: #AA9245; }
a { background-color: rgb(170,146,69); }
div.DivClassName
{
background-color: #AA9245;
}
.BgClassName
{
background-color: #AA9245;
}
</style>
border-color css
<style>
span { border-color: #AA9245; }
span { border-color: rgb(170,146,69); }
td.TdClassName
{
border-color: #AA9245;
}
.TagClassName
{
border-color: #AA9245;
}
</style>