#AEA223

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

Shades of Lucky #AEA223

Tints of Lucky #AEA223

Color information

#AEA223 (or 0xAEA223) is unknown color: approx Lucky. HEX triplet: AE, A2 and 23. RGB value is (174,162,35). Sum of RGB (Red+Green+Blue) = 174+162+35=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 35 (14.06% from 255 or 9.43% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA223 is #515DDC. Grayscale: #979797. Windows color (decimal): -5332445 or 2335406. OLE color: 2335406.

HSL color Cylindrical-coordinate representation of color #AEA223: hue angle of 54.82º 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 #AEA223 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB17416235-
CMYK00.070.800.32
HSL54.82º66.51%40.98%-
HSV(B)54.82º79.89%68.24%-
XYZ30.6834.966.72-
YUV151.1162.48144.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.90%
GREEN value IS 162 (63.67% from 255) = 43.67%
BLUE value IS 35 (14.06% from 255) = 9.43%
R=46.90%
G=43.67%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741623500.070.800.3254.8266.5140.98
HexAEA223075020374329
Octal2562424307120406710351
Binary1010111010100010100011011110100001000001101111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA223; }

 p { color: rgb(174,162,35); }

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

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

 a { background-color: rgb(174,162,35); }

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

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

 span { border-color: rgb(174,162,35); }

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