#AA9424

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

Shades of Lucky #AA9424

Tints of Lucky #AA9424

Color information

#AA9424 (or 0xAA9424) is unknown color: approx Lucky. HEX triplet: AA, 94 and 24. RGB value is (170,148,36). Sum of RGB (Red+Green+Blue) = 170+148+36=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 36 (14.45% from 255 or 10.17% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9424 is #556BDB. Grayscale: #8E8E8E. Windows color (decimal): -5598172 or 2397354. OLE color: 2397354.

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

Color convert

RGB17014836-
CMYK00.130.790.33
HSL50.15º65.05%40.39%-
HSV(B)50.15º78.82%66.67%-
XYZ27.4929.855.98-
YUV141.8168.29148.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.02%
GREEN value IS 148 (58.20% from 255) = 41.81%
BLUE value IS 36 (14.45% from 255) = 10.17%
R=48.02%
G=41.81%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701483600.130.790.3350.1565.0540.39
HexAA94240D4F21324128
Octal25222444015117416210150
Binary10101010100101001001000110110011111000011100101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9424; }

 p { color: rgb(170,148,36); }

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

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

 a { background-color: rgb(170,148,36); }

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

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

 span { border-color: rgb(170,148,36); }

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