#A5A52A

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

Shades of Lucky #A5A52A

Tints of Lucky #A5A52A

Color information

#A5A52A (or 0xA5A52A) is unknown color: approx Lucky. HEX triplet: A5, A5 and 2A. RGB value is (165,165,42). Sum of RGB (Red+Green+Blue) = 165+165+42=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 42 (16.80% from 255 or 11.29% from 372); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A52A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A52A is #5A5AD5. Grayscale: #979797. Windows color (decimal): -5921494 or 2794917. OLE color: 2794917.

HSL color Cylindrical-coordinate representation of color #A5A52A: hue angle of 60º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A5A52A is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB16516542-
CMYK000.750.35
HSL60º59.42%40.59%-
HSV(B)60º74.55%64.71%-
XYZ29.3935.087.41-
YUV150.9866.5138-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.35%
GREEN value IS 165 (64.84% from 255) = 44.35%
BLUE value IS 42 (16.80% from 255) = 11.29%
R=44.35%
G=44.35%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516542000.750.356059.4240.59
HexA5A52A004B233c3b29
Octal245245520011343747351
Binary1010010110100101101010001001011100011111100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A52A; }

 p { color: rgb(165,165,42); }

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

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

 a { background-color: rgb(165,165,42); }

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

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

 span { border-color: rgb(165,165,42); }

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