#AE901A

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

Shades of Lucky #AE901A

Tints of Lucky #AE901A

Color information

#AE901A (or 0xAE901A) is unknown color: approx Lucky. HEX triplet: AE, 90 and 1A. RGB value is (174,144,26). Sum of RGB (Red+Green+Blue) = 174+144+26=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE901A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE901A is #516FE5. Grayscale: #8C8C8C. Windows color (decimal): -5337062 or 1740974. OLE color: 1740974.

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

Color convert

RGB17414426-
CMYK00.170.850.32
HSL47.84º74%39.22%-
HSV(B)47.84º85.06%68.24%-
XYZ27.6229.025.12-
YUV139.5263.94152.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.58%
GREEN value IS 144 (56.64% from 255) = 41.86%
BLUE value IS 26 (10.55% from 255) = 7.56%
R=50.58%
G=41.86%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741442600.170.850.3247.847439.22
HexAE901A0115520304a27
Octal25622032021125406011247
Binary10101110100100001101001000110101011000001100001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE901A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE901A; }

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

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

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

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

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

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

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

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