#AEA510

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

Shades of Lucky #AEA510

Tints of Lucky #AEA510

Color information

#AEA510 (or 0xAEA510) is unknown color: approx Lucky. HEX triplet: AE, A5 and 10. RGB value is (174,165,16). Sum of RGB (Red+Green+Blue) = 174+165+16=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA510 is #515AEF. Grayscale: #979797. Windows color (decimal): -5331696 or 1090990. OLE color: 1090990.

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

Color convert

RGB17416516-
CMYK00.050.910.32
HSL56.58º83.16%37.25%-
HSV(B)56.58º90.8%68.24%-
XYZ3135.955.79-
YUV150.751.98144.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.01%
GREEN value IS 165 (64.84% from 255) = 46.48%
BLUE value IS 16 (6.64% from 255) = 4.51%
R=49.01%
G=46.48%
B=4.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741651600.050.910.3256.5883.1637.25
HexAEA510055B20395325
Octal2562452005133407112345
Binary101011101010010110000010110110111000001110011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA510; }

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

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

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

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

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

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

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

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