crispedge.com

Color picker

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

#aead9a hex color - Green - Warm color - Information

#aead9a hex color - Green - Warm color

Color Hue/Base color: Green

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

Hex #aead9a color code is between #aaaa99 web safe hex color code and #bbbbaa web safe hex color code. #aaaa99 is the nearest web safe color code. You can see here many more shades of #aead9a color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaead9a#aead9a
RGB Decimal174, 173, 154rgb(174, 173, 154)
RGB Percent68%, 68%, 60%rgb(68%, 68%, 60%)
CSS RGBa174, 173, 154,1rgba(174,173,154,1)
CMYK Modelcmyk(0%,1%,11%,32%)
HSL Color Space57,11% ,64%hsl(57,11% ,64%)
HSV Color Space57°, 11%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011101010110110011010
Octal256255232
Decimal174173154
Hexaead9a

Different shades of #aead9a color code.

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

Light Shade of #aead9a
#c5c4b6
Dark Shade of #aead9a
#97967e
Saturated Shade of #aead9a
#b7b591
Desaturated Shade of #aead9a
#a5a5a3
Grey scale Shade of #aead9a
#a4a4a4
Brighten Shade
#c7c6b3
Most Readable Shade
#000000

Shades of #aead9a color code

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

#aead9a
#9a9988
#878677
#747366
#606055
#4d4c44
#3a3933
#262622
#131311
#000000

Similar Color like #aead9a color

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

#afae9b
#b0af9c
#b1b09d
#b2b19e
#b3b29f
#b4b3a0
#b5b4a1
#b6b5a2
#b7b6a3
#b8b7a4
#b9b8a5
#bab9a6
#bbbaa7
#bcbba8
#adac99
#acab98
#abaa97
#aaa996
#a9a895
#a8a794
#a7a693
#a6a592
#a5a491
#a4a390
#a3a28f
#a2a18e
#a1a08d
#a09f8c

Monochromatic Color with #aead9a

#aead9a
#d8d7c0
#040404
#2e2e29
#59584f
#838374

Tints of #aead9a Color

#aead9a
#b7b6a5
#c0bfb0
#c9c8bb
#d2d1c6
#dbdad2
#e4e3dd
#edece8
#f6f5f3
#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

#aead9a
#9a9bae

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

Split Complementary

#aead9a
#9aa5ae
#a39aae

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

Analogous Color

#aea59a
#aea99a
#aead9a
#abae9a
#a7ae9a

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

#aead9a
#9aaead
#ad9aae

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

#aead9a
#9aaea3
#9a9bae
#ae9aa5

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

#aead9a
#9a9bae
#a39aae
#a5ae9a

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

#aead9a Color Code Preview on Black Background Color

This is how #aead9a Color will look on black background color. Color contrast ratio is 9.24

#aead9a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aead9a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aead9a

#aead9a color code is use for CSS Background Color

Background color for the above div is #aead9a

HTML with inline CSS

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

#aead9a color code is use for CSS Border Color

CSS Border color for the above div is #aead9a

HTML with inline CSS

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

CSS Border Left color for the above div is #aead9a

HTML with inline CSS

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

CSS Border Right color for the above div is #aead9a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aead9a

HTML with inline CSS

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

CSS Border Top color for the above div is #aead9a

HTML with inline CSS

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

#aead9a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aead9a Color code Preview on White Background

This is how #aead9a Color code will look on white background color. Color contrast ratio is 2.27

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

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.