crispedge.com

Color picker

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

#aa8d90 hex color - Brown - Warm color - Information

#aa8d90 hex color - Brown - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Brown

Hex #aa8d90 Color code in RGB color code model is created after adding 66.67% red color, 55.29% green color and 56.47% blue color. Hex #aa8d90 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 17% magenta, 15% yellow and 33% black.

Hex #aa8d90 color code is between #998888 web safe hex color code and #bb9999 web safe hex color code. #998888 is the nearest web safe color code. You can see here many more shades of #aa8d90 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaa8d90#aa8d90
RGB Decimal170, 141, 144rgb(170, 141, 144)
RGB Percent67%, 55%, 56%rgb(67%, 55%, 56%)
CSS RGBa170, 141, 144,1rgba(170,141,144,1)
CMYK Modelcmyk(0%,17%,15%,33%)
HSL Color Space354,15% ,61%hsl(354,15% ,61%)
HSV Color Space354°, 17%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010101000110110010000
Octal252215220
Decimal170141144
Hexaa8d90

Different shades of #aa8d90 color code.

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

Light Shade of #aa8d90
#c0aaac
Dark Shade of #aa8d90
#947074
Saturated Shade of #aa8d90
#b48388
Desaturated Shade of #aa8d90
#a09798
Grey scale Shade of #aa8d90
#9b9b9b
Brighten Shade
#c3a6a9
Most Readable Shade
#000000

Shades of #aa8d90 color code

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

#aa8d90
#977d80
#846d70
#715e60
#5e4e50
#4b3e40
#382f30
#251f20
#120f10
#000000

Similar Color like #aa8d90 color

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

#ab8e91
#ac8f92
#ad9093
#ae9194
#af9295
#b09396
#b19497
#b29598
#b39699
#b4979a
#b5989b
#b6999c
#b79a9d
#b89b9e
#a98c8f
#a88b8e
#a78a8d
#a6898c
#a5888b
#a4878a
#a38689
#a28588
#a18487
#a08386
#9f8285
#9e8184
#9d8083
#9c7f82

Monochromatic Color with #aa8d90

#aa8d90
#d4b0b4
#ffd4d8
#2a2324
#554748
#7f6a6c

Tints of #aa8d90 Color

#aa8d90
#b3999c
#bca6a8
#c6b3b5
#cfbfc1
#d9cccd
#e2d9da
#ece5e6
#f5f2f2
#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

#aa8d90
#8daaa7

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

Split Complementary

#aa8d90
#8daa98
#8d9faa

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

Analogous Color

#aa8d9c
#aa8d96
#aa8d90
#aa908d
#aa968d

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

#aa8d90
#90aa8d
#8d90aa

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

#aa8d90
#9eaa8d
#8daaa7
#988daa

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

#aa8d90
#8daaa7
#8d9faa
#aa988d

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

#aa8d90 Color Code Preview on Black Background Color

This is how #aa8d90 Color will look on black background color. Color contrast ratio is 6.92

#aa8d90 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa8d90

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa8d90

#aa8d90 color code is use for CSS Background Color

Background color for the above div is #aa8d90

HTML with inline CSS

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

#aa8d90 color code is use for CSS Border Color

CSS Border color for the above div is #aa8d90

HTML with inline CSS

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

CSS Border Left color for the above div is #aa8d90

HTML with inline CSS

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

CSS Border Right color for the above div is #aa8d90

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa8d90

HTML with inline CSS

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

CSS Border Top color for the above div is #aa8d90

HTML with inline CSS

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

#aa8d90 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa8d90 Color code Preview on White Background

This is how #aa8d90 Color code will look on white background color. Color contrast ratio is 3.03

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

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.