#AE9A0D

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

Shades of Lucky #AE9A0D

Tints of Lucky #AE9A0D

Color information

#AE9A0D (or 0xAE9A0D) is unknown color: approx Lucky. HEX triplet: AE, 9A and 0D. RGB value is (174,154,13). Sum of RGB (Red+Green+Blue) = 174+154+13=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9A0D is #5165F2. Grayscale: #909090. Windows color (decimal): -5334515 or 891566. OLE color: 891566.

HSL color Cylindrical-coordinate representation of color #AE9A0D: hue angle of 52.55º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE9A0D is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB17415413-
CMYK00.110.930.32
HSL52.55º86.1%36.67%-
HSV(B)52.55º92.53%68.24%-
XYZ29.0832.145.05-
YUV143.9154.13149.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.03%
GREEN value IS 154 (60.55% from 255) = 45.16%
BLUE value IS 13 (5.47% from 255) = 3.81%
R=51.03%
G=45.16%
B=3.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741541300.110.930.3252.5586.136.67
HexAE9AD0B5D20355625
Octal25623215013135406512645
Binary101011101001101011010101110111011000001101011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9A0D; }

 p { color: rgb(174,154,13); }

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

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

 a { background-color: rgb(174,154,13); }

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

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

 span { border-color: rgb(174,154,13); }

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