Shades of Turmeric #AA973D
Tints of Turmeric #AA973D
RGB
CMYK
RGB Variations
Color information
#AA973D (or 0xAA973D) is known color: Turmeric. HEX triplet: AA, 97 and 3D. RGB value is (170,151,61). Sum of RGB (Red+Green+Blue) = 170+151+61=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA973D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA973D is #5568C2. Grayscale: #929292. Windows color (decimal): -5597379 or 4036522. OLE color: 4036522.
HSL color Cylindrical-coordinate representation of color #AA973D: hue angle of 49.54º 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 #AA973D is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 61 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.33 |
| HSL | 49.54º | 0.47% | 0.45% | - |
| HSV(B) | 49.54º | 0.64% | 0.67% | - |
| XYZ | 28.49 | 31.02 | 8.9 | - |
| YUV | 146.42 | 79.79 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 61 | 0 | 0.11 | 0.64 | 0.33 | 49.54 | 0.47 | 0.45 |
| Hex | AA | 97 | 3D | 0 | B | 40 | 21 | 32 | 2F | 2D |
| Octal | 252 | 227 | 75 | 0 | 13 | 100 | 41 | 62 | 57 | 55 |
| Binary | 10101010 | 10010111 | 111101 | 0 | 1011 | 1000000 | 100001 | 110010 | 101111 | 101101 |
Color Harmonies of #AA973D
Complementary color
Monochromatic Colors of #AA973D
Black with #AA973D
Text Example
Text Example
White with #AA973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA973D; }
p { color: rgb(170,151,61); }
H1.HeaderClassName
{
color: #AA973D;
}
.AnyTagClassName
{
color: #AA973D;
}
</style>
background-color css
<style>
a { background-color: #AA973D; }
a { background-color: rgb(170,151,61); }
div.DivClassName
{
background-color: #AA973D;
}
.BgClassName
{
background-color: #AA973D;
}
</style>
border-color css
<style>
span { border-color: #AA973D; }
span { border-color: rgb(170,151,61); }
td.TdClassName
{
border-color: #AA973D;
}
.TagClassName
{
border-color: #AA973D;
}
</style>