#AE9319

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

Shades of Lucky #AE9319

Tints of Lucky #AE9319

Color information

#AE9319 (or 0xAE9319) is unknown color: approx Lucky. HEX triplet: AE, 93 and 19. RGB value is (174,147,25). Sum of RGB (Red+Green+Blue) = 174+147+25=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9319 is #516CE6. Grayscale: #8D8D8D. Windows color (decimal): -5336295 or 1676206. OLE color: 1676206.

HSL color Cylindrical-coordinate representation of color #AE9319: hue angle of 49.13º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE9319 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB17414725-
CMYK00.160.860.32
HSL49.13º74.87%39.02%-
HSV(B)49.13º85.63%68.24%-
XYZ28.0629.945.22-
YUV141.1662.45151.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.29%
GREEN value IS 147 (57.81% from 255) = 42.49%
BLUE value IS 25 (10.16% from 255) = 7.23%
R=50.29%
G=42.49%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741472500.160.860.3249.1374.8739.02
HexAE93190105620314b27
Octal25622331020126406111347
Binary10101110100100111100101000010101101000001100011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9319; }

 p { color: rgb(174,147,25); }

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

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

 a { background-color: rgb(174,147,25); }

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

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

 span { border-color: rgb(174,147,25); }

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