Shades of Turmeric #AA904B
Tints of Turmeric #AA904B
RGB
CMYK
RGB Variations
Color information
#AA904B (or 0xAA904B) is known color: Turmeric. HEX triplet: AA, 90 and 4B. RGB value is (170,144,75). Sum of RGB (Red+Green+Blue) = 170+144+75=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA904B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA904B is #556FB4. Grayscale: #909090. Windows color (decimal): -5599157 or 4952234. OLE color: 4952234.
HSL color Cylindrical-coordinate representation of color #AA904B: hue angle of 43.58º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA904B is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 75 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.33 |
| HSL | 43.58º | 0.39% | 0.48% | - |
| HSV(B) | 43.58º | 0.56% | 0.67% | - |
| XYZ | 27.82 | 29 | 10.79 | - |
| YUV | 143.91 | 89.11 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 75 | 0 | 0.15 | 0.56 | 0.33 | 43.58 | 0.39 | 0.48 |
| Hex | AA | 90 | 4B | 0 | F | 38 | 21 | 2C | 27 | 30 |
| Octal | 252 | 220 | 113 | 0 | 17 | 70 | 41 | 54 | 47 | 60 |
| Binary | 10101010 | 10010000 | 1001011 | 0 | 1111 | 111000 | 100001 | 101100 | 100111 | 110000 |
Color Harmonies of #AA904B
Complementary color
Monochromatic Colors of #AA904B
Black with #AA904B
Text Example
Text Example
White with #AA904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA904B; }
p { color: rgb(170,144,75); }
H1.HeaderClassName
{
color: #AA904B;
}
.AnyTagClassName
{
color: #AA904B;
}
</style>
background-color css
<style>
a { background-color: #AA904B; }
a { background-color: rgb(170,144,75); }
div.DivClassName
{
background-color: #AA904B;
}
.BgClassName
{
background-color: #AA904B;
}
</style>
border-color css
<style>
span { border-color: #AA904B; }
span { border-color: rgb(170,144,75); }
td.TdClassName
{
border-color: #AA904B;
}
.TagClassName
{
border-color: #AA904B;
}
</style>