Enter your ratio (like 16:9), and the tool gives you the modern aspect-ratio CSS plus the padding-hack fallback for older browsers.
Divide height by width and multiply by 100; a 16:9 ratio becomes 56.25% top padding.
Use the aspect-ratio property in modern browsers; the padding hack is a fallback for very old browsers.
Yes, aspect-ratio applies to most elements when a width or height is otherwise unconstrained.