#AEA710

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

Shades of Lucky #AEA710

Tints of Lucky #AEA710

Color information

#AEA710 (or 0xAEA710) is unknown color: approx Lucky. HEX triplet: AE, A7 and 10. RGB value is (174,167,16). Sum of RGB (Red+Green+Blue) = 174+167+16=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 167 (65.62% from 255 or 46.78% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA710 is #5158EF. Grayscale: #989898. Windows color (decimal): -5331184 or 1091502. OLE color: 1091502.

HSL color Cylindrical-coordinate representation of color #AEA710: hue angle of 57.34º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AEA710 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB17416716-
CMYK00.040.910.32
HSL57.34º83.16%37.25%-
HSV(B)57.34º90.8%68.24%-
XYZ31.3736.675.92-
YUV151.8851.32143.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.74%
GREEN value IS 167 (65.62% from 255) = 46.78%
BLUE value IS 16 (6.64% from 255) = 4.48%
R=48.74%
G=46.78%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741671600.040.910.3257.3483.1637.25
HexAEA710045B20395325
Octal2562472004133407112345
Binary101011101010011110000010010110111000001110011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA710; }

 p { color: rgb(174,167,16); }

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

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

 a { background-color: rgb(174,167,16); }

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

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

 span { border-color: rgb(174,167,16); }

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