You're trying to convert an attribute into a color. Attributes are properties usually attached to a view, which can then be styled using a theme.
You need to reference a color resource in your xml. You can do so by creating your own resource :
#FF8800
Then reference it like this :
-
-
Or you can reference a color available in the Android resources :
-
-