#AE8E1A

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

Shades of Lucky #AE8E1A

Tints of Lucky #AE8E1A

Color information

#AE8E1A (or 0xAE8E1A) is unknown color: approx Lucky. HEX triplet: AE, 8E and 1A. RGB value is (174,142,26). Sum of RGB (Red+Green+Blue) = 174+142+26=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 142 (55.86% from 255 or 41.52% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8E1A is #5171E5. Grayscale: #8A8A8A. Windows color (decimal): -5337574 or 1740462. OLE color: 1740462.

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

Color convert

RGB17414226-
CMYK00.180.850.32
HSL47.03º74%39.22%-
HSV(B)47.03º85.06%68.24%-
XYZ27.3228.425.02-
YUV138.3464.6153.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.88%
GREEN value IS 142 (55.86% from 255) = 41.52%
BLUE value IS 26 (10.55% from 255) = 7.60%
R=50.88%
G=41.52%
B=7.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741422600.180.850.3247.037439.22
HexAE8E1A01255202f4a27
Octal25621632022125405711247
Binary10101110100011101101001001010101011000001011111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8E1A; }

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

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

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

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

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

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

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

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