#AEA514

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

Shades of Lucky #AEA514

Tints of Lucky #AEA514

Color information

#AEA514 (or 0xAEA514) is unknown color: approx Lucky. HEX triplet: AE, A5 and 14. RGB value is (174,165,20). Sum of RGB (Red+Green+Blue) = 174+165+20=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA514 is #515AEB. Grayscale: #979797. Windows color (decimal): -5331692 or 1353134. OLE color: 1353134.

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

Color convert

RGB17416520-
CMYK00.050.890.32
HSL56.49º79.38%38.04%-
HSV(B)56.49º88.51%68.24%-
XYZ31.0435.965.97-
YUV151.1653.98144.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.47%
GREEN value IS 165 (64.84% from 255) = 45.96%
BLUE value IS 20 (8.20% from 255) = 5.57%
R=48.47%
G=45.96%
B=5.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741652000.050.890.3256.4979.3838.04
HexAEA514055920384f26
Octal2562452405131407011746
Binary101011101010010110100010110110011000001110001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA514; }

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

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

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

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

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

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

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

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