crispedge.com

Color picker

Loading...

#aa2c38 hex color - Brown - Warm color - Information

#aa2c38 hex color - Brown - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Brown

Hex #aa2c38 Color code in RGB color code model is created after adding 66.67% red color, 17.25% green color and 21.96% blue color. Hex #aa2c38 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 74% magenta, 67% yellow and 33% black.

Hex #aa2c38 color code is between #993333 web safe hex color code and #bb2244 web safe hex color code. #993333 is the nearest web safe color code. You can see here many more shades of #aa2c38 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codeaa2c38#aa2c38
RGB Decimal170, 44, 56rgb(170, 44, 56)
RGB Percent67%, 17%, 22%rgb(67%, 17%, 22%)
CSS RGBa170, 44, 56,1rgba(170,44,56,1)
CMYK Modelcmyk(0%,74%,67%,33%)
HSL Color Space354,59% ,42%hsl(354,59% ,42%)
HSV Color Space354°, 74%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010100010110000111000
Octal2525470
Decimal1704456
Hexaa2c38

Different shades of #aa2c38 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #aa2c38
#cd3c4a
Dark Shade of #aa2c38
#81222b
Saturated Shade of #aa2c38
#b5212f
Desaturated Shade of #aa2c38
#9f3741
Grey scale Shade of #aa2c38
#6b6b6b
Brighten Shade
#c34551
Most Readable Shade
#FFFFFF

Shades of #aa2c38 color code

Generate more color scales with scales (color stack) generator.

#aa2c38
#972731
#84222b
#711d25
#5e181f
#4b1318
#380e12
#25090c
#120406
#000000

Similar Color like #aa2c38 color

Find visually similar hex color codes nearing to #aa2c38 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#ab2d39
#ac2e3a
#ad2f3b
#ae303c
#af313d
#b0323e
#b1333f
#b23440
#b33541
#b43642
#b53743
#b63844
#b73945
#b83a46
#a92b37
#a82a36
#a72935
#a62834
#a52733
#a42632
#a32531
#a22430
#a1232f
#a0222e
#9f212d
#9e202c
#9d1f2b
#9c1e2a

Monochromatic Color with #aa2c38

#aa2c38
#d43746
#ff4254
#2a0b0e
#55161c
#7f212a

Tints of #aa2c38 Color

#aa2c38
#b3434e
#bc5a64
#c6727a
#cf8990
#d9a1a6
#e2b8bc
#ecd0d2
#f5e7e8
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#aa2c38
#2caa9e

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#aa2c38
#2caa5f
#2c77aa

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#aa2c6a
#aa2c51
#aa2c38
#aa392c
#aa522c

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#aa2c38
#38aa2c
#2c38aa

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#aa2c38
#77aa2c
#2caa9e
#5f2caa

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#aa2c38
#2caa9e
#2c77aa
#aa5f2c

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #aa2c38 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#aa2c38 Color Code Preview on Black Background Color

This is how #aa2c38 Color will look on black background color. Color contrast ratio is 3.13

#aa2c38 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#aa2c38">Your Example Paragraph content text in with font color #aa2c38 </p>

Your Example Paragraph content text in with font color #aa2c38

HTML with inline CSS

<div style="color:#aa2c38">Your Paragraph text in with font color #aa2c38 </div>

Your Example Paragraph content text in with font color #aa2c38

#aa2c38 color code is use for CSS Background Color

Background color for the above div is #aa2c38

HTML with inline CSS

<div style="background-color:#aa2c38;"></div>

#aa2c38 color code is use for CSS Border Color

CSS Border color for the above div is #aa2c38

HTML with inline CSS

<div style="border:5px solid #aa2c38;"></div>

CSS Border Left color for the above div is #aa2c38

HTML with inline CSS

<div style="border-left:5px solid #aa2c38;"></div>

CSS Border Right color for the above div is #aa2c38

HTML with inline CSS

<div style="border-right:5px solid #aa2c38;"></div>

CSS Border Bottom color for the above div is #aa2c38

HTML with inline CSS

<div style="border-bottom:5px solid #aa2c38;"></div>

CSS Border Top color for the above div is #aa2c38

HTML with inline CSS

<div style="border-top:5px solid #aa2c38;"></div>

#aa2c38 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#aa2c38; } .examplecolorclass {color:#aa2c38; } .examplebordercolor {border:3px solid #aa2c38; }

#aa2c38 Color code Preview on White Background

This is how #aa2c38 Color code will look on white background color. Color contrast ratio is 6.72

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #aa2c38; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #aa2c38; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(170,44,56,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(44,170,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,44,56,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.