#AA9144

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

Shades of Turmeric #AA9144

Tints of Turmeric #AA9144

Color information

#AA9144 (or 0xAA9144) is unknown color: approx Turmeric. HEX triplet: AA, 91 and 44. RGB value is (170,145,68). Sum of RGB (Red+Green+Blue) = 170+145+68=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 68 (26.95% from 255 or 17.75% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9144 is #556EBB. Grayscale: #909090. Windows color (decimal): -5598908 or 4493738. OLE color: 4493738.

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

Color convert

RGB17014568-
CMYK00.150.60.33
HSL45.29º42.86%46.67%-
HSV(B)45.29º60%66.67%-
XYZ27.7529.219.65-
YUV143.785.28146.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 145 (57.03% from 255) = 37.86%
BLUE value IS 68 (26.95% from 255) = 17.75%
R=44.39%
G=37.86%
B=17.75%

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
Decimal1701456800.150.60.3345.2942.8646.67
HexAA91440F3C212d2b2f
Octal2522211040177441555357
Binary1010101010010001100010001111111100100001101101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9144; }

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

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

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

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

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

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

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

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