#AA9044

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

Shades of Turmeric #AA9044

Tints of Turmeric #AA9044

Color information

#AA9044 (or 0xAA9044) is unknown color: approx Turmeric. HEX triplet: AA, 90 and 44. RGB value is (170,144,68). Sum of RGB (Red+Green+Blue) = 170+144+68=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9044 is #556FBB. Grayscale: #8F8F8F. Windows color (decimal): -5599164 or 4493482. OLE color: 4493482.

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

Color convert

RGB17014468-
CMYK00.150.60.33
HSL44.71º42.86%46.67%-
HSV(B)44.71º60%66.67%-
XYZ27.5928.919.59-
YUV143.1185.61147.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.50%
GREEN value IS 144 (56.64% from 255) = 37.70%
BLUE value IS 68 (26.95% from 255) = 17.80%
R=44.50%
G=37.70%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701446800.150.60.3344.7142.8646.67
HexAA90440F3C212d2b2f
Octal2522201040177441555357
Binary1010101010010000100010001111111100100001101101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9044; }

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

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

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

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

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

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

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

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