#AEA01C

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

Shades of Lucky #AEA01C

Tints of Lucky #AEA01C

Color information

#AEA01C (or 0xAEA01C) is unknown color: approx Lucky. HEX triplet: AE, A0 and 1C. RGB value is (174,160,28). Sum of RGB (Red+Green+Blue) = 174+160+28=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA01C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA01C is #515FE3. Grayscale: #959595. Windows color (decimal): -5332964 or 1876142. OLE color: 1876142.

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

Color convert

RGB17416028-
CMYK00.080.840.32
HSL54.25º72.28%39.61%-
HSV(B)54.25º83.91%68.24%-
XYZ30.2434.226.11-
YUV149.1459.64145.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.07%
GREEN value IS 160 (62.89% from 255) = 44.20%
BLUE value IS 28 (11.33% from 255) = 7.73%
R=48.07%
G=44.20%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741602800.080.840.3254.2572.2839.61
HexAEA01C085420364828
Octal25624034010124406611050
Binary1010111010100000111000100010101001000001101101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA01C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA01C; }

 p { color: rgb(174,160,28); }

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

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

 a { background-color: rgb(174,160,28); }

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

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

 span { border-color: rgb(174,160,28); }

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