For any square matrix $A$ of order $n$, the determinant of its adjugate (or adjoint) is given by:
\[
|\text{adj} A| = |A|^{n-1}.
\]
This property comes from the fact that the adjugate matrix is formed by the cofactors, and its determinant is the original determinant raised to the power $(n-1)$.
Given:
\[
|A| = 6, n = 3.
\]
So,
\[
|\text{adj} A| = |A|^{3-1} = |A|^2 = 6^2 = 36.
\]
Therefore, the value of $|\text{adj} A|$ is 36.