Shades of Turmeric #AA9742
Tints of Turmeric #AA9742
RGB
CMYK
RGB Variations
Color information
#AA9742 (or 0xAA9742) is known color: Turmeric. HEX triplet: AA, 97 and 42. RGB value is (170,151,66). Sum of RGB (Red+Green+Blue) = 170+151+66=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9742 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9742 is #5568BD. Grayscale: #939393. Windows color (decimal): -5597374 or 4364202. OLE color: 4364202.
HSL color Cylindrical-coordinate representation of color #AA9742: hue angle of 49.04º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA9742 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 66 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.33 |
| HSL | 49.04º | 0.44% | 0.46% | - |
| HSV(B) | 49.04º | 0.61% | 0.67% | - |
| XYZ | 28.63 | 31.07 | 9.64 | - |
| YUV | 146.99 | 82.29 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 66 | 0 | 0.11 | 0.61 | 0.33 | 49.04 | 0.44 | 0.46 |
| Hex | AA | 97 | 42 | 0 | B | 3D | 21 | 31 | 2C | 2E |
| Octal | 252 | 227 | 102 | 0 | 13 | 75 | 41 | 61 | 54 | 56 |
| Binary | 10101010 | 10010111 | 1000010 | 0 | 1011 | 111101 | 100001 | 110001 | 101100 | 101110 |
Color Harmonies of #AA9742
Complementary color
Monochromatic Colors of #AA9742
Black with #AA9742
Text Example
Text Example
White with #AA9742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9742; }
p { color: rgb(170,151,66); }
H1.HeaderClassName
{
color: #AA9742;
}
.AnyTagClassName
{
color: #AA9742;
}
</style>
background-color css
<style>
a { background-color: #AA9742; }
a { background-color: rgb(170,151,66); }
div.DivClassName
{
background-color: #AA9742;
}
.BgClassName
{
background-color: #AA9742;
}
</style>
border-color css
<style>
span { border-color: #AA9742; }
span { border-color: rgb(170,151,66); }
td.TdClassName
{
border-color: #AA9742;
}
.TagClassName
{
border-color: #AA9742;
}
</style>