#AEA021

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

Shades of Lucky #AEA021

Tints of Lucky #AEA021

Color information

#AEA021 (or 0xAEA021) is unknown color: approx Lucky. HEX triplet: AE, A0 and 21. RGB value is (174,160,33). Sum of RGB (Red+Green+Blue) = 174+160+33=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 33 (13.28% from 255 or 8.99% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA021 is #515FDE. Grayscale: #969696. Windows color (decimal): -5332959 or 2203822. OLE color: 2203822.

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

Color convert

RGB17416033-
CMYK00.080.810.32
HSL54.04º68.12%40.59%-
HSV(B)54.04º81.03%68.24%-
XYZ30.334.256.45-
YUV149.7162.14145.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.41%
GREEN value IS 160 (62.89% from 255) = 43.60%
BLUE value IS 33 (13.28% from 255) = 8.99%
R=47.41%
G=43.60%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741603300.080.810.3254.0468.1240.59
HexAEA021085120364429
Octal25624041010121406610451
Binary10101110101000001000010100010100011000001101101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA021; }

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

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

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

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

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

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

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

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