#AA9346

Color #AA9346 Turmeric (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turmeric #AA9346

Tints of Turmeric #AA9346

Color information

#AA9346 (or 0xAA9346) is unknown color: approx Turmeric. HEX triplet: AA, 93 and 46. RGB value is (170,147,70). Sum of RGB (Red+Green+Blue) = 170+147+70=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9346 is #556CB9. Grayscale: #919191. Windows color (decimal): -5598394 or 4625322. OLE color: 4625322.

HSL color Cylindrical-coordinate representation of color #AA9346: hue angle of 46.2º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA9346 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB17014770-
CMYK00.140.590.33
HSL46.2º41.67%47.06%-
HSV(B)46.2º58.82%66.67%-
XYZ28.1229.8610.08-
YUV145.185.62145.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 43.93%
GREEN value IS 147 (57.81% from 255) = 37.98%
BLUE value IS 70 (27.73% from 255) = 18.09%
R=43.93%
G=37.98%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701477000.140.590.3346.241.6747.06
HexAA93460E3B212e2a2f
Octal2522231060167341565257
Binary1010101010010011100011001110111011100001101110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9346; }

 p { color: rgb(170,147,70); }

 H1.HeaderClassName
 {
   color: #AA9346;
 }
 .AnyTagClassName
 {
   color: #AA9346;
 }
</style>
background-color css

<style>
 a { background-color: #AA9346; }

 a { background-color: rgb(170,147,70); }

 div.DivClassName
 {
   background-color: #AA9346;
 }
 .BgClassName
 {
   background-color: #AA9346;
 }
</style>
border-color css

<style>
 span { border-color: #AA9346; }

 span { border-color: rgb(170,147,70); }

 td.TdClassName
 {
   border-color: #AA9346;
 }
 .TagClassName
 {
   border-color: #AA9346;
 }
</style>