#AE8E18

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

Shades of Lucky #AE8E18

Tints of Lucky #AE8E18

Color information

#AE8E18 (or 0xAE8E18) is unknown color: approx Lucky. HEX triplet: AE, 8E and 18. RGB value is (174,142,24). Sum of RGB (Red+Green+Blue) = 174+142+24=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 142 (55.86% from 255 or 41.76% from 340); Blue value is 24 (9.77% from 255 or 7.06% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8E18 is #5171E7. Grayscale: #8A8A8A. Windows color (decimal): -5337576 or 1609390. OLE color: 1609390.

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

Color convert

RGB17414224-
CMYK00.180.860.32
HSL47.2º75.76%38.82%-
HSV(B)47.2º86.21%68.24%-
XYZ27.2928.414.91-
YUV138.1263.6153.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.18%
GREEN value IS 142 (55.86% from 255) = 41.76%
BLUE value IS 24 (9.77% from 255) = 7.06%
R=51.18%
G=41.76%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741422400.180.860.3247.275.7638.82
HexAE8E1801256202f4c27
Octal25621630022126405711447
Binary10101110100011101100001001010101101000001011111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8E18; }

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

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

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

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

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

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

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

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