AK Interactive Engine Grime – AK082 – Engine Weathering Effects
.hh-desc { --main-bg-color: rgb(34, 34, 34); --gold-light: #FFD700; --gold-dark: #B8860B; --text-color: #ffffff; --accent-color: #9e7b2d; --section-bg: rgba(50, 50, 50, 0.8); --gri me-color-light: #8a8a8a; --grime-color-dark: #383838; } .hh-desc { background-color: var(--main-bg-color); color: var(--text-color); font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; margin: 0; padding: 0; } .hh-desc .container { max-width: 1200px; margin: 0 auto; padding: 20px; } .hh-desc .product-header { text-align: center; margin-bottom: 30px; border-bottom: 2px solid var(--gold-dark); padding-bottom: 20px; } .hh-desc h1, .hh-desc h2, .hh-desc h3 { background: linear-gradient(to right, var(--gold-light), var(--gold-dark)); -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 20px; } .hh-desc h1 { font-size: 2.5rem; text-transform: uppercase; letter-spacing: 1px; } .hh-desc .highlight { color: var(--gold-light); font-weight: bold; } .hh-desc .grime-text { color: var(--grime-color-light); font-weight: bold; } .hh-desc .product-intro { background-color: var(--section-bg); border-radius: 8px; padding: 25px; margin-bottom: 30px; border-left: 5px solid var(--gold-dark); } .hh-desc .product-features { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 40px; } .hh-desc .feature-box { flex: 1 1 300px; background-color: var(--section-bg); border-radius: 8px; padding: 20px; border-left: 4px solid var(--gold-dark); transition: transform 0.3s ease; } .hh-desc .feature-box:hover { transform: translateY(-5px); box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3); } .hh-desc .feature-title { display: flex; align-items: center; margin-bottom: 15px; font-size: 1.3rem; color: var(--gold-light); } .hh-desc .feature-title i { margin-right: 10px; font-size: 1.5rem; } .hh-desc .applications { background-color: var(--section-bg); border-radius: 8px; padding: 25px; margin-bottom: 40px; } .hh-desc .application-columns { display: flex; flex-wrap: wrap; gap: 30px; } .hh-desc .application-column { flex: 1 1 300px; } .hh-desc .application-item { display: flex; align-items: center; margin-bottom: 15px; } .hh-desc .application-item:before { content: "✓"; color: var(--gold-light); font-weight: bold; margin-right: 10px; font-size: 1.2rem; } .hh-desc .techniques-table { width: 100%; border-collapse: collapse; margin: 30px 0; box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); } .hh-desc .techniques-table th { background: linear-gradient(to right, var(--gold-dark), var(--gold-light)); color: var(--main-bg-color); text-align: left; padding: 15px; font-weight: bold; } .hh-desc .techniques-table tr:nth-child(odd) { background-color: rgba(60, 60, 60, 0.8); } .hh-desc .techniques-table td { padding: 12px 15px; border-bottom: 1px solid rgba(255, 215, 0, 0.2); } .hh-desc .techniques-table td:first-child { font-weight: bold; } .hh-desc .pro-tips { background: linear-gradient(135deg, rgba(50, 50, 50, 0.9), rgba(30, 30, 30, 0.9)); border-radius: 8px; padding: 25px; border: 1px solid var(--gold-dark); margin-bottom: 30px; } .hh-desc .step-by-step { margin-top: 40px; } .hh-desc .steps-container { display: flex; flex-direction: column; gap: 15px; } .hh-desc .step-item { display: flex; background-color: rgba(40, 40, 40, 0.7); border-radius: 8px; padding: 15px; border-left: 3px solid var(--gold-dark); } .hh-desc .step-number { background: var(--gold-dark); color: white; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border-radius: 50%; margin-right: 15px; font-weight: bold; flex-shrink: 0; } .hh-desc .model-types { display: flex; flex-wrap: wrap; gap: 20px; margin: 30px 0; } .hh-desc .model-type { flex: 1 1 200px; background-color: var(--section-bg); border-radius: 8px; padding: 20px; border-top: 3px solid var(--gold-dark); text-align: center; } .hh-desc .model-title { color: var(--gold-light); font-weight: bold; margin-bottom: 10px; font-size: 1.1rem; } .hh-desc .cta-section { text-align: center; margin: 40px 0; } .hh-desc .buy-button { background: linear-gradient(to right, var(--gold-dark), var(--gold-light)); color: var(--main-bg-color); border: none; padding: 15px 40px; font-size: 1.2rem; font-weight: bold; border-radius: 30px; cursor: pointer; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 1px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .hh-desc .buy-button:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(255, 215, 0, 0.4); } .hh-desc .specs-table { width: 100%; border-collapse: collapse; margin: 30px 0; box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); border-radius: 8px; overflow: hidden; } .hh-desc .specs-table th { background: linear-gradient(45deg, var(--gold-dark), var(--gold-light)); color: var(--main-bg-color); padding: 15px; text-align: center; font-size: 1.2rem; } .hh-desc .specs-table tr:nth-child(odd) { background-color: rgba(50, 50, 50, 0.9); } .hh-desc .specs-table tr:nth-child(even) { background-color: rgba(40, 40, 40, 0.9); } .hh-desc .specs-table td { padding: 12px 15px; border-bottom: 1px solid rgba(255, 215, 0, 0.2); } .hh-desc .specs-table td:first-child { font-weight: bold; width: 40%; } .hh-desc .techniques-grid { display: flex; flex-wrap: wrap; gap: 20px; margin: 30px 0; } .hh-desc .technique-card { flex: 1 1 calc(50% - 10px); background-color: rgba(40, 40, 40, 0.7); border-radius: 8px; padding: 20px; border-bottom: 3px solid var(--gold-dark); } .hh-desc .technique-title { color: var(--gold-light); font-weight: bold; margin-bottom: 10px; font-size: 1.2rem; } @media (max-width: 768px) { .hh-desc .container { padding: 10px; } .hh-desc h1 { font-size: 1.8rem; } .hh-desc .feature-box, .hh-desc .model-type { flex: 1 1 100%; } .hh-desc .technique-card { flex: 1 1 100%; } .hh-desc .techniques-table, .hh-desc .specs-table { font-size: 0.9rem; } .hh-desc .buy-button { padding: 12px 30px; font-size: 1rem; } } AK Interactive Engine Grime Professional Engine Weathering Effect | AK082 Realistic Engine Weathering Solution AK Interactive Engine Grime is a specialized enamel-based weathering product designed to create authentic greyish, dark and matt effects found on heavily used engines. This professional weathering solution helps modelers achieve the look of engines that have seen extensive service and accumulated grime, oil, and dirt over time. Perfect for military vehicles, civilian cars, trucks, aircraft, ships, and industrial dioramas, this product elevates your models to a new level of realism. 🎯 Precise Results Formulated specifically to replicate the unique appearance of used engines with their characteristic greyish-black, oily residue and accumulated dust and dirt. Creates a much more realistic effect than basic washes or filters. 🔄 Versatile Application Can be applied with both brush and airbrush to achieve different effects and intensities. Use a brush for precise detailing or an airbrush for broader coverage and subtle gradients. ⏱️ Working Time The enamel-based formula provides extended working time, allowing you to blend, adjust, and refine the effect until you achieve exactly the look you want. Easily controllable with Enamel Thinner. 🔍 Scale Realism Specially formulated to look realistic at scale sizes, avoiding the overly stark contrasts that can make models look like toys rather than accurate miniature replicas of real machines. Application Techniques Brush Application Best for: Precise control and localized effects Apply the product directly to recesses, panel lines, and detailed areas using a small brush. After a short drying time (2-3 minutes), blend with a clean brush moistened with Enamel Thinner to create a natural distribution of grime. Airbrush Application Best for: Uniform coverage and subtle gradients Thin with AK Interactive Thinner (AK050) at approximately 30% and spray at low pressure (10-12 PSI) to build up gradual layers of grime. Focus on areas where dirt and grime would naturally accumulate like lower sections and around exhaust systems. Stippling Method Best for: Creating textured grime deposits Use an old stiff brush to stipple (dab) the product onto surfaces, creating a textured appearance of accumulated dirt and grime. This technique works especially well for very dirty engines and industrial equipment. Layering Technique Best for: Depth and variation in appearance Apply in multiple thin layers, allowing each to dry before applying the next. Combine with other weathering products (like streaking grime, fuel stains) between layers to achieve complex, realistic weathering effects. Perfect For These Models Military Vehicles Tank engine compartments APCs and IFVs power plants Military trucks and jeeps Generator and auxiliary equipment Civilian Vehicles Classic car engine bays Truck and heavy equipment engines Motorcycle engines and transmissions Racing car exposed components Aircraft Models Radial engine details Jet engine exhaust areas Maintenance access panels Landing gear hydraulics Industrial Dioramas Factory machinery Construction equipment Industrial generators Mining and drilling equipment Step-by-Step Application Guide 1 Preparation Start with a fully painted and sealed model. Apply a gloss coat to protect your base paint job and provide a smooth surface for the weathering product to flow naturally into recesses. 2 Application Apply Engine Grime selectively to areas where dirt and grime would naturally accumulate - lower sections, around bolts and fittings, in recesses, and near exhaust outputs. Use a fine brush for precise application. 3 Blending After a short waiting period (2-3 minutes), use a clean brush moistened with Enamel Thinner to blend and fade the effect. Work in small sections to maintain control over the process. 4 Layering For deeper effects, allow the first application to dry completely (at least 24 hours), then apply additional layers, focusing on areas that would accumulate the most grime. 5 Finishing Once satisfied with the effect and after complete drying, apply a matt varnish to seal and protect the weathering. This will also integrate the effect with the rest of the model. 💡 Professional Modeling Tips Controlled Removal: Use cotton swabs or torn pieces of sponge slightly dampened with thinner to remove excess product from raised details, creating a more realistic distribution of grime. Directional Effects: When blending, move your brush in the direction that dirt and grime would naturally flow - typically downward or in the direction of airflow around the engine. Reference Photos: Always use reference photos of real engines to guide your weathering. Different types of engines and different operating environments create distinct patterns of grime accumulation. Selective Application: Remember that grime builds up unevenly - more in recesses and less on parts that heat up or are in constant motion. Apply accordingly for maximum realism. Technical Details Property Characteristic Notes Base Enamel Provides extended working time and excellent blending properties Color Greyish black Accurately replicates the appearance of accumulated engine grime Finish Matt Realistic non-reflective surface resembling actual dirt and grime Thinner AK Interactive Enamel Thinner For blending, adjusting opacity, and cleaning brushes Drying Time Touch dry: 2-3 hoursFully cured: 24 hours Varies based on thickness of application and environmental conditions Application Methods Brush, Airbrush, Sponge Multiple application methods for different effects Elevate Your Models with Professional Weathering Add authentic engine grime effects to your models and bring them to life with realistic detail. PRODUCT SPECIFICATIONS Product Code AK082 Volume 35ml Type Enamel-based weathering effect Finish Matt greyish black Consistency Ready to use (can be thinned for airbrush) Clean Up AK Interactive Enamel Thinner Recommended For Engine compartments, mechanical areas, industrial equipment Skill Level Beginner to Advanced Add to Cart