#AE9B18

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

Shades of Lucky #AE9B18

Tints of Lucky #AE9B18

Color information

#AE9B18 (or 0xAE9B18) is unknown color: approx Lucky. HEX triplet: AE, 9B and 18. RGB value is (174,155,24). Sum of RGB (Red+Green+Blue) = 174+155+24=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9B18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9B18 is #5164E7. Grayscale: #929292. Windows color (decimal): -5334248 or 1612718. OLE color: 1612718.

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

Color convert

RGB17415524-
CMYK00.110.860.32
HSL52.4º75.76%38.82%-
HSV(B)52.4º86.21%68.24%-
XYZ29.3432.515.59-
YUV145.7559.29148.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.29%
GREEN value IS 155 (60.94% from 255) = 43.91%
BLUE value IS 24 (9.77% from 255) = 6.80%
R=49.29%
G=43.91%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741552400.110.860.3252.475.7638.82
HexAE9B180B5620344c27
Octal25623330013126406411447
Binary1010111010011011110000101110101101000001101001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9B18; }

 p { color: rgb(174,155,24); }

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

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

 a { background-color: rgb(174,155,24); }

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

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

 span { border-color: rgb(174,155,24); }

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