
Understanding Aperture, Shutter Speed, and ISO
Dive into the exposure triangle and learn how aperture, shutter speed, and ISO work together to control the brightness and look of your photographs.
import Callout from ‘../../components/mdx/Callout.astro’; import ExifDisplay from ‘../../components/mdx/ExifDisplay.astro’;
The Exposure Triangle: A Balancing Act
Controlling exposure is fundamental to photography. The “exposure triangle” consists of three key settings that determine how much light reaches your camera sensor:
-
Aperture: Controls the size of the opening in the lens (measured in f-stops like f/2.8, f/8, f/16). A wider aperture (smaller f-number) lets in more light and creates a shallow depth of field (blurry background). A smaller aperture (larger f-number) lets in less light and creates a larger depth of field (more of the image is sharp).
-
Shutter Speed: Controls how long the camera sensor is exposed to light (measured in seconds or fractions of a second, like 1/1000s, 1/60s, 1s). A faster shutter speed freezes motion, while a slower shutter speed can create motion blur.
-
ISO: Controls the sensitivity of your camera’s sensor to light. A lower ISO (like 100 or 200) is less sensitive and produces cleaner images, ideal for bright conditions. A higher ISO (like 1600 or 3200) is more sensitive, allowing you to shoot in darker conditions, but can introduce digital noise (grain).
How They Interact
Changing one setting in the exposure triangle requires adjusting one or both of the others to maintain the same overall exposure (brightness). For example:
Understanding this interplay allows you to make creative decisions beyond just getting the correct exposure. You can prioritize motion freezing, background blur, or low noise depending on your subject and artistic vision.
import WorksCited from ‘../../components/mdx/WorksCited.astro’;
<WorksCited sources={[ { title: “Understanding Exposure”, author: “Bryan Peterson”, publication: “Amphoto Books”, year: “2016”, asin: “1607748509” }, { title: “Digital Photography Exposure for Dummies”, author: “Jim Doty”, publication: “Wiley”, year: “2010”, asin: “0470647620” }, { title: “Understanding the Exposure Triangle”, publication: “Great Big Photography World”, url: “https://greatbigphotographyworld.com/understanding-the-exposure-triangle/” }, { title: “What is the Exposure Triangle? A Beginner’s Guide”, publication: “StudioBinder”, url: “https://www.studiobinder.com/blog/what-is-the-exposure-triangle/” } ]} />