crispedge.com

Color picker

Loading...

#aaabaa hex color - Grey - Cool color - Information

#aaabaa hex color - Grey - Cool color

Color Hue/Base color: Grey

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

Hex #aaabaa 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 #aaabaa color code.

0 Likes 0 Comments | 33 Views

RGB Chart

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

Color Table

Hex Color Codeaaabaa#aaabaa
RGB Decimal170, 171, 170rgb(170, 171, 170)
RGB Percent67%, 67%, 67%rgb(67%, 67%, 67%)
CSS RGBa170, 171, 170,1rgba(170,171,170,1)
CMYK Modelcmyk(1%,0%,1%,33%)
HSL Color Space120,1% ,67%hsl(120,1% ,67%)
HSV Color Space120°, 1%, 67%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101010101110101010
Octal252253252
Decimal170171170
Hexaaabaa

Different shades of #aaabaa color code.

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

Light Shade of #aaabaa
#c4c4c4
Dark Shade of #aaabaa
#909290
Saturated Shade of #aaabaa
#a2b3a2
Desaturated Shade of #aaabaa
#aaaaaa
Grey scale Shade of #aaabaa
#aaaaaa
Brighten Shade
#c3c4c3
Most Readable Shade
#000000

Shades of #aaabaa color code

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

#aaabaa
#979897
#848584
#717271
#5e5f5e
#4b4c4b
#383938
#252625
#121312
#000000

Similar Color like #aaabaa color

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

#abacab
#acadac
#adaead
#aeafae
#afb0af
#b0b1b0
#b1b2b1
#b2b3b2
#b3b4b3
#b4b5b4
#b5b6b5
#b6b7b6
#b7b8b7
#b8b9b8
#a9aaa9
#a8a9a8
#a7a8a7
#a6a7a6
#a5a6a5
#a4a5a4
#a3a4a3
#a2a3a2
#a1a2a1
#a0a1a0
#9fa09f
#9e9f9e
#9d9e9d
#9c9d9c

Monochromatic Color with #aaabaa

#aaabaa
#d4d5d4
#010101
#2b2b2b
#555655
#808080

Tints of #aaabaa Color

#aaabaa
#b3b4b3
#bcbdbc
#c6c7c6
#cfd0cf
#d9d9d9
#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

#aaabaa
#abaaab

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

Split Complementary

#aaabaa
#aaaaab
#abaaaa

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

Analogous Color

#aaabaa
#aaabaa
#aaabaa
#aaabaa
#aaabaa

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

#aaabaa
#aaaaab
#abaaaa

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

#aaabaa
#aaaaab
#abaaab
#abaaaa

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

#aaabaa
#abaaab
#abaaaa
#aaabaa

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

#aaabaa Color Code Preview on Black Background Color

This is how #aaabaa Color will look on black background color. Color contrast ratio is 9.11

#aaabaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaabaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaabaa

#aaabaa color code is use for CSS Background Color

Background color for the above div is #aaabaa

HTML with inline CSS

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

#aaabaa color code is use for CSS Border Color

CSS Border color for the above div is #aaabaa

HTML with inline CSS

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

CSS Border Left color for the above div is #aaabaa

HTML with inline CSS

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

CSS Border Right color for the above div is #aaabaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aaabaa

HTML with inline CSS

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

CSS Border Top color for the above div is #aaabaa

HTML with inline CSS

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

#aaabaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aaabaa Color code Preview on White Background

This is how #aaabaa Color code will look on white background color. Color contrast ratio is 2.30

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

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,171,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(171,170,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,171,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 33 Views

Post your comment:-

By submitting comment you agree to our privacy policy.