#AE9215

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

Shades of Lucky #AE9215

Tints of Lucky #AE9215

Color information

#AE9215 (or 0xAE9215) is unknown color: approx Lucky. HEX triplet: AE, 92 and 15. RGB value is (174,146,21). Sum of RGB (Red+Green+Blue) = 174+146+21=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9215 is #516DEA. Grayscale: #8C8C8C. Windows color (decimal): -5336555 or 1413806. OLE color: 1413806.

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

Color convert

RGB17414621-
CMYK00.160.880.32
HSL49.02º78.46%38.24%-
HSV(B)49.02º87.93%68.24%-
XYZ27.8729.614.96-
YUV140.1260.78152.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.03%
GREEN value IS 146 (57.42% from 255) = 42.82%
BLUE value IS 21 (8.59% from 255) = 6.16%
R=51.03%
G=42.82%
B=6.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741462100.160.880.3249.0278.4638.24
HexAE92150105820314e26
Octal25622225020130406111646
Binary10101110100100101010101000010110001000001100011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9215; }

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

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

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

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

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

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

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

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