crispedge.com

Color picker

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

#aaadaa hex color - Grey - Cool color - Information

#aaadaa hex color - Grey - Cool color

Color Hue/Base color: Grey

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

Hex #aaadaa color code is between #99aa99 web safe hex color code and #bbbbbb web safe hex color code. #99aa99 is the nearest web safe color code. You can see here many more shades of #aaadaa color code.

0 Likes 0 Comments | 26 Views

Color Table

Hex Color Codeaaadaa#aaadaa
RGB Decimal170, 173, 170rgb(170, 173, 170)
RGB Percent67%, 68%, 67%rgb(67%, 68%, 67%)
CSS RGBa170, 173, 170,1rgba(170,173,170,1)
CMYK Modelcmyk(2%,0%,2%,32%)
HSL Color Space120,2% ,67%hsl(120,2% ,67%)
HSV Color Space120°, 2%, 68%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101010110110101010
Octal252255252
Decimal170173170
Hexaaadaa

Different shades of #aaadaa color code.

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

Light Shade of #aaadaa
#c4c6c4
Dark Shade of #aaadaa
#909490
Saturated Shade of #aaadaa
#a2b5a2
Desaturated Shade of #aaadaa
#ababab
Grey scale Shade of #aaadaa
#ababab
Brighten Shade
#c3c6c3
Most Readable Shade
#000000

Shades of #aaadaa color code

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

#aaadaa
#979997
#848684
#717371
#5e605e
#4b4c4b
#383938
#252625
#121312
#000000

Similar Color like #aaadaa color

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

#abaeab
#acafac
#adb0ad
#aeb1ae
#afb2af
#b0b3b0
#b1b4b1
#b2b5b2
#b3b6b3
#b4b7b4
#b5b8b5
#b6b9b6
#b7bab7
#b8bbb8
#a9aca9
#a8aba8
#a7aaa7
#a6a9a6
#a5a8a5
#a4a7a4
#a3a6a3
#a2a5a2
#a1a4a1
#a0a3a0
#9fa29f
#9ea19e
#9da09d
#9c9f9c

Monochromatic Color with #aaadaa

#aaadaa
#d4d7d4
#030303
#2d2d2d
#565856
#808280

Tints of #aaadaa Color

#aaadaa
#b3b6b3
#bcbfbc
#c6c8c6
#cfd1cf
#d9dad9
#e2e3e2
#ececec
#f5f5f5
#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

#aaadaa
#adaaad

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

Split Complementary

#aaadaa
#acaaad
#adaaac

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

Analogous Color

#abadaa
#abadaa
#aaadaa
#aaadab
#aaadab

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

#aaadaa
#aaaaad
#adaaaa

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

#aaadaa
#aaabad
#adaaad
#adabaa

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

#aaadaa
#adaaad
#adaaac
#aaadac

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

#aaadaa Color Code Preview on Black Background Color

This is how #aaadaa Color will look on black background color. Color contrast ratio is 9.27

#aaadaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaadaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaadaa

#aaadaa color code is use for CSS Background Color

Background color for the above div is #aaadaa

HTML with inline CSS

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

#aaadaa color code is use for CSS Border Color

CSS Border color for the above div is #aaadaa

HTML with inline CSS

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

CSS Border Left color for the above div is #aaadaa

HTML with inline CSS

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

CSS Border Right color for the above div is #aaadaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aaadaa

HTML with inline CSS

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

CSS Border Top color for the above div is #aaadaa

HTML with inline CSS

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

#aaadaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aaadaa Color code Preview on White Background

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

Related Gradients

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

0 Likes 0 Comments | 26 Views

Post your comment:-

By submitting comment you agree to our privacy policy.