#AEA110

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

Shades of Lucky #AEA110

Tints of Lucky #AEA110

Color information

#AEA110 (or 0xAEA110) is unknown color: approx Lucky. HEX triplet: AE, A1 and 10. RGB value is (174,161,16). Sum of RGB (Red+Green+Blue) = 174+161+16=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 161 (63.28% from 255 or 45.87% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA110 is #515EEF. Grayscale: #949494. Windows color (decimal): -5332720 or 1089966. OLE color: 1089966.

HSL color Cylindrical-coordinate representation of color #AEA110: hue angle of 55.06º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AEA110 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB17416116-
CMYK00.070.910.32
HSL55.06º83.16%37.25%-
HSV(B)55.06º90.8%68.24%-
XYZ30.2934.535.56-
YUV148.3653.31146.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.57%
GREEN value IS 161 (63.28% from 255) = 45.87%
BLUE value IS 16 (6.64% from 255) = 4.56%
R=49.57%
G=45.87%
B=4.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741611600.070.910.3255.0683.1637.25
HexAEA110075B20375325
Octal2562412007133406712345
Binary101011101010000110000011110110111000001101111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA110; }

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

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

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

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

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

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

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

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