#AEA41E

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

Shades of Lucky #AEA41E

Tints of Lucky #AEA41E

Color information

#AEA41E (or 0xAEA41E) is unknown color: approx Lucky. HEX triplet: AE, A4 and 1E. RGB value is (174,164,30). Sum of RGB (Red+Green+Blue) = 174+164+30=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA41E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA41E is #515BE1. Grayscale: #989898. Windows color (decimal): -5331938 or 2008238. OLE color: 2008238.

HSL color Cylindrical-coordinate representation of color #AEA41E: hue angle of 55.83º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AEA41E is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB17416430-
CMYK00.060.830.32
HSL55.83º70.59%40%-
HSV(B)55.83º82.76%68.24%-
XYZ30.9735.646.48-
YUV151.7159.31143.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.28%
GREEN value IS 164 (64.45% from 255) = 44.57%
BLUE value IS 30 (12.11% from 255) = 8.15%
R=47.28%
G=44.57%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741643000.060.830.3255.8370.5940
HexAEA41E065320384728
Octal2562443606123407010750
Binary101011101010010011110011010100111000001110001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA41E; }

 p { color: rgb(174,164,30); }

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

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

 a { background-color: rgb(174,164,30); }

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

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

 span { border-color: rgb(174,164,30); }

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