crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ae6d7d hex color - Red - Warm color - Information

#ae6d7d hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ae6d7d Color code in RGB color code model is created after adding 68.24% red color, 42.75% green color and 49.02% blue color. Hex #ae6d7d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 37% magenta, 28% yellow and 32% black.

Hex #ae6d7d color code is between #aa6677 web safe hex color code and #bb7788 web safe hex color code. #aa6677 is the nearest web safe color code. You can see here many more shades of #ae6d7d color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeae6d7d#ae6d7d
RGB Decimal174, 109, 125rgb(174, 109, 125)
RGB Percent68%, 43%, 49%rgb(68%, 43%, 49%)
CSS RGBa174, 109, 125,1rgba(174,109,125,1)
CMYK Modelcmyk(0%,37%,28%,32%)
HSL Color Space345,29% ,55%hsl(345,29% ,55%)
HSV Color Space345°, 37%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011100110110101111101
Octal256155175
Decimal174109125
Hexae6d7d

Different shades of #ae6d7d color code.

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

Light Shade of #ae6d7d
#c08e9a
Dark Shade of #ae6d7d
#955363
Saturated Shade of #ae6d7d
#b96277
Desaturated Shade of #ae6d7d
#a37883
Grey scale Shade of #ae6d7d
#8d8d8d
Brighten Shade
#c78696
Most Readable Shade
#FFFFFF

Shades of #ae6d7d color code

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

#ae6d7d
#9a606f
#875461
#744853
#603c45
#4d3037
#3a2429
#26181b
#130c0d
#000000

Similar Color like #ae6d7d color

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

#af6e7e
#b06f7f
#b17080
#b27181
#b37282
#b47383
#b57484
#b67585
#b77686
#b87787
#b97888
#ba7989
#bb7a8a
#bc7b8b
#ad6c7c
#ac6b7b
#ab6a7a
#aa6979
#a96878
#a86777
#a76676
#a66575
#a56474
#a46373
#a36272
#a26171
#a16070
#a05f6f

Monochromatic Color with #ae6d7d

#ae6d7d
#d8889c
#040203
#2e1d21
#593840
#83525e

Tints of #ae6d7d Color

#ae6d7d
#b77d8b
#c08d99
#c99da8
#d2adb6
#dbbec5
#e4ced3
#eddee2
#f6eef0
#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

#ae6d7d
#6dae9e

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

Split Complementary

#ae6d7d
#6dae7d
#6d9dae

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

Analogous Color

#ae6d97
#ae6d8a
#ae6d7d
#ae6d70
#ae776d

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

#ae6d7d
#7dae6d
#6d7dae

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

#ae6d7d
#9dae6d
#6dae9e
#7e6dae

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

#ae6d7d
#6dae9e
#6d9dae
#ae7e6d

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

#ae6d7d Color Code Preview on Black Background Color

This is how #ae6d7d Color will look on black background color. Color contrast ratio is 5.28

#ae6d7d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae6d7d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae6d7d

#ae6d7d color code is use for CSS Background Color

Background color for the above div is #ae6d7d

HTML with inline CSS

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

#ae6d7d color code is use for CSS Border Color

CSS Border color for the above div is #ae6d7d

HTML with inline CSS

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

CSS Border Left color for the above div is #ae6d7d

HTML with inline CSS

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

CSS Border Right color for the above div is #ae6d7d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae6d7d

HTML with inline CSS

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

CSS Border Top color for the above div is #ae6d7d

HTML with inline CSS

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

#ae6d7d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae6d7d Color code Preview on White Background

This is how #ae6d7d Color code will look on white background color. Color contrast ratio is 3.97

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.