#AE9615

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

Shades of Lucky #AE9615

Tints of Lucky #AE9615

Color information

#AE9615 (or 0xAE9615) is unknown color: approx Lucky. HEX triplet: AE, 96 and 15. RGB value is (174,150,21). Sum of RGB (Red+Green+Blue) = 174+150+21=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9615 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9615 is #5169EA. Grayscale: #8F8F8F. Windows color (decimal): -5335531 or 1414830. OLE color: 1414830.

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

Color convert

RGB17415021-
CMYK00.140.880.32
HSL50.59º78.46%38.24%-
HSV(B)50.59º87.93%68.24%-
XYZ28.530.875.17-
YUV142.4759.45150.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.43%
GREEN value IS 150 (58.98% from 255) = 43.48%
BLUE value IS 21 (8.59% from 255) = 6.09%
R=50.43%
G=43.48%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741502100.140.880.3250.5978.4638.24
HexAE96150E5820334e26
Octal25622625016130406311646
Binary1010111010010110101010111010110001000001100111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9615; }

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

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

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

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

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

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

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

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