Bronze
#a87900
Bronze is a color with the hex code #a87900. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #a87900 | |
|---|---|---|
| RGB | rgb(168, 121, 0) | |
| HSL | hsl(43, 100%, 33%) | |
| CMYK | cmyk(0%, 28%, 100%, 34%) | |
| LAB | lab(54, 13, 60) | |
| OKLCH | oklch(0.61 0.125 81) |
Color harmonies
Tints & shades
Code snippets
color: #a87900;
background-color: #a87900;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFA87900)
/* Swift / UIKit */
UIColor(red: 0.66, green: 0.47, blue: 0.00, alpha: 1.0)