#AE9704

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

Shades of Lucky #AE9704

Tints of Lucky #AE9704

Color information

#AE9704 (or 0xAE9704) is unknown color: approx Lucky. HEX triplet: AE, 97 and 04. RGB value is (174,151,4). Sum of RGB (Red+Green+Blue) = 174+151+4=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 4 (1.95% from 255 or 1.22% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9704 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9704 is #5168FB. Grayscale: #8D8D8D. Windows color (decimal): -5335292 or 300974. OLE color: 300974.

HSL color Cylindrical-coordinate representation of color #AE9704: hue angle of 51.88º degrees, saturation: 0.96, 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 #AE9704 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB1741514-
CMYK00.130.980.32
HSL51.88º95.51%34.9%-
HSV(B)51.88º97.7%68.24%-
XYZ28.5431.144.62-
YUV141.1250.62151.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.89%
GREEN value IS 151 (59.38% from 255) = 45.90%
BLUE value IS 4 (1.95% from 255) = 1.22%
R=52.89%
G=45.90%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174151400.130.980.3251.8895.5134.9
HexAE9740D6220346023
Octal2562274015142406414043
Binary10101110100101111000110111000101000001101001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9704; }

 p { color: rgb(174,151,4); }

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

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

 a { background-color: rgb(174,151,4); }

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

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

 span { border-color: rgb(174,151,4); }

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