new

Amara Tri-Top Tenor Ukulele w/ Cutaway & EQ

Model: KA-AM-T-CE

$159

The Amara Tri-Top series is a modestly priced, performance-ready ukulele that doesn’t sacrifice on visual appeal. This series features a striking dark palette with Amara back and sides. A central mahogany stripe beautifully contrasts the Amara top, creating a truly distinctive look. A Florentine cutaway provides upper fret access and extra aesthetic appeal. Each model comes equipped with a Kala Active EQ for plugged-in play, and Aquila’s eco-friendly B-Blacks strings, which provide fantastic sustain.

Bag and Case Information

Fits ALL Kala TENOR sized bags and cases

Specs
Size: Tenor
Top: Amara with Mahogany Stripe
Back & Sides: Amara
Neck: Meranti
Finish: Satin
Fingerboard: Indonesian Nandu
Headstock: Standard
Nut & Saddle: Graphtech Tusq
Tuners: Open Gear
Strings: Aquila® B-Blacks
Electronics: Kala Active EQ
Cutaway: Florentine
Strap Button: Lower Bout
Measurements

Scale Length: 16.75 inches, Overall Instrument Length: 26.0 inches, Body Length: 11.5 inches, Number of Frets: 18, Width at Upper Bout: 6.5 inches, Width at Lower Bout: 8.5 inches, Width at Waist: 5.625 inches, Body Depth: 2.625 inches, Fingerboard Width at Nut: 1.375 inches, Fingerboard width at neck/body joint: 1.875 inches

Kala Active EQ is not allowed in Austrailia.
5.0
Rated 5.0 out of 5 stars
Based on 1 review
Total 5 star reviews: 1 Total 4 star reviews: 0 Total 3 star reviews: 0 Total 2 star reviews: 0 Total 1 star reviews: 0
100%would recommend this product
1 review
  • J
    Jay
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    1 week ago
    Sounds great, feels great!

    I’ve been playing for about 3 months now. I needed to upgrade from my $20 soprano to something that did not feel like a toy. I bought the tenor version of this Amara tri-top and this uke was the answer! It feels great, and has a little weight to it (probably from the eq/tuning mechanism and battery), but more than that it just feels solid and well-made. The look/finish on it is beautiful, and I love the black strings it comes with. Sound is amazing! It sounds great acoustically, but if I need an extra boost the output jack/eq controls are very helpful!

''
// Preorder Property Handler (function() { function initPreorderProperty() { // Check if this is a preorder product if (!window.isPreorderProduct) { return; } console.log('✅ Preorder product detected'); // Add property to form submissions function addPreorderToForm() { const addToCartButtons = document.querySelectorAll( '[name="add"], ' + 'button[type="submit"][name="add"], ' + '.product-form__submit, ' + '[data-add-to-cart], ' + 'button.add-to-cart, ' + 'button[name="add"]' ); addToCartButtons.forEach(function(button) { button.addEventListener('click', function(e) { const form = button.closest('form'); if (form && form.action && form.action.includes('/cart/add')) { let preorderInput = form.querySelector('input[name="properties[_preorder]"]'); if (!preorderInput) { preorderInput = document.createElement('input'); preorderInput.type = 'hidden'; preorderInput.name = 'properties[_preorder]'; preorderInput.value = 'true'; form.appendChild(preorderInput); console.log('✅ Added _preorder hidden input'); } } }); }); } // Intercept AJAX cart adds function interceptCartAjax() { const originalFetch = window.fetch; window.fetch = function(...args) { const [url, config] = args; if (url && (url.includes('/cart/add.js') || url.includes('/cart/add'))) { if (config && config.body) { try { // Handle JSON body if (typeof config.body === 'string') { const data = JSON.parse(config.body); if (!data.properties) { data.properties = {}; } if (!data.properties._preorder) { data.properties._preorder = 'true'; console.log('✅ Added _preorder to AJAX request'); } config.body = JSON.stringify(data); } // Handle FormData else if (config.body instanceof FormData) { if (!config.body.has('properties[_preorder]')) { config.body.append('properties[_preorder]', 'true'); console.log('✅ Added _preorder to FormData'); } } } catch (e) { console.error('Error modifying cart request:', e); } } } return originalFetch.apply(this, args); }; } // Initialize when DOM is ready if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', function() { addPreorderToForm(); interceptCartAjax(); }); } else { addPreorderToForm(); interceptCartAjax(); } } // Initialize initPreorderProperty(); })();