crispedge.com

Color picker

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

#a5baae hex color - Green - Cool color - Information

#a5baae hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #a5baae Color code in RGB color code model is created after adding 64.71% red color, 72.94% green color and 68.24% blue color. Hex #a5baae Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 0% magenta, 6% yellow and 27% black.

Hex #a5baae color code is between #aabbaa web safe hex color code and #99aabb web safe hex color code. #aabbaa is the nearest web safe color code. You can see here many more shades of #a5baae color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea5baae#a5baae
RGB Decimal165, 186, 174rgb(165, 186, 174)
RGB Percent65%, 73%, 68%rgb(65%, 73%, 68%)
CSS RGBa165, 186, 174,1rgba(165,186,174,1)
CMYK Modelcmyk(11%,0%,6%,27%)
HSL Color Space146,13% ,69%hsl(146,13% ,69%)
HSV Color Space146°, 11%, 73%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101001011011101010101110
Octal245272256
Decimal165186174
Hexa5baae

Different shades of #a5baae color code.

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

Light Shade of #a5baae
#c2d0c8
Dark Shade of #a5baae
#88a494
Saturated Shade of #a5baae
#9dc2ad
Desaturated Shade of #a5baae
#adb2af
Grey scale Shade of #a5baae
#afafaf
Brighten Shade
#bed3c7
Most Readable Shade
#000000

Shades of #a5baae color code

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

#a5baae
#92a59a
#809087
#6e7c74
#5b6760
#49524d
#373e3a
#242926
#121413
#000000

Similar Color like #a5baae color

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

#a6bbaf
#a7bcb0
#a8bdb1
#a9beb2
#aabfb3
#abc0b4
#acc1b5
#adc2b6
#aec3b7
#afc4b8
#b0c5b9
#b1c6ba
#b2c7bb
#b3c8bc
#a4b9ad
#a3b8ac
#a2b7ab
#a1b6aa
#a0b5a9
#9fb4a8
#9eb3a7
#9db2a6
#9cb1a5
#9bb0a4
#9aafa3
#99aea2
#98ada1
#97aca0

Monochromatic Color with #a5baae

#a5baae
#cbe4d6
#0e100f
#343a37
#5a655e
#7f8f86

Tints of #a5baae Color

#a5baae
#afc1b7
#b9c9c0
#c3d1c9
#cdd8d2
#d7e0db
#e1e8e4
#ebefed
#f5f7f6
#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

#a5baae
#baa5b1

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

Split Complementary

#a5baae
#b8a5ba
#baa5a7

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

Analogous Color

#a5baa6
#a5baaa
#a5baae
#a5bab2
#a5bab6

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

#a5baae
#aea5ba
#baaea5

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

#a5baae
#a5a6ba
#baa5b1
#bab8a5

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

#a5baae
#baa5b1
#baa5a7
#a5bab9

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

#a5baae Color Code Preview on Black Background Color

This is how #a5baae Color will look on black background color. Color contrast ratio is 10.23

#a5baae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a5baae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a5baae

#a5baae color code is use for CSS Background Color

Background color for the above div is #a5baae

HTML with inline CSS

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

#a5baae color code is use for CSS Border Color

CSS Border color for the above div is #a5baae

HTML with inline CSS

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

CSS Border Left color for the above div is #a5baae

HTML with inline CSS

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

CSS Border Right color for the above div is #a5baae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a5baae

HTML with inline CSS

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

CSS Border Top color for the above div is #a5baae

HTML with inline CSS

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

#a5baae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a5baae Color code Preview on White Background

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

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.