#A1A528

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

Shades of Lucky #A1A528

Tints of Lucky #A1A528

Color information

#A1A528 (or 0xA1A528) is unknown color: approx Lucky. HEX triplet: A1, A5 and 28. RGB value is (161,165,40). Sum of RGB (Red+Green+Blue) = 161+165+40=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A528 is #5E5AD7. Grayscale: #969696. Windows color (decimal): -6183640 or 2663841. OLE color: 2663841.

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

Color convert

RGB16116540-
CMYK0.0200.760.35
HSL61.92º60.98%40.2%-
HSV(B)61.92º75.76%64.71%-
XYZ28.5434.647.19-
YUV149.5566.17136.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.99%
GREEN value IS 165 (64.84% from 255) = 45.08%
BLUE value IS 40 (16.02% from 255) = 10.93%
R=43.99%
G=45.08%
B=10.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161165400.0200.760.3561.9260.9840.2
HexA1A528204C233e3d28
Octal241245502011443767550
Binary10100001101001011010001001001100100011111110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A528; }

 p { color: rgb(161,165,40); }

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

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

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

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

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

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

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