crispedge.com

Color picker

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

#abaa9c hex color - Grey - Warm color - Information

#abaa9c hex color - Grey - Warm color

Color Hue/Base color: Grey

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

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeabaa9c#abaa9c
RGB Decimal171, 170, 156rgb(171, 170, 156)
RGB Percent67%, 67%, 61%rgb(67%, 67%, 61%)
CSS RGBa171, 170, 156,1rgba(171,170,156,1)
CMYK Modelcmyk(0%,1%,9%,33%)
HSL Color Space56,8% ,64%hsl(56,8% ,64%)
HSV Color Space56°, 9%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010111010101010011100
Octal253252234
Decimal171170156
Hexabaa9c

Different shades of #abaa9c color code.

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

Light Shade of #abaa9c
#c2c2b8
Dark Shade of #abaa9c
#949280
Saturated Shade of #abaa9c
#b4b293
Desaturated Shade of #abaa9c
#a3a3a3
Grey scale Shade of #abaa9c
#a3a3a3
Brighten Shade
#c4c3b5
Most Readable Shade
#000000

Shades of #abaa9c color code

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

#abaa9c
#98978a
#858479
#727168
#5f5e56
#4c4b45
#393834
#262522
#131211
#000000

Similar Color like #abaa9c color

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

#acab9d
#adac9e
#aead9f
#afaea0
#b0afa1
#b1b0a2
#b2b1a3
#b3b2a4
#b4b3a5
#b5b4a6
#b6b5a7
#b7b6a8
#b8b7a9
#b9b8aa
#aaa99b
#a9a89a
#a8a799
#a7a698
#a6a597
#a5a496
#a4a395
#a3a294
#a2a193
#a1a092
#a09f91
#9f9e90
#9e9d8f
#9d9c8e

Monochromatic Color with #abaa9c

#abaa9c
#d5d4c3
#010101
#2b2b28
#56554e
#808075

Tints of #abaa9c Color

#abaa9c
#b4b3a7
#bdbcb2
#c7c6bd
#d0cfc8
#d9d9d3
#e3e2de
#ecece9
#f5f5f4
#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

#abaa9c
#9c9dab

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

Split Complementary

#abaa9c
#9ca4ab
#a29cab

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

Analogous Color

#aba49c
#aba79c
#abaa9c
#a9ab9c
#a6ab9c

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

#abaa9c
#9cabaa
#aa9cab

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

#abaa9c
#9caba2
#9c9dab
#ab9ca4

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

#abaa9c
#9c9dab
#a29cab
#a4ab9c

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

#abaa9c Color Code Preview on Black Background Color

This is how #abaa9c Color will look on black background color. Color contrast ratio is 8.96

#abaa9c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abaa9c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abaa9c

#abaa9c color code is use for CSS Background Color

Background color for the above div is #abaa9c

HTML with inline CSS

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

#abaa9c color code is use for CSS Border Color

CSS Border color for the above div is #abaa9c

HTML with inline CSS

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

CSS Border Left color for the above div is #abaa9c

HTML with inline CSS

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

CSS Border Right color for the above div is #abaa9c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #abaa9c

HTML with inline CSS

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

CSS Border Top color for the above div is #abaa9c

HTML with inline CSS

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

#abaa9c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#abaa9c Color code Preview on White Background

This is how #abaa9c Color code will look on white background color. Color contrast ratio is 2.34

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.