#AE9C13

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

Shades of Lucky #AE9C13

Tints of Lucky #AE9C13

Color information

#AE9C13 (or 0xAE9C13) is unknown color: approx Lucky. HEX triplet: AE, 9C and 13. RGB value is (174,156,19). Sum of RGB (Red+Green+Blue) = 174+156+19=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 156 (61.33% from 255 or 44.70% from 349); Blue value is 19 (7.81% from 255 or 5.44% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9C13 is #5163EC. Grayscale: #929292. Windows color (decimal): -5333997 or 1285294. OLE color: 1285294.

HSL color Cylindrical-coordinate representation of color #AE9C13: hue angle of 53.03º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE9C13 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB17415619-
CMYK00.100.890.32
HSL53.03º80.31%37.84%-
HSV(B)53.03º89.08%68.24%-
XYZ29.4632.825.4-
YUV145.7656.46148.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.86%
GREEN value IS 156 (61.33% from 255) = 44.70%
BLUE value IS 19 (7.81% from 255) = 5.44%
R=49.86%
G=44.70%
B=5.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741561900.100.890.3253.0380.3137.84
HexAE9C130A5920355026
Octal25623423012131406512046
Binary1010111010011100100110101010110011000001101011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9C13; }

 p { color: rgb(174,156,19); }

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

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

 a { background-color: rgb(174,156,19); }

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

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

 span { border-color: rgb(174,156,19); }

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