#AEA016

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

Shades of Lucky #AEA016

Tints of Lucky #AEA016

Color information

#AEA016 (or 0xAEA016) is unknown color: approx Lucky. HEX triplet: AE, A0 and 16. RGB value is (174,160,22). Sum of RGB (Red+Green+Blue) = 174+160+22=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA016 is #515FE9. Grayscale: #959595. Windows color (decimal): -5332970 or 1482926. OLE color: 1482926.

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

Color convert

RGB17416022-
CMYK00.080.870.32
HSL54.47º77.55%38.43%-
HSV(B)54.47º87.36%68.24%-
XYZ30.1734.25.77-
YUV148.4556.64146.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.88%
GREEN value IS 160 (62.89% from 255) = 44.94%
BLUE value IS 22 (8.98% from 255) = 6.18%
R=48.88%
G=44.94%
B=6.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741602200.080.870.3254.4777.5538.43
HexAEA016085720364e26
Octal25624026010127406611646
Binary1010111010100000101100100010101111000001101101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA016; }

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

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

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

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

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

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

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

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