#AAA40D

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

Shades of Lucky #AAA40D

Tints of Lucky #AAA40D

Color information

#AAA40D (or 0xAAA40D) is unknown color: approx Lucky. HEX triplet: AA, A4 and 0D. RGB value is (170,164,13). Sum of RGB (Red+Green+Blue) = 170+164+13=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 164 (64.45% from 255 or 47.26% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA40D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA40D is #555BF2. Grayscale: #959595. Windows color (decimal): -5594099 or 894122. OLE color: 894122.

HSL color Cylindrical-coordinate representation of color #AAA40D: hue angle of 57.71º degrees, saturation: 0.86, 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 #AAA40D is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB17016413-
CMYK00.040.920.33
HSL57.71º85.79%35.88%-
HSV(B)57.71º92.35%66.67%-
XYZ29.9335.135.58-
YUV148.5851.49143.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.99%
GREEN value IS 164 (64.45% from 255) = 47.26%
BLUE value IS 13 (5.47% from 255) = 3.75%
R=48.99%
G=47.26%
B=3.75%

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
Decimal1701641300.040.920.3357.7185.7935.88
HexAAA4D045C213a5624
Octal2522441504134417212644
Binary10101010101001001101010010111001000011110101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA40D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA40D; }

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

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

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

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

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

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

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

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