#AEA21F

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

Shades of Lucky #AEA21F

Tints of Lucky #AEA21F

Color information

#AEA21F (or 0xAEA21F) is unknown color: approx Lucky. HEX triplet: AE, A2 and 1F. RGB value is (174,162,31). Sum of RGB (Red+Green+Blue) = 174+162+31=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 31 (12.5% from 255 or 8.45% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA21F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA21F is #515DE0. Grayscale: #979797. Windows color (decimal): -5332449 or 2073262. OLE color: 2073262.

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

Color convert

RGB17416231-
CMYK00.070.820.32
HSL54.97º69.76%40.2%-
HSV(B)54.97º82.18%68.24%-
XYZ30.6234.946.43-
YUV150.6560.48144.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.41%
GREEN value IS 162 (63.67% from 255) = 44.14%
BLUE value IS 31 (12.5% from 255) = 8.45%
R=47.41%
G=44.14%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741623100.070.820.3254.9769.7640.2
HexAEA21F075220374628
Octal2562423707122406710650
Binary101011101010001011111011110100101000001101111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA21F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA21F; }

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

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

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

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

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

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

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

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