#AEA31F

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

Shades of Lucky #AEA31F

Tints of Lucky #AEA31F

Color information

#AEA31F (or 0xAEA31F) is unknown color: approx Lucky. HEX triplet: AE, A3 and 1F. RGB value is (174,163,31). Sum of RGB (Red+Green+Blue) = 174+163+31=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 31 (12.5% from 255 or 8.42% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA31F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA31F is #515CE0. Grayscale: #979797. Windows color (decimal): -5332193 or 2073518. OLE color: 2073518.

HSL color Cylindrical-coordinate representation of color #AEA31F: hue angle of 55.38º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AEA31F is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB17416331-
CMYK00.060.820.32
HSL55.38º69.76%40.2%-
HSV(B)55.38º82.18%68.24%-
XYZ30.835.296.49-
YUV151.2460.14144.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.28%
GREEN value IS 163 (64.06% from 255) = 44.29%
BLUE value IS 31 (12.5% from 255) = 8.42%
R=47.28%
G=44.29%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741633100.060.820.3255.3869.7640.2
HexAEA31F065220374628
Octal2562433706122406710650
Binary101011101010001111111011010100101000001101111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA31F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA31F; }

 p { color: rgb(174,163,31); }

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

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

 a { background-color: rgb(174,163,31); }

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

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

 span { border-color: rgb(174,163,31); }

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