The background shorthand CSS property sets all background style properties at once, such as color, image, origin and size, or repeat method.
This property is a shorthand for the following CSS properties:
background-attachmentbackground-clipbackground-colorbackground-imagebackground-originbackground-positionbackground-repeatbackground-size
So there are 9 background properties in total.
Source: https://developer.mozilla.org/en-US/docs/Web/CSS/background