#AEA302

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

Shades of Lucky #AEA302

Tints of Lucky #AEA302

Color information

#AEA302 (or 0xAEA302) is unknown color: approx Lucky. HEX triplet: AE, A3 and 02. RGB value is (174,163,2). Sum of RGB (Red+Green+Blue) = 174+163+2=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 163 (64.06% from 255 or 48.08% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA302 is #515CFD. Grayscale: #949494. Windows color (decimal): -5332222 or 172974. OLE color: 172974.

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

Color convert

RGB1741632-
CMYK00.060.990.32
HSL56.16º97.73%34.51%-
HSV(B)56.16º98.85%68.24%-
XYZ30.5635.25.24-
YUV147.9445.64146.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.33%
GREEN value IS 163 (64.06% from 255) = 48.08%
BLUE value IS 2 (1.17% from 255) = 0.59%
R=51.33%
G=48.08%
B=0.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174163200.060.990.3256.1697.7334.51
HexAEA32066320386223
Octal256243206143407014243
Binary101011101010001110011011000111000001110001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA302; }

 p { color: rgb(174,163,2); }

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

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

 a { background-color: rgb(174,163,2); }

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

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

 span { border-color: rgb(174,163,2); }

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