Shades of Turmeric #AA9148
Tints of Turmeric #AA9148
RGB
CMYK
RGB Variations
Color information
#AA9148 (or 0xAA9148) is known color: Turmeric. HEX triplet: AA, 91 and 48. RGB value is (170,145,72). Sum of RGB (Red+Green+Blue) = 170+145+72=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9148 is #556EB7. Grayscale: #909090. Windows color (decimal): -5598904 or 4755882. OLE color: 4755882.
HSL color Cylindrical-coordinate representation of color #AA9148: hue angle of 44.69º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA9148 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 72 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.33 |
| HSL | 44.69º | 0.4% | 0.47% | - |
| HSV(B) | 44.69º | 0.58% | 0.67% | - |
| XYZ | 27.87 | 29.26 | 10.31 | - |
| YUV | 144.15 | 87.28 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 72 | 0 | 0.15 | 0.58 | 0.33 | 44.69 | 0.4 | 0.47 |
| Hex | AA | 91 | 48 | 0 | F | 3A | 21 | 2D | 28 | 2F |
| Octal | 252 | 221 | 110 | 0 | 17 | 72 | 41 | 55 | 50 | 57 |
| Binary | 10101010 | 10010001 | 1001000 | 0 | 1111 | 111010 | 100001 | 101101 | 101000 | 101111 |
Color Harmonies of #AA9148
Complementary color
Monochromatic Colors of #AA9148
Black with #AA9148
Text Example
Text Example
White with #AA9148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9148; }
p { color: rgb(170,145,72); }
H1.HeaderClassName
{
color: #AA9148;
}
.AnyTagClassName
{
color: #AA9148;
}
</style>
background-color css
<style>
a { background-color: #AA9148; }
a { background-color: rgb(170,145,72); }
div.DivClassName
{
background-color: #AA9148;
}
.BgClassName
{
background-color: #AA9148;
}
</style>
border-color css
<style>
span { border-color: #AA9148; }
span { border-color: rgb(170,145,72); }
td.TdClassName
{
border-color: #AA9148;
}
.TagClassName
{
border-color: #AA9148;
}
</style>