#AE9E22

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

Shades of Lucky #AE9E22

Tints of Lucky #AE9E22

Color information

#AE9E22 (or 0xAE9E22) is unknown color: approx Lucky. HEX triplet: AE, 9E and 22. RGB value is (174,158,34). Sum of RGB (Red+Green+Blue) = 174+158+34=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 34 (13.67% from 255 or 9.29% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9E22 is #5161DD. Grayscale: #959595. Windows color (decimal): -5333470 or 2268846. OLE color: 2268846.

HSL color Cylindrical-coordinate representation of color #AE9E22: hue angle of 53.14º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE9E22 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB17415834-
CMYK00.090.800.32
HSL53.14º67.31%40.78%-
HSV(B)53.14º80.46%68.24%-
XYZ29.9733.576.41-
YUV148.6563.3146.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.54%
GREEN value IS 158 (62.11% from 255) = 43.17%
BLUE value IS 34 (13.67% from 255) = 9.29%
R=47.54%
G=43.17%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741583400.090.800.3253.1467.3140.78
HexAE9E22095020354329
Octal25623642011120406510351
Binary10101110100111101000100100110100001000001101011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9E22; }

 p { color: rgb(174,158,34); }

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

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

 a { background-color: rgb(174,158,34); }

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

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

 span { border-color: rgb(174,158,34); }

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