#a5a02b

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

Shades of Lucky #A5A02B

Tints of Lucky #A5A02B

Color information

#A5A02B (or 0xA5A02B) is unknown color: approx Lucky. HEX triplet: A5, A0 and 2B. RGB value is (165,160,43). Sum of RGB (Red+Green+Blue) = 165+160+43=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A02B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A02B is #5A5FD4. Grayscale: #949494. Windows color (decimal): -5922773 or 2859173. OLE color: 2859173.

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

Color convert

RGB16516043-
CMYK00.030.740.35
HSL57.54º58.65%40.78%-
HSV(B)57.54º73.94%64.71%-
XYZ28.5233.327.21-
YUV148.1668.66140.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.84%
GREEN value IS 160 (62.89% from 255) = 43.48%
BLUE value IS 43 (17.19% from 255) = 11.68%
R=44.84%
G=43.48%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651604300.030.740.3557.5458.6540.78
HexA5A02B034A233a3b29
Octal245240530311243727351
Binary10100101101000001010110111001010100011111010111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5a02b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5a02b; }

 p { color: rgb(165,160,43); }

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

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

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

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

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

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

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