#AE9A05

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

Shades of Lucky #AE9A05

Tints of Lucky #AE9A05

Color information

#AE9A05 (or 0xAE9A05) is unknown color: approx Lucky. HEX triplet: AE, 9A and 05. RGB value is (174,154,5). Sum of RGB (Red+Green+Blue) = 174+154+5=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9A05 is #5165FA. Grayscale: #8F8F8F. Windows color (decimal): -5334523 or 367278. OLE color: 367278.

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

Color convert

RGB1741545-
CMYK00.110.970.32
HSL52.9º94.41%35.1%-
HSV(B)52.9º97.13%68.24%-
XYZ29.0432.124.81-
YUV142.9950.13150.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.25%
GREEN value IS 154 (60.55% from 255) = 46.25%
BLUE value IS 5 (2.34% from 255) = 1.50%
R=52.25%
G=46.25%
B=1.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174154500.110.970.3252.994.4135.1
HexAE9A50B6120355e23
Octal2562325013141406513643
Binary10101110100110101010101111000011000001101011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9A05; }

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

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

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

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

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

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

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

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