Shades of Turmeric #AA9A3F
Tints of Turmeric #AA9A3F
RGB
CMYK
RGB Variations
Color information
#AA9A3F (or 0xAA9A3F) is known color: Turmeric. HEX triplet: AA, 9A and 3F. RGB value is (170,154,63). Sum of RGB (Red+Green+Blue) = 170+154+63=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9A3F is #5565C0. Grayscale: #949494. Windows color (decimal): -5596609 or 4168362. OLE color: 4168362.
HSL color Cylindrical-coordinate representation of color #AA9A3F: hue angle of 51.03º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA9A3F is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 63 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.33 |
| HSL | 51.03º | 0.46% | 0.46% | - |
| HSV(B) | 51.03º | 0.63% | 0.67% | - |
| XYZ | 29.03 | 32.02 | 9.35 | - |
| YUV | 148.41 | 79.8 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 63 | 0 | 0.09 | 0.63 | 0.33 | 51.03 | 0.46 | 0.46 |
| Hex | AA | 9A | 3F | 0 | 9 | 3F | 21 | 33 | 2E | 2E |
| Octal | 252 | 232 | 77 | 0 | 11 | 77 | 41 | 63 | 56 | 56 |
| Binary | 10101010 | 10011010 | 111111 | 0 | 1001 | 111111 | 100001 | 110011 | 101110 | 101110 |
Color Harmonies of #AA9A3F
Complementary color
Monochromatic Colors of #AA9A3F
Black with #AA9A3F
Text Example
Text Example
White with #AA9A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A3F; }
p { color: rgb(170,154,63); }
H1.HeaderClassName
{
color: #AA9A3F;
}
.AnyTagClassName
{
color: #AA9A3F;
}
</style>
background-color css
<style>
a { background-color: #AA9A3F; }
a { background-color: rgb(170,154,63); }
div.DivClassName
{
background-color: #AA9A3F;
}
.BgClassName
{
background-color: #AA9A3F;
}
</style>
border-color css
<style>
span { border-color: #AA9A3F; }
span { border-color: rgb(170,154,63); }
td.TdClassName
{
border-color: #AA9A3F;
}
.TagClassName
{
border-color: #AA9A3F;
}
</style>