#aa9244

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

Shades of Turmeric #AA9244

Tints of Turmeric #AA9244

Color information

#AA9244 (or 0xAA9244) is unknown color: approx Turmeric. HEX triplet: AA, 92 and 44. RGB value is (170,146,68). Sum of RGB (Red+Green+Blue) = 170+146+68=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9244 is #556DBB. Grayscale: #909090. Windows color (decimal): -5598652 or 4493994. OLE color: 4493994.

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

Color convert

RGB17014668-
CMYK00.140.60.33
HSL45.88º42.86%46.67%-
HSV(B)45.88º60%66.67%-
XYZ27.929.529.7-
YUV144.2884.95146.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.27%
GREEN value IS 146 (57.42% from 255) = 38.02%
BLUE value IS 68 (26.95% from 255) = 17.71%
R=44.27%
G=38.02%
B=17.71%

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
Decimal1701466800.140.60.3345.8842.8646.67
HexAA92440E3C212e2b2f
Octal2522221040167441565357
Binary1010101010010010100010001110111100100001101110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa9244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa9244; }

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

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

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

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

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

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

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

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