crispedge.com

Color picker

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

#aab1ab hex color - Green - Cool color - Information

#aab1ab hex color - Green - Cool color

Color Hue/Base color: Green

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

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaab1ab#aab1ab
RGB Decimal170, 177, 171rgb(170, 177, 171)
RGB Percent67%, 69%, 67%rgb(67%, 69%, 67%)
CSS RGBa170, 177, 171,1rgba(170,177,171,1)
CMYK Modelcmyk(4%,0%,3%,31%)
HSL Color Space129,4% ,68%hsl(129,4% ,68%)
HSV Color Space129°, 4%, 69%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101011000110101011
Octal252261253
Decimal170177171
Hexaab1ab

Different shades of #aab1ab color code.

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

Light Shade of #aab1ab
#c5c9c5
Dark Shade of #aab1ab
#8f9991
Saturated Shade of #aab1ab
#a2b9a5
Desaturated Shade of #aab1ab
#adadad
Grey scale Shade of #aab1ab
#adadad
Brighten Shade
#c3cac4
Most Readable Shade
#000000

Shades of #aab1ab color code

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

#aab1ab
#979d98
#848985
#717672
#5e625f
#4b4e4c
#383b39
#252726
#121313
#000000

Similar Color like #aab1ab color

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

#abb2ac
#acb3ad
#adb4ae
#aeb5af
#afb6b0
#b0b7b1
#b1b8b2
#b2b9b3
#b3bab4
#b4bbb5
#b5bcb6
#b6bdb7
#b7beb8
#b8bfb9
#a9b0aa
#a8afa9
#a7aea8
#a6ada7
#a5aca6
#a4aba5
#a3aaa4
#a2a9a3
#a1a8a2
#a0a7a1
#9fa6a0
#9ea59f
#9da49e
#9ca39d

Monochromatic Color with #aab1ab

#aab1ab
#d3dbd4
#070707
#303130
#585c59
#818682

Tints of #aab1ab Color

#aab1ab
#b3b9b4
#bcc2bd
#c6cbc7
#cfd3d0
#d9dcd9
#e2e5e3
#ecedec
#f5f6f5
#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

#aab1ab
#b1aab0

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

Split Complementary

#aab1ab
#aeaab1
#b1aaad

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

Analogous Color

#acb1aa
#aab1aa
#aab1ab
#aab1ac
#aab1ae

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

#aab1ab
#abaab1
#b1abaa

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

#aab1ab
#aaacb1
#b1aab0
#b1aeaa

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

#aab1ab
#b1aab0
#b1aaad
#aab1ae

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

#aab1ab Color Code Preview on Black Background Color

This is how #aab1ab Color will look on black background color. Color contrast ratio is 9.59

#aab1ab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aab1ab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aab1ab

#aab1ab color code is use for CSS Background Color

Background color for the above div is #aab1ab

HTML with inline CSS

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

#aab1ab color code is use for CSS Border Color

CSS Border color for the above div is #aab1ab

HTML with inline CSS

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

CSS Border Left color for the above div is #aab1ab

HTML with inline CSS

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

CSS Border Right color for the above div is #aab1ab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aab1ab

HTML with inline CSS

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

CSS Border Top color for the above div is #aab1ab

HTML with inline CSS

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

#aab1ab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aab1ab Color code Preview on White Background

This is how #aab1ab Color code will look on white background color. Color contrast ratio is 2.19

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

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.