#AEA017

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

Shades of Lucky #AEA017

Tints of Lucky #AEA017

Color information

#AEA017 (or 0xAEA017) is unknown color: approx Lucky. HEX triplet: AE, A0 and 17. RGB value is (174,160,23). Sum of RGB (Red+Green+Blue) = 174+160+23=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 23 (9.38% from 255 or 6.44% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA017 is #515FE8. Grayscale: #959595. Windows color (decimal): -5332969 or 1548462. OLE color: 1548462.

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

Color convert

RGB17416023-
CMYK00.080.870.32
HSL54.44º76.65%38.63%-
HSV(B)54.44º86.78%68.24%-
XYZ30.1834.25.82-
YUV148.5757.14146.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.74%
GREEN value IS 160 (62.89% from 255) = 44.82%
BLUE value IS 23 (9.38% from 255) = 6.44%
R=48.74%
G=44.82%
B=6.44%

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
Decimal1741602300.080.870.3254.4476.6538.63
HexAEA017085720364d27
Octal25624027010127406611547
Binary1010111010100000101110100010101111000001101101001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA017; }

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

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

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

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

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

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

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

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