#AEA314

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

Shades of Lucky #AEA314

Tints of Lucky #AEA314

Color information

#AEA314 (or 0xAEA314) is unknown color: approx Lucky. HEX triplet: AE, A3 and 14. RGB value is (174,163,20). Sum of RGB (Red+Green+Blue) = 174+163+20=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 163 (64.06% from 255 or 45.66% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA314 is #515CEB. Grayscale: #969696. Windows color (decimal): -5332204 or 1352622. OLE color: 1352622.

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

Color convert

RGB17416320-
CMYK00.060.890.32
HSL55.71º79.38%38.04%-
HSV(B)55.71º88.51%68.24%-
XYZ30.6835.245.85-
YUV149.9954.64145.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.74%
GREEN value IS 163 (64.06% from 255) = 45.66%
BLUE value IS 20 (8.20% from 255) = 5.60%
R=48.74%
G=45.66%
B=5.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741632000.060.890.3255.7179.3838.04
HexAEA314065920384f26
Octal2562432406131407011746
Binary101011101010001110100011010110011000001110001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA314; }

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

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

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

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

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

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

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

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