#AE9715

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

Shades of Lucky #AE9715

Tints of Lucky #AE9715

Color information

#AE9715 (or 0xAE9715) is unknown color: approx Lucky. HEX triplet: AE, 97 and 15. RGB value is (174,151,21). Sum of RGB (Red+Green+Blue) = 174+151+21=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9715 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9715 is #5168EA. Grayscale: #8F8F8F. Windows color (decimal): -5335275 or 1415086. OLE color: 1415086.

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

Color convert

RGB17415121-
CMYK00.130.880.32
HSL50.98º78.46%38.24%-
HSV(B)50.98º87.93%68.24%-
XYZ28.6631.195.22-
YUV143.0659.12150.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.29%
GREEN value IS 151 (59.38% from 255) = 43.64%
BLUE value IS 21 (8.59% from 255) = 6.07%
R=50.29%
G=43.64%
B=6.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741512100.130.880.3250.9878.4638.24
HexAE97150D5820334e26
Octal25622725015130406311646
Binary1010111010010111101010110110110001000001100111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9715; }

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

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

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

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

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

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

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

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