#AAA41F

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

Shades of Lucky #AAA41F

Tints of Lucky #AAA41F

Color information

#AAA41F (or 0xAAA41F) is unknown color: approx Lucky. HEX triplet: AA, A4 and 1F. RGB value is (170,164,31). Sum of RGB (Red+Green+Blue) = 170+164+31=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA41F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA41F is #555BE0. Grayscale: #979797. Windows color (decimal): -5594081 or 2073770. OLE color: 2073770.

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

Color convert

RGB17016431-
CMYK00.040.820.33
HSL57.41º69.15%39.41%-
HSV(B)57.41º81.76%66.67%-
XYZ30.135.26.5-
YUV150.6360.49141.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.58%
GREEN value IS 164 (64.45% from 255) = 44.93%
BLUE value IS 31 (12.5% from 255) = 8.49%
R=46.58%
G=44.93%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701643100.040.820.3357.4169.1539.41
HexAAA41F045221394527
Octal2522443704122417110547
Binary101010101010010011111010010100101000011110011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA41F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA41F; }

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

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

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

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

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

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

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

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