Porcelain Tiles 10X10X0,6 STONE AGE GREIGE NAT.R10

The photographs are for illustrative purposes only.
Get AI analytics on product Porcelain Tiles 10X10X0,6 STONE AGE GREIGE NAT.R10:
33.12€ / box
Ex Tax: 26.71€ / box
33.12€ / m²
1 box = 1m²
NONAME
0 reviews
In stock
Product Code: 000-479288ASP

Specification

  • On the mesh: Yes
  • Size (cm): 10x10
Qty
One click order
Tags:

SPECIFICATION Porcelain Tiles 10X10X0,6 STONE AGE GREIGE NAT.R10 price 33.67€ NONAME

Package dimensions30,00 x 30,00 x 7,00 cm
Net weight11,920 kg

Porcelain Tiles 10X10X0,6 STONE AEGE GREIGE NAT.R10 pakis 11tk

Ühiku netokaal: 11,500 kg

Kogukaal: 11,920 kg

Pakendi mõõtmed: 30,00 x 30,00 x 7,00 cm

Description provided by sitypro.com

Keraamilised plaadid
On the mesh
Yes
Size (cm)
10x10
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Porcelain Tiles 10X10X0,6 STONE AGE GREIGE NAT.R10
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the Porcelain Tiles 10X10X0,6 STONE AGE GREIGE NAT.R10

What is Porcelain Tiles 10X10X0,6 STONE AGE GREIGE NAT.R10?

Porcelain Tiles 10X10X0,6 STONE AGE GREIGE NAT.R10 is a 10×10×0.6 cm greige porcelain tile with NAT.R10 finish, supplied in packs of 11; pack weight 11.920 kg and dimensions 30×30×7 cm. Suitable for indoor wall and floor tiling under moderate use.

How many tiles per pack and what is the pack weight?

Porcelain Tiles 10X10X0,6 STONE AGE GREIGE NAT.R10 come 11 tiles per pack. The pack weight is 11.920 kg and the unit net weight is listed as 11.500 kg.

What are the pack dimensions and single tile dimensions?

Pack dimensions for Porcelain Tiles 10X10X0,6 STONE AGE GREIGE NAT.R10 are 30.00×30.00×7.00 cm. Each tile measures 10×10×0.6 cm.

Is this tile suitable for a living room floor?

Porcelain Tiles 10X10X0,6 STONE AGE GREIGE NAT.R10 with NAT.R10 finish is suitable for indoor floors with moderate foot traffic. The thin 0.6 cm thickness is better for light-duty areas or decorative uses rather than heavy-duty or industrial flooring.

Can I use this tile in a bathroom and shower walls?

Yes, Porcelain Tiles 10X10X0,6 STONE AGE GREIGE NAT.R10 are suitable for bathroom and shower wall cladding and benefit from the NAT.R10 slip-resistant finish. For shower floors, consider the 0.6 cm thickness and expected load.

What is the tile surface type and what does NAT.R10 mean?

Porcelain Tiles 10X10X0,6 STONE AGE GREIGE NAT.R10 have a natural matte surface; NAT.R10 denotes a slip-resistant texture that provides improved grip for areas needing extra traction.

How many tiles per m² and how many packs should I buy?

Each tile is 10×10 cm, so roughly 100 tiles cover 1 m². With 11 tiles per pack, divide the needed tile count by 11 and round up to determine the number of packs to buy.

Is this tile suitable for kitchen backsplash or floor near the table?

Porcelain Tiles 10X10X0,6 STONE AGE GREIGE NAT.R10 is suitable for a kitchen backsplash and wall tiling. For kitchen floors, note the 0.6 cm thickness — it’s better for light-duty areas or decorative mosaic uses rather than heavy traffic zones.

What grout joint width is recommended for 10×10×0.6 cm tiles?

For 10×10 cm tiles a 2–3 mm grout joint is commonly recommended to keep a uniform look and minimal visual offset. Use a grout compatible with the NAT.R10 surface and the room’s moisture conditions.

What material is Porcelain Tiles 10X10X0,6 made of and who is the manufacturer?

The product is listed as porcelain/porcelain stoneware (keramogranit) and the manufacturer is given as NONAME. No further production technical details are provided in the description.

wwwwwwwwwwww

wwwwwwwwwwww

wwwwwwwwwwww

wwwwwwwwwwww

Where to buy Porcelain Tiles 10X10X0,6 STONE AGE GREIGE NAT.R10?

You can buy Porcelain Tiles 10X10X0,6 STONE AGE GREIGE NAT.R10 in our online store for 26.71€. Category: Porcelain Tiles.

What is the price of Porcelain Tiles 10X10X0,6 STONE AGE GREIGE NAT.R10?

The current price of Porcelain Tiles 10X10X0,6 STONE AGE GREIGE NAT.R10 is 26.71€. Brand: NONAME.

Porcelain Tiles 10X10X0,6 STONE AGE GREIGE NAT.R10 — specifications and description

Model: 000-479288ASP. Category: Porcelain Tiles. Brand: NONAME. Price: 26.71€.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');