#AA9344

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

Shades of Turmeric #AA9344

Tints of Turmeric #AA9344

Color information

#AA9344 (or 0xAA9344) is unknown color: approx Turmeric. HEX triplet: AA, 93 and 44. RGB value is (170,147,68). Sum of RGB (Red+Green+Blue) = 170+147+68=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9344 is #556CBB. Grayscale: #919191. Windows color (decimal): -5598396 or 4494250. OLE color: 4494250.

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

Color convert

RGB17014768-
CMYK00.140.60.33
HSL46.47º42.86%46.67%-
HSV(B)46.47º60%66.67%-
XYZ28.0529.839.75-
YUV144.8784.62145.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 147 (57.81% from 255) = 38.18%
BLUE value IS 68 (26.95% from 255) = 17.66%
R=44.16%
G=38.18%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701476800.140.60.3346.4742.8646.67
HexAA93440E3C212e2b2f
Octal2522231040167441565357
Binary1010101010010011100010001110111100100001101110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9344; }

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

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

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

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

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

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

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

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