Shades of Turmeric #AA9441
Tints of Turmeric #AA9441
RGB
CMYK
RGB Variations
Color information
#AA9441 (or 0xAA9441) is known color: Turmeric. HEX triplet: AA, 94 and 41. RGB value is (170,148,65). Sum of RGB (Red+Green+Blue) = 170+148+65=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9441 is #556BBE. Grayscale: #919191. Windows color (decimal): -5598143 or 4297898. OLE color: 4297898.
HSL color Cylindrical-coordinate representation of color #AA9441: hue angle of 47.43º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA9441 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 65 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.33 |
| HSL | 47.43º | 0.45% | 0.46% | - |
| HSV(B) | 47.43º | 0.62% | 0.67% | - |
| XYZ | 28.12 | 30.11 | 9.33 | - |
| YUV | 145.12 | 82.79 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 65 | 0 | 0.13 | 0.62 | 0.33 | 47.43 | 0.45 | 0.46 |
| Hex | AA | 94 | 41 | 0 | D | 3E | 21 | 2F | 2D | 2E |
| Octal | 252 | 224 | 101 | 0 | 15 | 76 | 41 | 57 | 55 | 56 |
| Binary | 10101010 | 10010100 | 1000001 | 0 | 1101 | 111110 | 100001 | 101111 | 101101 | 101110 |
Color Harmonies of #AA9441
Complementary color
Monochromatic Colors of #AA9441
Black with #AA9441
Text Example
Text Example
White with #AA9441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9441; }
p { color: rgb(170,148,65); }
H1.HeaderClassName
{
color: #AA9441;
}
.AnyTagClassName
{
color: #AA9441;
}
</style>
background-color css
<style>
a { background-color: #AA9441; }
a { background-color: rgb(170,148,65); }
div.DivClassName
{
background-color: #AA9441;
}
.BgClassName
{
background-color: #AA9441;
}
</style>
border-color css
<style>
span { border-color: #AA9441; }
span { border-color: rgb(170,148,65); }
td.TdClassName
{
border-color: #AA9441;
}
.TagClassName
{
border-color: #AA9441;
}
</style>