crispedge.com

Color picker

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

#a2ba7e hex color - Orange - Warm color - Information

#a2ba7e hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #a2ba7e Color code in RGB color code model is created after adding 63.53% red color, 72.94% green color and 49.41% blue color. Hex #a2ba7e Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 0% magenta, 32% yellow and 27% black.

Hex #a2ba7e color code is between #aabb77 web safe hex color code and #99aa88 web safe hex color code. #aabb77 is the nearest web safe color code. You can see here many more shades of #a2ba7e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea2ba7e#a2ba7e
RGB Decimal162, 186, 126rgb(162, 186, 126)
RGB Percent64%, 73%, 49%rgb(64%, 73%, 49%)
CSS RGBa162, 186, 126,1rgba(162,186,126,1)
CMYK Modelcmyk(13%,0%,32%,27%)
HSL Color Space84,30% ,61%hsl(84,30% ,61%)
HSV Color Space84°, 32%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000101011101001111110
Octal242272176
Decimal162186126
Hexa2ba7e

Different shades of #a2ba7e color code.

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

Light Shade of #a2ba7e
#bacc9f
Dark Shade of #a2ba7e
#8aa85d
Saturated Shade of #a2ba7e
#a4c474
Desaturated Shade of #a2ba7e
#a0b088
Grey scale Shade of #a2ba7e
#9c9c9c
Brighten Shade
#bbd397
Most Readable Shade
#000000

Shades of #a2ba7e color code

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

#a2ba7e
#90a570
#7e9062
#6c7c54
#5a6746
#485238
#363e2a
#24291c
#12140e
#000000

Similar Color like #a2ba7e color

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

#a3bb7f
#a4bc80
#a5bd81
#a6be82
#a7bf83
#a8c084
#a9c185
#aac286
#abc387
#acc488
#adc589
#aec68a
#afc78b
#b0c88c
#a1b97d
#a0b87c
#9fb77b
#9eb67a
#9db579
#9cb478
#9bb377
#9ab276
#99b175
#98b074
#97af73
#96ae72
#95ad71
#94ac70

Monochromatic Color with #a2ba7e

#a2ba7e
#c7e49b
#0e100b
#333a28
#586544
#7d8f61

Tints of #a2ba7e Color

#a2ba7e
#acc18c
#b6c99a
#c1d1a9
#cbd8b7
#d5e0c5
#e0e8d4
#eaefe2
#f4f7f0
#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

#a2ba7e
#967eba

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

Split Complementary

#a2ba7e
#7e84ba
#b47eba

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

Analogous Color

#baba7e
#aeba7e
#a2ba7e
#96ba7e
#8aba7e

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

#a2ba7e
#7ea2ba
#ba7ea2

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

#a2ba7e
#7ebab4
#967eba
#ba7e84

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

#a2ba7e
#967eba
#b47eba
#84ba7e

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

#a2ba7e Color Code Preview on Black Background Color

This is how #a2ba7e Color will look on black background color. Color contrast ratio is 9.86

#a2ba7e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a2ba7e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a2ba7e

#a2ba7e color code is use for CSS Background Color

Background color for the above div is #a2ba7e

HTML with inline CSS

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

#a2ba7e color code is use for CSS Border Color

CSS Border color for the above div is #a2ba7e

HTML with inline CSS

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

CSS Border Left color for the above div is #a2ba7e

HTML with inline CSS

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

CSS Border Right color for the above div is #a2ba7e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a2ba7e

HTML with inline CSS

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

CSS Border Top color for the above div is #a2ba7e

HTML with inline CSS

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

#a2ba7e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a2ba7e Color code Preview on White Background

This is how #a2ba7e Color code will look on white background color. Color contrast ratio is 2.13

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

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.