Concept:
The angle between two vectors is determined using the dot product formula
\[
\vec a\cdot\vec b
=
|\vec a|\,|\vec b|\cos\theta.
\]
From this relation,
\[
\cos\theta
=
\frac{\vec a\cdot\vec b}
{|\vec a||\vec b|}.
\]
This formula converts a geometric angle problem into a straightforward algebraic computation involving vector components.
Step 1: Write the vectors in component form.
Given,
\[
\vec a=(1,2,2),
\]
and
\[
\vec b=(2,1,2).
\]
Step 2: Calculate the dot product.
Using
\[
\vec a\cdot\vec b
=
a_1b_1+a_2b_2+a_3b_3,
\]
we obtain
\[
\vec a\cdot\vec b
=
(1)(2)+(2)(1)+(2)(2).
\]
\[
=
2+2+4.
\]
\[
=8.
\]
Step 3: Find the magnitude of \(\vec a\).
\[
|\vec a|
=
\sqrt{1^2+2^2+2^2}.
\]
\[
=
\sqrt{1+4+4}.
\]
\[
=
\sqrt9.
\]
\[
=3.
\]
Step 4: Find the magnitude of \(\vec b\).
\[
|\vec b|
=
\sqrt{2^2+1^2+2^2}.
\]
\[
=
\sqrt{4+1+4}.
\]
\[
=
\sqrt9.
\]
\[
=3.
\]
Step 5: Apply the angle formula.
\[
\cos\theta
=
\frac{8}{3\times3}.
\]
\[
=
\frac89.
\]
Step 6: Verification.
Since
\[
0<\frac89<1,
\]
the value is valid for a cosine and indicates that the angle between the vectors is acute.
Step 7: Final Conclusion.
\[
\boxed{\cos\theta=\frac89}
\]
Hence the correct answer is
\[
\boxed{\text{Option (A)}}.
\]