crispedge.com

Color picker

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

#a3999e hex color - Grey - Warm color - Information

#a3999e hex color - Grey - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Grey

Hex #a3999e Color code in RGB color code model is created after adding 63.92% red color, 60% green color and 61.96% blue color. Hex #a3999e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 6% magenta, 3% yellow and 36% black.

Hex #a3999e color code is between #aa8899 web safe hex color code and #99aaaa web safe hex color code. #aa8899 is the nearest web safe color code. You can see here many more shades of #a3999e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea3999e#a3999e
RGB Decimal163, 153, 158rgb(163, 153, 158)
RGB Percent64%, 60%, 62%rgb(64%, 60%, 62%)
CSS RGBa163, 153, 158,1rgba(163,153,158,1)
CMYK Modelcmyk(0%,6%,3%,36%)
HSL Color Space330,5% ,62%hsl(330,5% ,62%)
HSV Color Space330°, 6%, 64%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000111001100110011110
Octal243231236
Decimal163153158
Hexa3999e

Different shades of #a3999e color code.

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

Light Shade of #a3999e
#bbb4b7
Dark Shade of #a3999e
#8b7e84
Saturated Shade of #a3999e
#ad8f9e
Desaturated Shade of #a3999e
#9e9e9e
Grey scale Shade of #a3999e
#9e9e9e
Brighten Shade
#bcb2b7
Most Readable Shade
#000000

Shades of #a3999e color code

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

#a3999e
#90888c
#7e777a
#6c6669
#5a5557
#484446
#363334
#242223
#121111
#000000

Similar Color like #a3999e color

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

#a49a9f
#a59ba0
#a69ca1
#a79da2
#a89ea3
#a99fa4
#aaa0a5
#aba1a6
#aca2a7
#ada3a8
#aea4a9
#afa5aa
#b0a6ab
#b1a7ac
#a2989d
#a1979c
#a0969b
#9f959a
#9e9499
#9d9398
#9c9297
#9b9196
#9a9095
#998f94
#988e93
#978d92
#968c91
#958b90

Monochromatic Color with #a3999e

#a3999e
#cdc1c7
#f8e9f0
#232122
#4e494c
#787175

Tints of #a3999e Color

#a3999e
#ada4a8
#b7afb3
#c1bbbe
#cbc6c9
#d6d1d3
#e0ddde
#eae8e9
#f4f3f4
#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

#a3999e
#99a39e

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

Split Complementary

#a3999e
#99a399
#99a3a3

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

Analogous Color

#a399a2
#a399a0
#a3999e
#a3999c
#a3999a

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

#a3999e
#9ea399
#999ea3

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

#a3999e
#a3a399
#99a39e
#9999a3

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

#a3999e
#99a39e
#99a3a3
#a39999

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

#a3999e Color Code Preview on Black Background Color

This is how #a3999e Color will look on black background color. Color contrast ratio is 7.61

#a3999e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a3999e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a3999e

#a3999e color code is use for CSS Background Color

Background color for the above div is #a3999e

HTML with inline CSS

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

#a3999e color code is use for CSS Border Color

CSS Border color for the above div is #a3999e

HTML with inline CSS

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

CSS Border Left color for the above div is #a3999e

HTML with inline CSS

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

CSS Border Right color for the above div is #a3999e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a3999e

HTML with inline CSS

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

CSS Border Top color for the above div is #a3999e

HTML with inline CSS

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

#a3999e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a3999e Color code Preview on White Background

This is how #a3999e Color code will look on white background color. Color contrast ratio is 2.76

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

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.