Shades of Turmeric #AA973E
Tints of Turmeric #AA973E
RGB
CMYK
RGB Variations
Color information
#AA973E (or 0xAA973E) is known color: Turmeric. HEX triplet: AA, 97 and 3E. RGB value is (170,151,62). Sum of RGB (Red+Green+Blue) = 170+151+62=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA973E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA973E is #5568C1. Grayscale: #929292. Windows color (decimal): -5597378 or 4102058. OLE color: 4102058.
HSL color Cylindrical-coordinate representation of color #AA973E: hue angle of 49.44º 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 #AA973E is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 62 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.33 |
| HSL | 49.44º | 0.47% | 0.45% | - |
| HSV(B) | 49.44º | 0.64% | 0.67% | - |
| XYZ | 28.51 | 31.03 | 9.04 | - |
| YUV | 146.54 | 80.29 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 62 | 0 | 0.11 | 0.64 | 0.33 | 49.44 | 0.47 | 0.45 |
| Hex | AA | 97 | 3E | 0 | B | 40 | 21 | 31 | 2F | 2D |
| Octal | 252 | 227 | 76 | 0 | 13 | 100 | 41 | 61 | 57 | 55 |
| Binary | 10101010 | 10010111 | 111110 | 0 | 1011 | 1000000 | 100001 | 110001 | 101111 | 101101 |
Color Harmonies of #AA973E
Complementary color
Monochromatic Colors of #AA973E
Black with #AA973E
Text Example
Text Example
White with #AA973E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA973E; }
p { color: rgb(170,151,62); }
H1.HeaderClassName
{
color: #AA973E;
}
.AnyTagClassName
{
color: #AA973E;
}
</style>
background-color css
<style>
a { background-color: #AA973E; }
a { background-color: rgb(170,151,62); }
div.DivClassName
{
background-color: #AA973E;
}
.BgClassName
{
background-color: #AA973E;
}
</style>
border-color css
<style>
span { border-color: #AA973E; }
span { border-color: rgb(170,151,62); }
td.TdClassName
{
border-color: #AA973E;
}
.TagClassName
{
border-color: #AA973E;
}
</style>