#AEA116

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

Shades of Lucky #AEA116

Tints of Lucky #AEA116

Color information

#AEA116 (or 0xAEA116) is unknown color: approx Lucky. HEX triplet: AE, A1 and 16. RGB value is (174,161,22). Sum of RGB (Red+Green+Blue) = 174+161+22=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA116 is #515EE9. Grayscale: #959595. Windows color (decimal): -5332714 or 1483182. OLE color: 1483182.

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

Color convert

RGB17416122-
CMYK00.070.870.32
HSL54.87º77.55%38.43%-
HSV(B)54.87º87.36%68.24%-
XYZ30.3534.555.83-
YUV149.0456.31145.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.74%
GREEN value IS 161 (63.28% from 255) = 45.10%
BLUE value IS 22 (8.98% from 255) = 6.16%
R=48.74%
G=45.10%
B=6.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741612200.070.870.3254.8777.5538.43
HexAEA116075720374e26
Octal2562412607127406711646
Binary101011101010000110110011110101111000001101111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA116; }

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

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

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

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

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

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

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

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