Aspect Ratio Calculator

1.618:1 — Golden Ratio

Decimal ratio 1.6180:1. Commonly used for Classic design proportion — logos, layouts, typography.

1.618:1

Calculate dimensions

Type a width or height — the other fills in automatically at a 1.618:1 ratio.

×

Other ratios

Use it in code

Click to copy.

.element {
  aspect-ratio: 1.618 / 1;
}