@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#ae8995 hex color - Violet - Warm color - Information

#ae8995 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ae8995 Color code in RGB color code model is created after adding 68.24% red color, 53.73% green color and 58.43% blue color. Hex #ae8995 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 21% magenta, 14% yellow and 31.76% black.

Hex #ae8995 color code is between #aa8899 web safe hex color code and #bb9988 web safe hex color code. #aa8899 is the nearest web safe color code. You can see here many more shades of #ae8995 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code ae8995 #ae8995
RGB Decimal 174, 137, 149 rgb(174, 137, 149)
RGB Percent 68%, 54%, 58% rgb(68%, 54%, 58%)
CSS RGBa 174, 137, 149,1 rgba(174,137,149,1)
CMYK Model cmyk(0%,21%,14%,31.76%)
HSL Color Space 341,19% ,61% hsl(341,19% ,61%)
HSV Color Space 341°, 21%, 68%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101110 10001001 10010101
Octal 256 211 225
Decimal 174 137 149
Hex ae 89 95

Different shades of #ae8995 color code.

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

Light Shade of #ae8995
#c3a7b0
Dark Shade of #ae8995
#996b7a
Saturated Shade of #ae8995
#b87f92
Desaturated Shade of #ae8995
#a49398
Grey scale Shade of #ae8995
#9b9b9b
Brighten Shade
#c7a2ae
Most Readable Shade
#000000

Shades of #ae8995 color code

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

#ae8995
#9a7984
#876a73
#745b63
#604c52
#4d3c42
#3a2d31
#261e21
#130f10
#000000

Similar Color like #ae8995 color

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

#af8a96
#b08b97
#b18c98
#b28d99
#b38e9a
#b48f9b
#b5909c
#b6919d
#b7929e
#b8939f
#b994a0
#ba95a1
#bb96a2
#bc97a3
#ad8894
#ac8793
#ab8692
#aa8591
#a98490
#a8838f
#a7828e
#a6818d
#a5808c
#a47f8b
#a37e8a
#a27d89
#a17c88
#a07b87

Monochromatic Color with #ae8995

#ae8995
#d8aab9
#040303
#2e2528
#59464c
#836871

Tints of #ae8995 Color

#ae8995
#b796a0
#c0a3ac
#c9b0b8
#d2bdc4
#dbcacf
#e4d7db
#ede4e7
#f6f1f3
#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

#ae8995
#89aea2

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

Split Complementary

#ae8995
#89ae8f
#89a8ae

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

Analogous Color

#ae89a4
#ae899c
#ae8995
#ae898e
#ae8c89

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

#ae8995
#95ae89
#8995ae

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

#ae8995
#a7ae89
#89aea2
#9089ae

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

#ae8995
#89aea2
#89a8ae
#ae8f89

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 #ae8995 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.

#ae8995 Color Code Preview on Black Background Color

This is how #ae8995 Color will look on black background color. Color contrast ratio is 6.81

#ae8995 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae8995

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae8995

#ae8995 color code is use for CSS Background Color

Background color for the above div is #ae8995

HTML with inline CSS

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

#ae8995 color code is use for CSS Border Color

CSS Border color for the above div is #ae8995

HTML with inline CSS

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

CSS Border Left color for the above div is #ae8995

HTML with inline CSS

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

CSS Border Right color for the above div is #ae8995

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae8995

HTML with inline CSS

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

CSS Border Top color for the above div is #ae8995

HTML with inline CSS

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

#ae8995 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae8995 Color code Preview on White Background

This is how #ae8995 Color code will look on white background color. Color contrast ratio is 3.08

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 #ae8995; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ae8995; }

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(174,137,149,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(137,174,162,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,137,149,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.