crispedge.com

Color picker

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

#a59baa hex color - Violet - Warm color - Information

#a59baa hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a59baa Color code in RGB color code model is created after adding 64.71% red color, 60.78% green color and 66.67% blue color. Hex #a59baa Color code in CMYK color (process color) code model is generated after subtraction of 3% cyan, 9% magenta, 0% yellow and 33% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea59baa#a59baa
RGB Decimal165, 155, 170rgb(165, 155, 170)
RGB Percent65%, 61%, 67%rgb(65%, 61%, 67%)
CSS RGBa165, 155, 170,1rgba(165,155,170,1)
CMYK Modelcmyk(3%,9%,0%,33%)
HSL Color Space280,8% ,64%hsl(280,8% ,64%)
HSV Color Space280°, 9%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001011001101110101010
Octal245233252
Decimal165155170
Hexa59baa

Different shades of #a59baa color code.

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

Light Shade of #a59baa
#beb7c1
Dark Shade of #a59baa
#8c7f93
Saturated Shade of #a59baa
#a892b3
Desaturated Shade of #a59baa
#a2a2a2
Grey scale Shade of #a59baa
#a2a2a2
Brighten Shade
#beb4c3
Most Readable Shade
#000000

Shades of #a59baa color code

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

#a59baa
#928997
#807884
#6e6771
#5b565e
#49444b
#373338
#242225
#121112
#000000

Similar Color like #a59baa color

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

#a69cab
#a79dac
#a89ead
#a99fae
#aaa0af
#aba1b0
#aca2b1
#ada3b2
#aea4b3
#afa5b4
#b0a6b5
#b1a7b6
#b2a8b7
#b3a9b8
#a49aa9
#a399a8
#a298a7
#a197a6
#a096a5
#9f95a4
#9e94a3
#9d93a2
#9c92a1
#9b91a0
#9a909f
#998f9e
#988e9d
#978d9c

Monochromatic Color with #a59baa

#a59baa
#cec2d4
#f7e8ff
#29272a
#524d55
#7c747f

Tints of #a59baa Color

#a59baa
#afa6b3
#b9b1bc
#c3bcc6
#cdc7cf
#d7d2d9
#e1dde2
#ebe8ec
#f5f3f5
#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

#a59baa
#a0aa9b

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

Split Complementary

#a59baa
#a7aa9b
#9baa9d

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

Analogous Color

#9f9baa
#a29baa
#a59baa
#a89baa
#aa9ba9

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

#a59baa
#aaa59b
#9baaa5

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

#a59baa
#aa9d9b
#a0aa9b
#9ba7aa

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

#a59baa
#a0aa9b
#9baa9d
#aa9ba7

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

#a59baa Color Code Preview on Black Background Color

This is how #a59baa Color will look on black background color. Color contrast ratio is 7.87

#a59baa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a59baa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a59baa

#a59baa color code is use for CSS Background Color

Background color for the above div is #a59baa

HTML with inline CSS

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

#a59baa color code is use for CSS Border Color

CSS Border color for the above div is #a59baa

HTML with inline CSS

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

CSS Border Left color for the above div is #a59baa

HTML with inline CSS

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

CSS Border Right color for the above div is #a59baa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a59baa

HTML with inline CSS

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

CSS Border Top color for the above div is #a59baa

HTML with inline CSS

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

#a59baa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a59baa Color code Preview on White Background

This is how #a59baa Color code will look on white background color. Color contrast ratio is 2.67

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

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.