crispedge.com

Color picker

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

#a6a195 hex color - Green - Warm color - Information

#a6a195 hex color - Green - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Green

Hex #a6a195 Color code in RGB color code model is created after adding 65.1% red color, 63.14% green color and 58.43% blue color. Hex #a6a195 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 3% magenta, 10% yellow and 35% black.

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codea6a195#a6a195
RGB Decimal166, 161, 149rgb(166, 161, 149)
RGB Percent65%, 63%, 58%rgb(65%, 63%, 58%)
CSS RGBa166, 161, 149,1rgba(166,161,149,1)
CMYK Modelcmyk(0%,3%,10%,35%)
HSL Color Space42,9% ,62%hsl(42,9% ,62%)
HSV Color Space42°, 10%, 65%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001101010000110010101
Octal246241225
Decimal166161149
Hexa6a195

Different shades of #a6a195 color code.

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

Light Shade of #a6a195
#bdbab1
Dark Shade of #a6a195
#8f8879
Saturated Shade of #a6a195
#b0a58b
Desaturated Shade of #a6a195
#9d9d9d
Grey scale Shade of #a6a195
#9d9d9d
Brighten Shade
#bfbaae
Most Readable Shade
#000000

Shades of #a6a195 color code

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

#a6a195
#938f84
#817d73
#6e6b63
#5c5952
#494742
#373531
#242321
#121110
#000000

Similar Color like #a6a195 color

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

#a7a296
#a8a397
#a9a498
#aaa599
#aba69a
#aca79b
#ada89c
#aea99d
#afaa9e
#b0ab9f
#b1aca0
#b2ada1
#b3aea2
#b4afa3
#a5a094
#a49f93
#a39e92
#a29d91
#a19c90
#a09b8f
#9f9a8e
#9e998d
#9d988c
#9c978b
#9b968a
#9a9589
#999488
#989387

Monochromatic Color with #a6a195

#a6a195
#d0cabb
#fbf3e1
#262523
#514f49
#7b786f

Tints of #a6a195 Color

#a6a195
#afaba0
#b9b5ac
#c3c0b8
#cdcac4
#d7d5cf
#e1dfdb
#ebeae7
#f5f4f3
#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

#a6a195
#959aa6

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

Split Complementary

#a6a195
#95a3a6
#9895a6

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

Analogous Color

#a69a95
#a69e95
#a6a195
#a6a495
#a4a695

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

#a6a195
#95a6a1
#a195a6

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

#a6a195
#95a698
#959aa6
#a695a2

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

#a6a195
#959aa6
#9895a6
#a3a695

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

#a6a195 Color Code Preview on Black Background Color

This is how #a6a195 Color will look on black background color. Color contrast ratio is 8.15

#a6a195 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a6a195

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a6a195

#a6a195 color code is use for CSS Background Color

Background color for the above div is #a6a195

HTML with inline CSS

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

#a6a195 color code is use for CSS Border Color

CSS Border color for the above div is #a6a195

HTML with inline CSS

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

CSS Border Left color for the above div is #a6a195

HTML with inline CSS

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

CSS Border Right color for the above div is #a6a195

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a6a195

HTML with inline CSS

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

CSS Border Top color for the above div is #a6a195

HTML with inline CSS

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

#a6a195 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a6a195 Color code Preview on White Background

This is how #a6a195 Color code will look on white background color. Color contrast ratio is 2.58

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

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.