This attribute is used to change the navigation bar (one, that contain Back, Home Recent button). Usually it is black, however it’s color can be changed.

<style name="AppTheme" parent="Theme.AppCompat">
    <item name="android:navigationBarColor">@color/my_color</item>
</style>