SKU: A8010284

Emsley - Wall Decor - Metallic / Black / Gray

$10999 USD $13999


Delivery and Shipping

At this time we are only able to offer delivery in the Southwest Missouri and Northwest Arkansas area.

Round out your contemporary space with this forward-thinking wall sculpture. Circles in varying textures and sizes are simply striking when paired together, adding a modern twist to classic geometric construction. Complete with assorted metallic finishes, this piece brings a bold touch to your decor.

Product Features
  • Made with metal
  • Antiqued black, brass-tone and pewter-tone finishes
  • Due to the finishing process of this product, some variations may occur
  • Keyhole bracket for hanging


Emsley - Wall Decor - Metallic / Black / Gray
44.25"W x 1.5"D x 22.5"H - 11.0 lb
// Save scroll position before leaving page document.addEventListener('DOMContentLoaded', function() { // Save scroll position when clicking product links const productLinks = document.querySelectorAll('a[href*="/products/"]'); productLinks.forEach(link => { link.addEventListener('click', function() { sessionStorage.setItem('scrollPosition', window.scrollY); sessionStorage.setItem('scrollPage', window.location.href); }); }); // Restore scroll position when returning if (sessionStorage.getItem('scrollPage') === window.location.href) { const savedPosition = sessionStorage.getItem('scrollPosition'); if (savedPosition) { window.scrollTo(0, parseInt(savedPosition)); sessionStorage.removeItem('scrollPosition'); sessionStorage.removeItem('scrollPage'); } } });