#AAA40E

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

Shades of Lucky #AAA40E

Tints of Lucky #AAA40E

Color information

#AAA40E (or 0xAAA40E) is unknown color: approx Lucky. HEX triplet: AA, A4 and 0E. RGB value is (170,164,14). Sum of RGB (Red+Green+Blue) = 170+164+14=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 164 (64.45% from 255 or 47.13% from 348); Blue value is 14 (5.86% from 255 or 4.02% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA40E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA40E is #555BF1. Grayscale: #959595. Windows color (decimal): -5594098 or 959658. OLE color: 959658.

HSL color Cylindrical-coordinate representation of color #AAA40E: hue angle of 57.69º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAA40E is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB17016414-
CMYK00.040.920.33
HSL57.69º84.78%36.08%-
HSV(B)57.69º91.76%66.67%-
XYZ29.9335.135.62-
YUV148.6951.99143.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.85%
GREEN value IS 164 (64.45% from 255) = 47.13%
BLUE value IS 14 (5.86% from 255) = 4.02%
R=48.85%
G=47.13%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701641400.040.920.3357.6984.7836.08
HexAAA4E045C213a5524
Octal2522441604134417212544
Binary10101010101001001110010010111001000011110101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA40E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA40E; }

 p { color: rgb(170,164,14); }

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

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

 a { background-color: rgb(170,164,14); }

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

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

 span { border-color: rgb(170,164,14); }

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