#AA9444

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

Shades of Turmeric #AA9444

Tints of Turmeric #AA9444

Color information

#AA9444 (or 0xAA9444) is unknown color: approx Turmeric. HEX triplet: AA, 94 and 44. RGB value is (170,148,68). Sum of RGB (Red+Green+Blue) = 170+148+68=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9444 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9444 is #556BBB. Grayscale: #919191. Windows color (decimal): -5598140 or 4494506. OLE color: 4494506.

HSL color Cylindrical-coordinate representation of color #AA9444: hue angle of 47.06º 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 #AA9444 is Cyan = 0, Magento = 0.13, Yellow = 0.6 and Black (K on CMYK) = 0.33.

Color convert

RGB17014868-
CMYK00.130.60.33
HSL47.06º42.86%46.67%-
HSV(B)47.06º60%66.67%-
XYZ28.2130.149.8-
YUV145.4684.29145.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.04%
GREEN value IS 148 (58.20% from 255) = 38.34%
BLUE value IS 68 (26.95% from 255) = 17.62%
R=44.04%
G=38.34%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701486800.130.60.3347.0642.8646.67
HexAA94440D3C212f2b2f
Octal2522241040157441575357
Binary1010101010010100100010001101111100100001101111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9444; }

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

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

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

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

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

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

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

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