#AE921A

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

Shades of Lucky #AE921A

Tints of Lucky #AE921A

Color information

#AE921A (or 0xAE921A) is unknown color: approx Lucky. HEX triplet: AE, 92 and 1A. RGB value is (174,146,26). Sum of RGB (Red+Green+Blue) = 174+146+26=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE921A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE921A is #516DE5. Grayscale: #8D8D8D. Windows color (decimal): -5336550 or 1741486. OLE color: 1741486.

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

Color convert

RGB17414626-
CMYK00.160.850.32
HSL48.65º74%39.22%-
HSV(B)48.65º85.06%68.24%-
XYZ27.9229.635.23-
YUV140.6963.28151.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.29%
GREEN value IS 146 (57.42% from 255) = 42.20%
BLUE value IS 26 (10.55% from 255) = 7.51%
R=50.29%
G=42.20%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741462600.160.850.3248.657439.22
HexAE921A0105520314a27
Octal25622232020125406111247
Binary10101110100100101101001000010101011000001100011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE921A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE921A; }

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

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

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

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

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

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

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

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