crispedge.com

Color picker

Loading...

#a59fa4 hex color - Grey - Warm color - Information

#a59fa4 hex color - Grey - Warm color

Color Hue/Base color: Grey

Hex #a59fa4 Color code in RGB color code model is created after adding 64.71% red color, 62.35% green color and 64.31% blue color. Hex #a59fa4 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 4% magenta, 1% yellow and 35% black.

Hex #a59fa4 color code is between #aa99aa web safe hex color code and #99aa99 web safe hex color code. #aa99aa is the nearest web safe color code. You can see here many more shades of #a59fa4 color code.

0 Likes 0 Comments | 4 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codea59fa4#a59fa4
RGB Decimal165, 159, 164rgb(165, 159, 164)
RGB Percent65%, 62%, 64%rgb(65%, 62%, 64%)
CSS RGBa165, 159, 164,1rgba(165,159,164,1)
CMYK Modelcmyk(0%,4%,1%,35%)
HSL Color Space310,3% ,64%hsl(310,3% ,64%)
HSV Color Space310°, 4%, 65%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001011001111110100100
Octal245237244
Decimal165159164
Hexa59fa4

Different shades of #a59fa4 color code.

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

Light Shade of #a59fa4
#beb9bd
Dark Shade of #a59fa4
#8c858b
Saturated Shade of #a59fa4
#ae96aa
Desaturated Shade of #a59fa4
#a2a2a2
Grey scale Shade of #a59fa4
#a2a2a2
Brighten Shade
#beb8bd
Most Readable Shade
#000000

Shades of #a59fa4 color code

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

#a59fa4
#928d91
#807b7f
#6e6a6d
#5b585b
#494648
#373536
#242324
#121112
#000000

Similar Color like #a59fa4 color

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

#a6a0a5
#a7a1a6
#a8a2a7
#a9a3a8
#aaa4a9
#aba5aa
#aca6ab
#ada7ac
#aea8ad
#afa9ae
#b0aaaf
#b1abb0
#b2acb1
#b3adb2
#a49ea3
#a39da2
#a29ca1
#a19ba0
#a09a9f
#9f999e
#9e989d
#9d979c
#9c969b
#9b959a
#9a9499
#999398
#989297
#979196

Monochromatic Color with #a59fa4

#a59fa4
#cfc8ce
#faf1f8
#252425
#504d50
#7a767a

Tints of #a59fa4 Color

#a59fa4
#afa9ae
#b9b4b8
#c3bfc2
#cdc9cc
#d7d4d6
#e1dfe0
#ebe9ea
#f5f4f4
#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

#a59fa4
#9fa5a0

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

Split Complementary

#a59fa4
#a1a59f
#9fa5a3

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

Analogous Color

#a49fa5
#a59fa5
#a59fa4
#a59fa3
#a59fa2

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

#a59fa4
#a4a59f
#9fa4a5

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

#a59fa4
#a5a39f
#9fa5a0
#9fa1a5

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

#a59fa4
#9fa5a0
#9fa5a3
#a59fa1

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

#a59fa4 Color Code Preview on Black Background Color

This is how #a59fa4 Color will look on black background color. Color contrast ratio is 8.10

#a59fa4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a59fa4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a59fa4

#a59fa4 color code is use for CSS Background Color

Background color for the above div is #a59fa4

HTML with inline CSS

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

#a59fa4 color code is use for CSS Border Color

CSS Border color for the above div is #a59fa4

HTML with inline CSS

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

CSS Border Left color for the above div is #a59fa4

HTML with inline CSS

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

CSS Border Right color for the above div is #a59fa4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a59fa4

HTML with inline CSS

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

CSS Border Top color for the above div is #a59fa4

HTML with inline CSS

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

#a59fa4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a59fa4 Color code Preview on White Background

This is how #a59fa4 Color code will look on white background color. Color contrast ratio is 2.59

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(165,159,164,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(159,165,160,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(165,159,164,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.