#AE9111

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

Shades of Lucky #AE9111

Tints of Lucky #AE9111

Color information

#AE9111 (or 0xAE9111) is unknown color: approx Lucky. HEX triplet: AE, 91 and 11. RGB value is (174,145,17). Sum of RGB (Red+Green+Blue) = 174+145+17=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9111 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9111 is #516EEE. Grayscale: #8B8B8B. Windows color (decimal): -5336815 or 1151406. OLE color: 1151406.

HSL color Cylindrical-coordinate representation of color #AE9111: hue angle of 48.92º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE9111 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB17414517-
CMYK00.170.900.32
HSL48.92º82.2%37.45%-
HSV(B)48.92º90.23%68.24%-
XYZ27.6829.294.72-
YUV139.0859.11152.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.79%
GREEN value IS 145 (57.03% from 255) = 43.15%
BLUE value IS 17 (7.03% from 255) = 5.06%
R=51.79%
G=43.15%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741451700.170.900.3248.9282.237.45
HexAE91110115A20315225
Octal25622121021132406112245
Binary10101110100100011000101000110110101000001100011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9111; }

 p { color: rgb(174,145,17); }

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

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

 a { background-color: rgb(174,145,17); }

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

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

 span { border-color: rgb(174,145,17); }

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