#AEA50A

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

Shades of Lucky #AEA50A

Tints of Lucky #AEA50A

Color information

#AEA50A (or 0xAEA50A) is unknown color: approx Lucky. HEX triplet: AE, A5 and 0A. RGB value is (174,165,10). Sum of RGB (Red+Green+Blue) = 174+165+10=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 165 (64.84% from 255 or 47.28% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA50A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA50A is #515AF5. Grayscale: #969696. Windows color (decimal): -5331702 or 697774. OLE color: 697774.

HSL color Cylindrical-coordinate representation of color #AEA50A: hue angle of 56.71º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AEA50A is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB17416510-
CMYK00.050.940.32
HSL56.71º89.13%36.08%-
HSV(B)56.71º94.25%68.24%-
XYZ30.9735.935.59-
YUV150.0248.98145.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.86%
GREEN value IS 165 (64.84% from 255) = 47.28%
BLUE value IS 10 (4.30% from 255) = 2.87%
R=49.86%
G=47.28%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741651000.050.940.3256.7189.1336.08
HexAEA5A055E20395924
Octal2562451205136407113144
Binary10101110101001011010010110111101000001110011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA50A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA50A; }

 p { color: rgb(174,165,10); }

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

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

 a { background-color: rgb(174,165,10); }

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

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

 span { border-color: rgb(174,165,10); }

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