#AA9347

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

Shades of Turmeric #AA9347

Tints of Turmeric #AA9347

Color information

#AA9347 (or 0xAA9347) is unknown color: approx Turmeric. HEX triplet: AA, 93 and 47. RGB value is (170,147,71). Sum of RGB (Red+Green+Blue) = 170+147+71=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9347 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9347 is #556CB8. Grayscale: #919191. Windows color (decimal): -5598393 or 4690858. OLE color: 4690858.

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

Color convert

RGB17014771-
CMYK00.140.580.33
HSL46.06º41.08%47.25%-
HSV(B)46.06º58.24%66.67%-
XYZ28.1529.8710.24-
YUV145.2186.12145.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.81%
GREEN value IS 147 (57.81% from 255) = 37.89%
BLUE value IS 71 (28.12% from 255) = 18.30%
R=43.81%
G=37.89%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701477100.140.580.3346.0641.0847.25
HexAA93470E3A212e292f
Octal2522231070167241565157
Binary1010101010010011100011101110111010100001101110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9347; }

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

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

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

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

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

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

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

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