#AEA200

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

Shades of Lucky #AEA200

Tints of Lucky #AEA200

Color information

#AEA200 (or 0xAEA200) is unknown color: approx Lucky. HEX triplet: AE, A2 and 00. RGB value is (174,162,0). Sum of RGB (Red+Green+Blue) = 174+162+0=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA200 is #515DFF. Grayscale: #939393. Windows color (decimal): -5332480 or 41646. OLE color: 41646.

HSL color Cylindrical-coordinate representation of color #AEA200: hue angle of 55.86º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AEA200 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB1741620-
CMYK00.0710.32
HSL55.86º100%34.12%-
HSV(B)55.86º100%68.24%-
XYZ30.3834.845.12-
YUV147.1244.98147.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.79%
GREEN value IS 162 (63.67% from 255) = 48.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.79%
G=48.21%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174162000.0710.3255.8610034.12
HexAEA20076420386422
Octal256242007144407014442
Binary10101110101000100011111001001000001110001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA200; }

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

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

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

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

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

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

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

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