crispedge.com

Color picker

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

#a4bbaa hex color - Green - Cool color - Information

#a4bbaa hex color - Green - Cool color

Color Hue/Base color: Green

Hex #a4bbaa Color code in RGB color code model is created after adding 64.31% red color, 73.33% green color and 66.67% blue color. Hex #a4bbaa Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 0% magenta, 9% yellow and 27% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea4bbaa#a4bbaa
RGB Decimal164, 187, 170rgb(164, 187, 170)
RGB Percent64%, 73%, 67%rgb(64%, 73%, 67%)
CSS RGBa164, 187, 170,1rgba(164,187,170,1)
CMYK Modelcmyk(12%,0%,9%,27%)
HSL Color Space136,14% ,69%hsl(136,14% ,69%)
HSV Color Space136°, 12%, 73%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101001001011101110101010
Octal244273252
Decimal164187170
Hexa4bbaa

Different shades of #a4bbaa color code.

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

Light Shade of #a4bbaa
#c1d1c5
Dark Shade of #a4bbaa
#87a58f
Saturated Shade of #a4bbaa
#9cc3a6
Desaturated Shade of #a4bbaa
#acb3ae
Grey scale Shade of #a4bbaa
#afafaf
Brighten Shade
#bdd4c3
Most Readable Shade
#000000

Shades of #a4bbaa color code

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

#a4bbaa
#91a697
#7f9184
#6d7c71
#5b675e
#48534b
#363e38
#242925
#121412
#000000

Similar Color like #a4bbaa color

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

#a5bcab
#a6bdac
#a7bead
#a8bfae
#a9c0af
#aac1b0
#abc2b1
#acc3b2
#adc4b3
#aec5b4
#afc6b5
#b0c7b6
#b1c8b7
#b2c9b8
#a3baa9
#a2b9a8
#a1b8a7
#a0b7a6
#9fb6a5
#9eb5a4
#9db4a3
#9cb3a2
#9bb2a1
#9ab1a0
#99b09f
#98af9e
#97ae9d
#96ad9c

Monochromatic Color with #a4bbaa

#a4bbaa
#c9e5d1
#0f110f
#343b36
#59665d
#7f9083

Tints of #a4bbaa Color

#a4bbaa
#aec2b3
#b8cabc
#c2d1c6
#ccd9cf
#d6e0d9
#e0e8e2
#eaefec
#f4f7f5
#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

#a4bbaa
#bba4b5

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

Split Complementary

#a4bbaa
#b6a4bb
#bba4aa

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

Analogous Color

#a7bba4
#a4bba5
#a4bbaa
#a4bbaf
#a4bbb3

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

#a4bbaa
#aaa4bb
#bbaaa4

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

#a4bbaa
#a4a9bb
#bba4b5
#bbb5a4

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

#a4bbaa
#bba4b5
#bba4aa
#a4bbb6

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

#a4bbaa Color Code Preview on Black Background Color

This is how #a4bbaa Color will look on black background color. Color contrast ratio is 10.27

#a4bbaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a4bbaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a4bbaa

#a4bbaa color code is use for CSS Background Color

Background color for the above div is #a4bbaa

HTML with inline CSS

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

#a4bbaa color code is use for CSS Border Color

CSS Border color for the above div is #a4bbaa

HTML with inline CSS

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

CSS Border Left color for the above div is #a4bbaa

HTML with inline CSS

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

CSS Border Right color for the above div is #a4bbaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a4bbaa

HTML with inline CSS

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

CSS Border Top color for the above div is #a4bbaa

HTML with inline CSS

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

#a4bbaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a4bbaa Color code Preview on White Background

This is how #a4bbaa Color code will look on white background color. Color contrast ratio is 2.05

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

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.