crispedge.com

Color picker

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

#aa6e82 hex color - Red - Warm color - Information

#aa6e82 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #aa6e82 Color code in RGB color code model is created after adding 66.67% red color, 43.14% green color and 50.98% blue color. Hex #aa6e82 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 35% magenta, 24% yellow and 33% black.

Hex #aa6e82 color code is between #996688 web safe hex color code and #bb7777 web safe hex color code. #996688 is the nearest web safe color code. You can see here many more shades of #aa6e82 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaa6e82#aa6e82
RGB Decimal170, 110, 130rgb(170, 110, 130)
RGB Percent67%, 43%, 51%rgb(67%, 43%, 51%)
CSS RGBa170, 110, 130,1rgba(170,110,130,1)
CMYK Modelcmyk(0%,35%,24%,33%)
HSL Color Space340,26% ,55%hsl(340,26% ,55%)
HSV Color Space340°, 35%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010100110111010000010
Octal252156202
Decimal170110130
Hexaa6e82

Different shades of #aa6e82 color code.

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

Light Shade of #aa6e82
#bd8e9e
Dark Shade of #aa6e82
#905569
Saturated Shade of #aa6e82
#b5637e
Desaturated Shade of #aa6e82
#9e7a86
Grey scale Shade of #aa6e82
#8c8c8c
Brighten Shade
#c3879b
Most Readable Shade
#FFFFFF

Shades of #aa6e82 color code

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

#aa6e82
#976173
#845565
#714956
#5e3d48
#4b3039
#38242b
#25181c
#120c0e
#000000

Similar Color like #aa6e82 color

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

#ab6f83
#ac7084
#ad7185
#ae7286
#af7387
#b07488
#b17589
#b2768a
#b3778b
#b4788c
#b5798d
#b67a8e
#b77b8f
#b87c90
#a96d81
#a86c80
#a76b7f
#a66a7e
#a5697d
#a4687c
#a3677b
#a2667a
#a16579
#a06478
#9f6377
#9e6276
#9d6175
#9c6074

Monochromatic Color with #aa6e82

#aa6e82
#d48aa2
#ffa5c3
#2a1b20
#553741
#7f5261

Tints of #aa6e82 Color

#aa6e82
#b37e8f
#bc8e9d
#c69eab
#cfaeb9
#d9bec7
#e2ced5
#ecdee3
#f5eef1
#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

#aa6e82
#6eaa96

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

Split Complementary

#aa6e82
#6eaa78
#6ea0aa

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

Analogous Color

#aa6e9a
#aa6e8e
#aa6e82
#aa6e76
#aa726e

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

#aa6e82
#82aa6e
#6e82aa

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

#aa6e82
#a0aa6e
#6eaa96
#786eaa

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

#aa6e82
#6eaa96
#6ea0aa
#aa786e

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

#aa6e82 Color Code Preview on Black Background Color

This is how #aa6e82 Color will look on black background color. Color contrast ratio is 5.26

#aa6e82 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa6e82

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa6e82

#aa6e82 color code is use for CSS Background Color

Background color for the above div is #aa6e82

HTML with inline CSS

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

#aa6e82 color code is use for CSS Border Color

CSS Border color for the above div is #aa6e82

HTML with inline CSS

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

CSS Border Left color for the above div is #aa6e82

HTML with inline CSS

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

CSS Border Right color for the above div is #aa6e82

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa6e82

HTML with inline CSS

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

CSS Border Top color for the above div is #aa6e82

HTML with inline CSS

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

#aa6e82 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa6e82 Color code Preview on White Background

This is how #aa6e82 Color code will look on white background color. Color contrast ratio is 3.99

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

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.