crispedge.com

Color picker

Loading...

#ae929b hex color - Grey - Warm color - Information

#ae929b hex color - Grey - Warm color

Color Hue/Base color: Grey

Hex #ae929b Color code in RGB color code model is created after adding 68.24% red color, 57.25% green color and 60.78% blue color. Hex #ae929b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 11% yellow and 32% black.

Hex #ae929b color code is between #aa9999 web safe hex color code and #bb88aa web safe hex color code. #aa9999 is the nearest web safe color code. You can see here many more shades of #ae929b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeae929b#ae929b
RGB Decimal174, 146, 155rgb(174, 146, 155)
RGB Percent68%, 57%, 61%rgb(68%, 57%, 61%)
CSS RGBa174, 146, 155,1rgba(174,146,155,1)
CMYK Modelcmyk(0%,16%,11%,32%)
HSL Color Space341,15% ,63%hsl(341,15% ,63%)
HSV Color Space341°, 16%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011101001001010011011
Octal256222233
Decimal174146155
Hexae929b

Different shades of #ae929b color code.

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

Light Shade of #ae929b
#c4afb6
Dark Shade of #ae929b
#987580
Saturated Shade of #ae929b
#b78898
Desaturated Shade of #ae929b
#a49b9e
Grey scale Shade of #ae929b
#a0a0a0
Brighten Shade
#c7abb4
Most Readable Shade
#000000

Shades of #ae929b color code

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

#ae929b
#9a8189
#877178
#746167
#605156
#4d4044
#3a3033
#262022
#131011
#000000

Similar Color like #ae929b color

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

#af939c
#b0949d
#b1959e
#b2969f
#b397a0
#b498a1
#b599a2
#b69aa3
#b79ba4
#b89ca5
#b99da6
#ba9ea7
#bb9fa8
#bca0a9
#ad919a
#ac9099
#ab8f98
#aa8e97
#a98d96
#a88c95
#a78b94
#a68a93
#a58992
#a48891
#a38790
#a2868f
#a1858e
#a0848d

Monochromatic Color with #ae929b

#ae929b
#d8b6c1
#040304
#2e2729
#594b4f
#836e75

Tints of #ae929b Color

#ae929b
#b79ea6
#c0aab1
#c9b6bc
#d2c2c7
#dbced2
#e4dadd
#ede6e8
#f6f2f3
#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

#ae929b
#92aea5

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

Split Complementary

#ae929b
#92ae97
#92a9ae

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

Analogous Color

#ae92a6
#ae92a1
#ae929b
#ae9295
#ae9492

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

#ae929b
#9bae92
#929bae

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

#ae929b
#a9ae92
#92aea5
#9792ae

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

#ae929b
#92aea5
#92a9ae
#ae9792

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

#ae929b Color Code Preview on Black Background Color

This is how #ae929b Color will look on black background color. Color contrast ratio is 7.38

#ae929b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae929b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae929b

#ae929b color code is use for CSS Background Color

Background color for the above div is #ae929b

HTML with inline CSS

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

#ae929b color code is use for CSS Border Color

CSS Border color for the above div is #ae929b

HTML with inline CSS

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

CSS Border Left color for the above div is #ae929b

HTML with inline CSS

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

CSS Border Right color for the above div is #ae929b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae929b

HTML with inline CSS

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

CSS Border Top color for the above div is #ae929b

HTML with inline CSS

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

#ae929b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae929b Color code Preview on White Background

This is how #ae929b Color code will look on white background color. Color contrast ratio is 2.84

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

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,146,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(146,174,165,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,146,155,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.