#A5A42A

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

Shades of Lucky #A5A42A

Tints of Lucky #A5A42A

Color information

#A5A42A (or 0xA5A42A) is unknown color: approx Lucky. HEX triplet: A5, A4 and 2A. RGB value is (165,164,42). Sum of RGB (Red+Green+Blue) = 165+164+42=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A42A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A42A is #5A5BD5. Grayscale: #969696. Windows color (decimal): -5921750 or 2794661. OLE color: 2794661.

HSL color Cylindrical-coordinate representation of color #A5A42A: hue angle of 59.51º 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 #A5A42A is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB16516442-
CMYK00.010.750.35
HSL59.51º59.42%40.59%-
HSV(B)59.51º74.55%64.71%-
XYZ29.2134.727.35-
YUV150.3966.83138.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.47%
GREEN value IS 164 (64.45% from 255) = 44.20%
BLUE value IS 42 (16.80% from 255) = 11.32%
R=44.47%
G=44.20%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651644200.010.750.3559.5159.4240.59
HexA5A42A014B233c3b29
Octal245244520111343747351
Binary1010010110100100101010011001011100011111100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A42A; }

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

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

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

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

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

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

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

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