#AE9A03

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

Shades of Lucky #AE9A03

Tints of Lucky #AE9A03

Color information

#AE9A03 (or 0xAE9A03) is unknown color: approx Lucky. HEX triplet: AE, 9A and 03. RGB value is (174,154,3). Sum of RGB (Red+Green+Blue) = 174+154+3=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 154 (60.55% from 255 or 46.53% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9A03 is #5165FC. Grayscale: #8F8F8F. Windows color (decimal): -5334525 or 236206. OLE color: 236206.

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

Color convert

RGB1741543-
CMYK00.110.980.32
HSL52.98º96.61%34.71%-
HSV(B)52.98º98.28%68.24%-
XYZ29.0332.124.76-
YUV142.7749.13150.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.57%
GREEN value IS 154 (60.55% from 255) = 46.53%
BLUE value IS 3 (1.56% from 255) = 0.91%
R=52.57%
G=46.53%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174154300.110.980.3252.9896.6134.71
HexAE9A30B6220356123
Octal2562323013142406514143
Binary1010111010011010110101111000101000001101011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9A03; }

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

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

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

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

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

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

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

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