#AEA025

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

Shades of Lucky #AEA025

Tints of Lucky #AEA025

Color information

#AEA025 (or 0xAEA025) is unknown color: approx Lucky. HEX triplet: AE, A0 and 25. RGB value is (174,160,37). Sum of RGB (Red+Green+Blue) = 174+160+37=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA025 is #515FDA. Grayscale: #969696. Windows color (decimal): -5332955 or 2465966. OLE color: 2465966.

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

Color convert

RGB17416037-
CMYK00.080.790.32
HSL53.87º64.93%41.37%-
HSV(B)53.87º78.74%68.24%-
XYZ30.3634.276.77-
YUV150.1664.14145-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.90%
GREEN value IS 160 (62.89% from 255) = 43.13%
BLUE value IS 37 (14.84% from 255) = 9.97%
R=46.90%
G=43.13%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741603700.080.790.3253.8764.9341.37
HexAEA025084F20364129
Octal25624045010117406610151
Binary10101110101000001001010100010011111000001101101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA025; }

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

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

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

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

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

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

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

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