Shades of Turmeric #AA9741
Tints of Turmeric #AA9741
RGB
CMYK
RGB Variations
Color information
#AA9741 (or 0xAA9741) is known color: Turmeric. HEX triplet: AA, 97 and 41. RGB value is (170,151,65). Sum of RGB (Red+Green+Blue) = 170+151+65=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9741 is #5568BE. Grayscale: #939393. Windows color (decimal): -5597375 or 4298666. OLE color: 4298666.
HSL color Cylindrical-coordinate representation of color #AA9741: hue angle of 49.14º 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 #AA9741 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 65 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.33 |
| HSL | 49.14º | 0.45% | 0.46% | - |
| HSV(B) | 49.14º | 0.62% | 0.67% | - |
| XYZ | 28.6 | 31.06 | 9.49 | - |
| YUV | 146.88 | 81.79 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 65 | 0 | 0.11 | 0.62 | 0.33 | 49.14 | 0.45 | 0.46 |
| Hex | AA | 97 | 41 | 0 | B | 3E | 21 | 31 | 2D | 2E |
| Octal | 252 | 227 | 101 | 0 | 13 | 76 | 41 | 61 | 55 | 56 |
| Binary | 10101010 | 10010111 | 1000001 | 0 | 1011 | 111110 | 100001 | 110001 | 101101 | 101110 |
Color Harmonies of #AA9741
Complementary color
Monochromatic Colors of #AA9741
Black with #AA9741
Text Example
Text Example
White with #AA9741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9741; }
p { color: rgb(170,151,65); }
H1.HeaderClassName
{
color: #AA9741;
}
.AnyTagClassName
{
color: #AA9741;
}
</style>
background-color css
<style>
a { background-color: #AA9741; }
a { background-color: rgb(170,151,65); }
div.DivClassName
{
background-color: #AA9741;
}
.BgClassName
{
background-color: #AA9741;
}
</style>
border-color css
<style>
span { border-color: #AA9741; }
span { border-color: rgb(170,151,65); }
td.TdClassName
{
border-color: #AA9741;
}
.TagClassName
{
border-color: #AA9741;
}
</style>