#A5A005

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

Shades of Lucky #A5A005

Tints of Lucky #A5A005

Color information

#A5A005 (or 0xA5A005) is unknown color: approx Lucky. HEX triplet: A5, A0 and 05. RGB value is (165,160,5). Sum of RGB (Red+Green+Blue) = 165+160+5=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 160 (62.89% from 255 or 48.48% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A005 is #5A5FFA. Grayscale: #909090. Windows color (decimal): -5922811 or 368805. OLE color: 368805.

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

Color convert

RGB1651605-
CMYK00.030.970.35
HSL58.12º94.12%33.33%-
HSV(B)58.12º96.97%64.71%-
XYZ28.1233.155.06-
YUV143.8249.66143.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50%
GREEN value IS 160 (62.89% from 255) = 48.48%
BLUE value IS 5 (2.34% from 255) = 1.52%
R=50%
G=48.48%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.97
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165160500.030.970.3558.1294.1233.33
HexA5A050361233a5e21
Octal245240503141437213641
Binary101001011010000010101111000011000111110101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A005; }

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

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

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

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

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

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

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

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