As I have specified a hex value for the background colour of my action bar, I'm finding it a bit difficult deciding which hex value to use for the background colour of the status bar. Are there any tools out there that can help find a suitable background colour for the status bar when one specifies a background colour of the action bar?
ActionBar actionBar = getSupportActionBar();
actionBar.setBackgroundDrawable(new ColorDrawable(Color.parseColor("#E32017")));