#AEA31B

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

Shades of Lucky #AEA31B

Tints of Lucky #AEA31B

Color information

#AEA31B (or 0xAEA31B) is unknown color: approx Lucky. HEX triplet: AE, A3 and 1B. RGB value is (174,163,27). Sum of RGB (Red+Green+Blue) = 174+163+27=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA31B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA31B is #515CE4. Grayscale: #979797. Windows color (decimal): -5332197 or 1811374. OLE color: 1811374.

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

Color convert

RGB17416327-
CMYK00.060.840.32
HSL55.51º73.13%39.41%-
HSV(B)55.51º84.48%68.24%-
XYZ30.7535.276.22-
YUV150.7858.14144.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.80%
GREEN value IS 163 (64.06% from 255) = 44.78%
BLUE value IS 27 (10.94% from 255) = 7.42%
R=47.80%
G=44.78%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741632700.060.840.3255.5173.1339.41
HexAEA31B065420384927
Octal2562433306124407011147
Binary101011101010001111011011010101001000001110001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA31B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA31B; }

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

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

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

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

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

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

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

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