SKU: A3000051

Drakelle - Accent Chair - Mahogany

$39999 USD $49999


Delivery and Shipping

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

This accent chair with fashion-forward high leg silhouette gives a new meaning to traditional. Diamond button tufting garnishes the back and the plump seat. Distressed fabric with the look of quality leather adds a classic touch that you can appreciate. Mahogany brown color makes it all the more timeless.

Additional Dimensions
  • Seat width: 18"
  • Seat depth: 19.5"
  • Seat height: 20.5"
  • Arm height: 24.75"


Product Features
  • Attached back and seat cushions
  • High-resiliency foam cushions wrapped in thick poly fiber
  • Polyester upholstery
  • Exposed feet with faux wood finish


Drakelle - Accent Chair - Mahogany
27.75"W x 27.5"D x 35.0"H - 44.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'); } } });