#AE9219

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

Shades of Lucky #AE9219

Tints of Lucky #AE9219

Color information

#AE9219 (or 0xAE9219) is unknown color: approx Lucky. HEX triplet: AE, 92 and 19. RGB value is (174,146,25). Sum of RGB (Red+Green+Blue) = 174+146+25=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9219 is #516DE6. Grayscale: #8D8D8D. Windows color (decimal): -5336551 or 1675950. OLE color: 1675950.

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

Color convert

RGB17414625-
CMYK00.160.860.32
HSL48.72º74.87%39.02%-
HSV(B)48.72º85.63%68.24%-
XYZ27.9129.635.17-
YUV140.5862.78151.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.43%
GREEN value IS 146 (57.42% from 255) = 42.32%
BLUE value IS 25 (10.16% from 255) = 7.25%
R=50.43%
G=42.32%
B=7.25%

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
Decimal1741462500.160.860.3248.7274.8739.02
HexAE92190105620314b27
Octal25622231020126406111347
Binary10101110100100101100101000010101101000001100011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9219; }

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

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

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

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

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

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

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

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