#AA9011

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

Shades of Lucky #AA9011

Tints of Lucky #AA9011

Color information

#AA9011 (or 0xAA9011) is unknown color: approx Lucky. HEX triplet: AA, 90 and 11. RGB value is (170,144,17). Sum of RGB (Red+Green+Blue) = 170+144+17=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9011 is #556FEE. Grayscale: #898989. Windows color (decimal): -5599215 or 1151146. OLE color: 1151146.

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

Color convert

RGB17014417-
CMYK00.150.90.33
HSL49.8º81.82%36.67%-
HSV(B)49.8º90%66.67%-
XYZ26.6528.534.63-
YUV137.360.11151.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.36%
GREEN value IS 144 (56.64% from 255) = 43.50%
BLUE value IS 17 (7.03% from 255) = 5.14%
R=51.36%
G=43.50%
B=5.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701441700.150.90.3349.881.8236.67
HexAA90110F5A21325225
Octal25222021017132416212245
Binary1010101010010000100010111110110101000011100101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9011; }

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

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

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

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

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

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

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

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