#A4A328

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

Shades of Lucky #A4A328

Tints of Lucky #A4A328

Color information

#A4A328 (or 0xA4A328) is unknown color: approx Lucky. HEX triplet: A4, A3 and 28. RGB value is (164,163,40). Sum of RGB (Red+Green+Blue) = 164+163+40=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 163 (64.06% from 255 or 44.41% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A328 is #5B5CD7. Grayscale: #959595. Windows color (decimal): -5987544 or 2663332. OLE color: 2663332.

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

Color convert

RGB16416340-
CMYK00.010.760.36
HSL59.52º60.78%40%-
HSV(B)59.52º75.61%64.31%-
XYZ28.7934.247.1-
YUV149.2866.33138.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.69%
GREEN value IS 163 (64.06% from 255) = 44.41%
BLUE value IS 40 (16.02% from 255) = 10.90%
R=44.69%
G=44.41%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641634000.010.760.3659.5260.7840
HexA4A328014C243c3d28
Octal244243500111444747550
Binary1010010010100011101000011001100100100111100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A328; }

 p { color: rgb(164,163,40); }

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

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

 a { background-color: rgb(164,163,40); }

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

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

 span { border-color: rgb(164,163,40); }

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