#AA9020

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

Shades of Lucky #AA9020

Tints of Lucky #AA9020

Color information

#AA9020 (or 0xAA9020) is unknown color: approx Lucky. HEX triplet: AA, 90 and 20. RGB value is (170,144,32). Sum of RGB (Red+Green+Blue) = 170+144+32=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9020 is #556FDF. Grayscale: #8B8B8B. Windows color (decimal): -5599200 or 2134186. OLE color: 2134186.

HSL color Cylindrical-coordinate representation of color #AA9020: hue angle of 48.7º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA9020 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB17014432-
CMYK00.150.810.33
HSL48.7º68.32%39.61%-
HSV(B)48.7º81.18%66.67%-
XYZ26.8128.65.47-
YUV139.0167.61150.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.13%
GREEN value IS 144 (56.64% from 255) = 41.62%
BLUE value IS 32 (12.89% from 255) = 9.25%
R=49.13%
G=41.62%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701443200.150.810.3348.768.3239.61
HexAA90200F5121314428
Octal25222040017121416110450
Binary10101010100100001000000111110100011000011100011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9020; }

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

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

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

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

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

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

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

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