The IPAโs floral, fruity, citrus-like or piney flavors come from American hops which are characterized by their high levels of alpha acids (hops). These beers are also typically made with pale malts that provide a balance to these hop flavors while still remaining light in color. IPAs can range from 4% ABV to 7%, but they usually have an average around 6% abv.
Attributes
| ABV Range | IBU Range | SRM Range |
|---|---|---|
| {{ styleabvrange }}% | {{ styleiburange }} | {{ stylesrmrange }} |
Commercial Examples
{% set percent = collections.all | include(โdata.drinkstyleโ, โipaโ) %}
{% for post in percent | sort(false, false, "data.title", "data.venue", "data.venue") %}
{% endfor %}
| ABV | Beer | Brewery |
|---|---|---|
| {{ post.data.abv }}% |
{{ post.data.drink }} |
{{ post.data.venue }} |