#AE9414

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

Shades of Lucky #AE9414

Tints of Lucky #AE9414

Color information

#AE9414 (or 0xAE9414) is unknown color: approx Lucky. HEX triplet: AE, 94 and 14. RGB value is (174,148,20). Sum of RGB (Red+Green+Blue) = 174+148+20=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9414 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9414 is #516BEB. Grayscale: #8D8D8D. Windows color (decimal): -5336044 or 1348782. OLE color: 1348782.

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

Color convert

RGB17414820-
CMYK00.150.890.32
HSL49.87º79.38%38.04%-
HSV(B)49.87º88.51%68.24%-
XYZ28.1730.235.01-
YUV141.1859.61151.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.88%
GREEN value IS 148 (58.20% from 255) = 43.27%
BLUE value IS 20 (8.20% from 255) = 5.85%
R=50.88%
G=43.27%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741482000.150.890.3249.8779.3838.04
HexAE94140F5920324f26
Octal25622424017131406211746
Binary1010111010010100101000111110110011000001100101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9414; }

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

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

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

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

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

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

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

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