Shades of Turmeric #AA9045
Tints of Turmeric #AA9045
RGB
CMYK
RGB Variations
Color information
#AA9045 (or 0xAA9045) is known color: Turmeric. HEX triplet: AA, 90 and 45. RGB value is (170,144,69). Sum of RGB (Red+Green+Blue) = 170+144+69=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9045 is #556FBA. Grayscale: #8F8F8F. Windows color (decimal): -5599163 or 4559018. OLE color: 4559018.
HSL color Cylindrical-coordinate representation of color #AA9045: hue angle of 44.55º 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 #AA9045 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 69 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.33 |
| HSL | 44.55º | 0.42% | 0.47% | - |
| HSV(B) | 44.55º | 0.59% | 0.67% | - |
| XYZ | 27.63 | 28.92 | 9.76 | - |
| YUV | 143.22 | 86.11 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 69 | 0 | 0.15 | 0.59 | 0.33 | 44.55 | 0.42 | 0.47 |
| Hex | AA | 90 | 45 | 0 | F | 3B | 21 | 2D | 2A | 2F |
| Octal | 252 | 220 | 105 | 0 | 17 | 73 | 41 | 55 | 52 | 57 |
| Binary | 10101010 | 10010000 | 1000101 | 0 | 1111 | 111011 | 100001 | 101101 | 101010 | 101111 |
Color Harmonies of #AA9045
Complementary color
Monochromatic Colors of #AA9045
Black with #AA9045
Text Example
Text Example
White with #AA9045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9045; }
p { color: rgb(170,144,69); }
H1.HeaderClassName
{
color: #AA9045;
}
.AnyTagClassName
{
color: #AA9045;
}
</style>
background-color css
<style>
a { background-color: #AA9045; }
a { background-color: rgb(170,144,69); }
div.DivClassName
{
background-color: #AA9045;
}
.BgClassName
{
background-color: #AA9045;
}
</style>
border-color css
<style>
span { border-color: #AA9045; }
span { border-color: rgb(170,144,69); }
td.TdClassName
{
border-color: #AA9045;
}
.TagClassName
{
border-color: #AA9045;
}
</style>