#AEA616

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

Shades of Lucky #AEA616

Tints of Lucky #AEA616

Color information

#AEA616 (or 0xAEA616) is unknown color: approx Lucky. HEX triplet: AE, A6 and 16. RGB value is (174,166,22). Sum of RGB (Red+Green+Blue) = 174+166+22=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA616 is #5159E9. Grayscale: #989898. Windows color (decimal): -5331434 or 1484462. OLE color: 1484462.

HSL color Cylindrical-coordinate representation of color #AEA616: hue angle of 56.84º 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 #AEA616 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB17416622-
CMYK00.050.870.32
HSL56.84º77.55%38.43%-
HSV(B)56.84º87.36%68.24%-
XYZ31.2436.336.12-
YUV151.9854.65143.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.07%
GREEN value IS 166 (65.23% from 255) = 45.86%
BLUE value IS 22 (8.98% from 255) = 6.08%
R=48.07%
G=45.86%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741662200.050.870.3256.8477.5538.43
HexAEA616055720394e26
Octal2562462605127407111646
Binary101011101010011010110010110101111000001110011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA616; }

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

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

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

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

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

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

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

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