#AE921C

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

Shades of Lucky #AE921C

Tints of Lucky #AE921C

Color information

#AE921C (or 0xAE921C) is unknown color: approx Lucky. HEX triplet: AE, 92 and 1C. RGB value is (174,146,28). Sum of RGB (Red+Green+Blue) = 174+146+28=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE921C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE921C is #516DE3. Grayscale: #8D8D8D. Windows color (decimal): -5336548 or 1872558. OLE color: 1872558.

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

Color convert

RGB17414628-
CMYK00.160.840.32
HSL48.49º72.28%39.61%-
HSV(B)48.49º83.91%68.24%-
XYZ27.9429.645.35-
YUV140.9264.28151.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50%
GREEN value IS 146 (57.42% from 255) = 41.95%
BLUE value IS 28 (11.33% from 255) = 8.05%
R=50%
G=41.95%
B=8.05%

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
Decimal1741462800.160.840.3248.4972.2839.61
HexAE921C0105420304828
Octal25622234020124406011050
Binary10101110100100101110001000010101001000001100001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE921C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE921C; }

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

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

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

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

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

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

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

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