Shades of Turmeric #AA993E
Tints of Turmeric #AA993E
RGB
CMYK
RGB Variations
Color information
#AA993E (or 0xAA993E) is known color: Turmeric. HEX triplet: AA, 99 and 3E. RGB value is (170,153,62). Sum of RGB (Red+Green+Blue) = 170+153+62=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA993E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA993E is #5566C1. Grayscale: #949494. Windows color (decimal): -5596866 or 4102570. OLE color: 4102570.
HSL color Cylindrical-coordinate representation of color #AA993E: hue angle of 50.56º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA993E is Cyan = 0, Magento = 0.1, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 62 | - |
| CMYK | 0 | 0.1 | 0.64 | 0.33 |
| HSL | 50.56º | 0.47% | 0.45% | - |
| HSV(B) | 50.56º | 0.64% | 0.67% | - |
| XYZ | 28.84 | 31.68 | 9.15 | - |
| YUV | 147.71 | 79.63 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 62 | 0 | 0.1 | 0.64 | 0.33 | 50.56 | 0.47 | 0.45 |
| Hex | AA | 99 | 3E | 0 | A | 40 | 21 | 33 | 2F | 2D |
| Octal | 252 | 231 | 76 | 0 | 12 | 100 | 41 | 63 | 57 | 55 |
| Binary | 10101010 | 10011001 | 111110 | 0 | 1010 | 1000000 | 100001 | 110011 | 101111 | 101101 |
Color Harmonies of #AA993E
Complementary color
Monochromatic Colors of #AA993E
Black with #AA993E
Text Example
Text Example
White with #AA993E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA993E; }
p { color: rgb(170,153,62); }
H1.HeaderClassName
{
color: #AA993E;
}
.AnyTagClassName
{
color: #AA993E;
}
</style>
background-color css
<style>
a { background-color: #AA993E; }
a { background-color: rgb(170,153,62); }
div.DivClassName
{
background-color: #AA993E;
}
.BgClassName
{
background-color: #AA993E;
}
</style>
border-color css
<style>
span { border-color: #AA993E; }
span { border-color: rgb(170,153,62); }
td.TdClassName
{
border-color: #AA993E;
}
.TagClassName
{
border-color: #AA993E;
}
</style>