#AEA80E

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

Shades of Lucky #AEA80E

Tints of Lucky #AEA80E

Color information

#AEA80E (or 0xAEA80E) is unknown color: approx Lucky. HEX triplet: AE, A8 and 0E. RGB value is (174,168,14). Sum of RGB (Red+Green+Blue) = 174+168+14=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 168 (66.02% from 255 or 47.19% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA80E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA80E is #5157F1. Grayscale: #989898. Windows color (decimal): -5330930 or 960686. OLE color: 960686.

HSL color Cylindrical-coordinate representation of color #AEA80E: hue angle of 57.75º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AEA80E is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB17416814-
CMYK00.030.920.32
HSL57.75º85.11%36.86%-
HSV(B)57.75º91.95%68.24%-
XYZ31.5437.045.9-
YUV152.2449.99143.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.88%
GREEN value IS 168 (66.02% from 255) = 47.19%
BLUE value IS 14 (5.86% from 255) = 3.93%
R=48.88%
G=47.19%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.92
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741681400.030.920.3257.7585.1136.86
HexAEA8E035C203a5525
Octal2562501603134407212545
Binary1010111010101000111001110111001000001110101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA80E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA80E; }

 p { color: rgb(174,168,14); }

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

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

 a { background-color: rgb(174,168,14); }

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

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

 span { border-color: rgb(174,168,14); }

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