AARRGGBB Color Codes
by Ramya[ Edit ] 2012-10-17 19:02:38
AARRGGBB Color Codes:
It represents as,
AA -> Alpha(ie,.Opacity)
RR -> Red
GG -> Green
BB -> Blue
In some situations like, if you are using gradient effect in css3, it won't affect in IE. In that case you need to use this AARRGGBB code like,
filter: progid
XImageTransform.Microsoft.gradient(startColorstr=#FF56AC3D,endColorstr=#FF56AC3D);
Here FF is appended as alpha value for opacity..........