> For the complete documentation index, see [llms.txt](https://ae.advancedplugins.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ae.advancedplugins.net/configuration/gkits/colored-leather-armor.md).

# Colored Leather Armor

How-to: Set leather armor color using `color: <r>;<g>;<b>`

* RGB is a color variant, you can find color numbers here: <https://www.w3schools.com/colors/colors_picker.asp>

Example:

```
items:
  helmet:
    name: '&c&lPhantom Hood'
    customModelData: 0
    color: 255;0;0
    itemFlags: []`
```
