crispedge.com

Color picker

Loading...

#aa7b86 hex color - Red - Warm color - Information

#aa7b86 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #aa7b86 Color code in RGB color code model is created after adding 66.67% red color, 48.24% green color and 52.55% blue color. Hex #aa7b86 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 28% magenta, 21% yellow and 33% black.

Hex #aa7b86 color code is between #997788 web safe hex color code and #bb8877 web safe hex color code. #997788 is the nearest web safe color code. You can see here many more shades of #aa7b86 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaa7b86#aa7b86
RGB Decimal170, 123, 134rgb(170, 123, 134)
RGB Percent67%, 48%, 53%rgb(67%, 48%, 53%)
CSS RGBa170, 123, 134,1rgba(170,123,134,1)
CMYK Modelcmyk(0%,28%,21%,33%)
HSL Color Space346,22% ,57%hsl(346,22% ,57%)
HSV Color Space346°, 28%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010100111101110000110
Octal252173206
Decimal170123134
Hexaa7b86

Different shades of #aa7b86 color code.

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

Light Shade of #aa7b86
#be9aa2
Dark Shade of #aa7b86
#935f6b
Saturated Shade of #aa7b86
#b57080
Desaturated Shade of #aa7b86
#9f868c
Grey scale Shade of #aa7b86
#929292
Brighten Shade
#c3949f
Most Readable Shade
#FFFFFF

Shades of #aa7b86 color code

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

#aa7b86
#976d77
#845f68
#715259
#5e444a
#4b363b
#38292c
#251b1d
#120d0e
#000000

Similar Color like #aa7b86 color

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

#ab7c87
#ac7d88
#ad7e89
#ae7f8a
#af808b
#b0818c
#b1828d
#b2838e
#b3848f
#b48590
#b58691
#b68792
#b78893
#b88994
#a97a85
#a87984
#a77883
#a67782
#a57681
#a47580
#a3747f
#a2737e
#a1727d
#a0717c
#9f707b
#9e6f7a
#9d6e79
#9c6d78

Monochromatic Color with #aa7b86

#aa7b86
#d49aa8
#ffb8c9
#2a1f21
#553d43
#7f5c64

Tints of #aa7b86 Color

#aa7b86
#b38993
#bc98a0
#c6a7ae
#cfb5bb
#d9c4c9
#e2d3d6
#ece1e4
#f5f0f1
#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

#aa7b86
#7baa9f

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

Split Complementary

#aa7b86
#7baa87
#7b9daa

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

Analogous Color

#aa7b99
#aa7b8f
#aa7b86
#aa7b7d
#aa837b

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

#aa7b86
#86aa7b
#7b86aa

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

#aa7b86
#9daa7b
#7baa9f
#887baa

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

#aa7b86
#7baa9f
#7b9daa
#aa887b

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

#aa7b86 Color Code Preview on Black Background Color

This is how #aa7b86 Color will look on black background color. Color contrast ratio is 5.89

#aa7b86 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa7b86

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa7b86

#aa7b86 color code is use for CSS Background Color

Background color for the above div is #aa7b86

HTML with inline CSS

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

#aa7b86 color code is use for CSS Border Color

CSS Border color for the above div is #aa7b86

HTML with inline CSS

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

CSS Border Left color for the above div is #aa7b86

HTML with inline CSS

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

CSS Border Right color for the above div is #aa7b86

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa7b86

HTML with inline CSS

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

CSS Border Top color for the above div is #aa7b86

HTML with inline CSS

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

#aa7b86 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa7b86 Color code Preview on White Background

This is how #aa7b86 Color code will look on white background color. Color contrast ratio is 3.57

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

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,123,134,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(123,170,159,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,123,134,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.