#A5A026

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

Shades of Lucky #A5A026

Tints of Lucky #A5A026

Color information

#A5A026 (or 0xA5A026) is unknown color: approx Lucky. HEX triplet: A5, A0 and 26. RGB value is (165,160,38). Sum of RGB (Red+Green+Blue) = 165+160+38=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 38 (15.23% from 255 or 10.47% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A026 is #5A5FD9. Grayscale: #949494. Windows color (decimal): -5922778 or 2531493. OLE color: 2531493.

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

Color convert

RGB16516038-
CMYK00.030.770.35
HSL57.64º62.56%39.8%-
HSV(B)57.64º76.97%64.71%-
XYZ28.4433.286.76-
YUV147.5966.16140.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 160 (62.89% from 255) = 44.08%
BLUE value IS 38 (15.23% from 255) = 10.47%
R=45.45%
G=44.08%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651603800.030.770.3557.6462.5639.8
HexA5A026034D233a3f28
Octal245240460311543727750
Binary10100101101000001001100111001101100011111010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A026; }

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

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

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

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

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

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

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

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