Gets or sets a color of auxiliary text lables.
$au.uploader({ //...other params... auxiliaryTextColor: "#8b8b8b", //...other params... })
Type: String
The color of of the following labels:
Tiles
view;The color string should be specified in a hex representation of the RGB triad in HTML-style syntax (#rrggbb).
Default value is "#8b8b8b".