#AE931C

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

Shades of Lucky #AE931C

Tints of Lucky #AE931C

Color information

#AE931C (or 0xAE931C) is unknown color: approx Lucky. HEX triplet: AE, 93 and 1C. RGB value is (174,147,28). Sum of RGB (Red+Green+Blue) = 174+147+28=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE931C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE931C is #516CE3. Grayscale: #8E8E8E. Windows color (decimal): -5336292 or 1872814. OLE color: 1872814.

HSL color Cylindrical-coordinate representation of color #AE931C: hue angle of 48.9º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE931C is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB17414728-
CMYK00.160.840.32
HSL48.9º72.28%39.61%-
HSV(B)48.9º83.91%68.24%-
XYZ28.129.955.4-
YUV141.5163.95151.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.86%
GREEN value IS 147 (57.81% from 255) = 42.12%
BLUE value IS 28 (11.33% from 255) = 8.02%
R=49.86%
G=42.12%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741472800.160.840.3248.972.2839.61
HexAE931C0105420314828
Octal25622334020124406111050
Binary10101110100100111110001000010101001000001100011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE931C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE931C; }

 p { color: rgb(174,147,28); }

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

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

 a { background-color: rgb(174,147,28); }

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

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

 span { border-color: rgb(174,147,28); }

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