#AEA409

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

Shades of Lucky #AEA409

Tints of Lucky #AEA409

Color information

#AEA409 (or 0xAEA409) is unknown color: approx Lucky. HEX triplet: AE, A4 and 09. RGB value is (174,164,9). Sum of RGB (Red+Green+Blue) = 174+164+9=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 164 (64.45% from 255 or 47.26% from 347); Blue value is 9 (3.91% from 255 or 2.59% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA409 is #515BF6. Grayscale: #959595. Windows color (decimal): -5331959 or 631982. OLE color: 631982.

HSL color Cylindrical-coordinate representation of color #AEA409: hue angle of 56.36º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AEA409 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB1741649-
CMYK00.060.950.32
HSL56.36º90.16%35.88%-
HSV(B)56.36º94.83%68.24%-
XYZ30.7835.575.5-
YUV149.3248.81145.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.14%
GREEN value IS 164 (64.45% from 255) = 47.26%
BLUE value IS 9 (3.91% from 255) = 2.59%
R=50.14%
G=47.26%
B=2.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174164900.060.950.3256.3690.1635.88
HexAEA49065F20385a24
Octal2562441106137407013244
Binary10101110101001001001011010111111000001110001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA409; }

 p { color: rgb(174,164,9); }

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

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

 a { background-color: rgb(174,164,9); }

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

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

 span { border-color: rgb(174,164,9); }

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