#AE9513

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

Shades of Lucky #AE9513

Tints of Lucky #AE9513

Color information

#AE9513 (or 0xAE9513) is unknown color: approx Lucky. HEX triplet: AE, 95 and 13. RGB value is (174,149,19). Sum of RGB (Red+Green+Blue) = 174+149+19=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9513 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9513 is #516AEC. Grayscale: #8E8E8E. Windows color (decimal): -5335789 or 1283502. OLE color: 1283502.

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

Color convert

RGB17414919-
CMYK00.140.890.32
HSL50.32º80.31%37.84%-
HSV(B)50.32º89.08%68.24%-
XYZ28.3230.545.02-
YUV141.6558.78151.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.88%
GREEN value IS 149 (58.59% from 255) = 43.57%
BLUE value IS 19 (7.81% from 255) = 5.56%
R=50.88%
G=43.57%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741491900.140.890.3250.3280.3137.84
HexAE95130E5920325026
Octal25622523016131406212046
Binary1010111010010101100110111010110011000001100101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9513; }

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

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

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

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

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

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

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

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