#AE9B13

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

Shades of Lucky #AE9B13

Tints of Lucky #AE9B13

Color information

#AE9B13 (or 0xAE9B13) is unknown color: approx Lucky. HEX triplet: AE, 9B and 13. RGB value is (174,155,19). Sum of RGB (Red+Green+Blue) = 174+155+19=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 155 (60.94% from 255 or 44.54% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9B13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9B13 is #5164EC. Grayscale: #919191. Windows color (decimal): -5334253 or 1285038. OLE color: 1285038.

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

Color convert

RGB17415519-
CMYK00.110.890.32
HSL52.65º80.31%37.84%-
HSV(B)52.65º89.08%68.24%-
XYZ29.2932.495.34-
YUV145.1856.79148.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50%
GREEN value IS 155 (60.94% from 255) = 44.54%
BLUE value IS 19 (7.81% from 255) = 5.46%
R=50%
G=44.54%
B=5.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741551900.110.890.3252.6580.3137.84
HexAE9B130B5920355026
Octal25623323013131406512046
Binary1010111010011011100110101110110011000001101011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9B13; }

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

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

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

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

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

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

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

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