#AEA11C

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

Shades of Lucky #AEA11C

Tints of Lucky #AEA11C

Color information

#AEA11C (or 0xAEA11C) is unknown color: approx Lucky. HEX triplet: AE, A1 and 1C. RGB value is (174,161,28). Sum of RGB (Red+Green+Blue) = 174+161+28=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA11C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA11C is #515EE3. Grayscale: #969696. Windows color (decimal): -5332708 or 1876398. OLE color: 1876398.

HSL color Cylindrical-coordinate representation of color #AEA11C: hue angle of 54.66º 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 #AEA11C is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB17416128-
CMYK00.070.840.32
HSL54.66º72.28%39.61%-
HSV(B)54.66º83.91%68.24%-
XYZ30.4134.576.17-
YUV149.7259.31145.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.93%
GREEN value IS 161 (63.28% from 255) = 44.35%
BLUE value IS 28 (11.33% from 255) = 7.71%
R=47.93%
G=44.35%
B=7.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741612800.070.840.3254.6672.2839.61
HexAEA11C075420374828
Octal2562413407124406711050
Binary101011101010000111100011110101001000001101111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA11C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA11C; }

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

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

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

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

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

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

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

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