#AAA024

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

Shades of Lucky #AAA024

Tints of Lucky #AAA024

Color information

#AAA024 (or 0xAAA024) is unknown color: approx Lucky. HEX triplet: AA, A0 and 24. RGB value is (170,160,36). Sum of RGB (Red+Green+Blue) = 170+160+36=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 36 (14.45% from 255 or 9.84% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA024 is #555FDB. Grayscale: #959595. Windows color (decimal): -5595100 or 2400426. OLE color: 2400426.

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

Color convert

RGB17016036-
CMYK00.060.790.33
HSL55.52º65.05%40.39%-
HSV(B)55.52º78.82%66.67%-
XYZ29.4733.826.64-
YUV148.8564.31143.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.45%
GREEN value IS 160 (62.89% from 255) = 43.72%
BLUE value IS 36 (14.45% from 255) = 9.84%
R=46.45%
G=43.72%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701603600.060.790.3355.5265.0540.39
HexAAA024064F21384128
Octal2522404406117417010150
Binary1010101010100000100100011010011111000011110001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA024; }

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

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

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

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

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

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

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

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