crispedge.com

Color picker

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

#a6a690 hex color - Green - Warm color - Information

#a6a690 hex color - Green - Warm color

Color Hue/Base color: Green

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

Hex #a6a690 color code is between #aaaa88 web safe hex color code and #999999 web safe hex color code. #aaaa88 is the nearest web safe color code. You can see here many more shades of #a6a690 color code.

0 Likes 0 Comments | 30 Views

Color Table

Hex Color Codea6a690#a6a690
RGB Decimal166, 166, 144rgb(166, 166, 144)
RGB Percent65%, 65%, 56%rgb(65%, 65%, 56%)
CSS RGBa166, 166, 144,1rgba(166,166,144,1)
CMYK Modelcmyk(0%,0%,13%,35%)
HSL Color Space60,11% ,61%hsl(60,11% ,61%)
HSV Color Space60°, 13%, 65%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001101010011010010000
Octal246246220
Decimal166166144
Hexa6a690

Different shades of #a6a690 color code.

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

Light Shade of #a6a690
#bdbdac
Dark Shade of #a6a690
#8f8f74
Saturated Shade of #a6a690
#b0b086
Desaturated Shade of #a6a690
#9c9c9a
Grey scale Shade of #a6a690
#9b9b9b
Brighten Shade
#bfbfa9
Most Readable Shade
#000000

Shades of #a6a690 color code

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

#a6a690
#939380
#818170
#6e6e60
#5c5c50
#494940
#373730
#242420
#121210
#000000

Similar Color like #a6a690 color

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

#a7a791
#a8a892
#a9a993
#aaaa94
#abab95
#acac96
#adad97
#aeae98
#afaf99
#b0b09a
#b1b19b
#b2b29c
#b3b39d
#b4b49e
#a5a58f
#a4a48e
#a3a38d
#a2a28c
#a1a18b
#a0a08a
#9f9f89
#9e9e88
#9d9d87
#9c9c86
#9b9b85
#9a9a84
#999983
#989882

Monochromatic Color with #a6a690

#a6a690
#d0d0b5
#fbfbda
#262621
#515146
#7b7b6b

Tints of #a6a690 Color

#a6a690
#afaf9c
#b9b9a8
#c3c3b5
#cdcdc1
#d7d7cd
#e1e1da
#ebebe6
#f5f5f2
#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

#a6a690
#9090a6

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

Split Complementary

#a6a690
#909ba6
#9b90a6

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

Analogous Color

#a69d90
#a6a290
#a6a690
#a2a690
#9da690

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

#a6a690
#90a6a6
#a690a6

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

#a6a690
#90a69b
#9090a6
#a6909b

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

#a6a690
#9090a6
#9b90a6
#9ba690

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

#a6a690 Color Code Preview on Black Background Color

This is how #a6a690 Color will look on black background color. Color contrast ratio is 8.48

#a6a690 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a6a690

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a6a690

#a6a690 color code is use for CSS Background Color

Background color for the above div is #a6a690

HTML with inline CSS

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

#a6a690 color code is use for CSS Border Color

CSS Border color for the above div is #a6a690

HTML with inline CSS

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

CSS Border Left color for the above div is #a6a690

HTML with inline CSS

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

CSS Border Right color for the above div is #a6a690

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a6a690

HTML with inline CSS

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

CSS Border Top color for the above div is #a6a690

HTML with inline CSS

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

#a6a690 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a6a690 Color code Preview on White Background

This is how #a6a690 Color code will look on white background color. Color contrast ratio is 2.48

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

Related Gradients

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

0 Likes 0 Comments | 30 Views

Post your comment:-

By submitting comment you agree to our privacy policy.