crispedge.com

Color picker

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

#a99e93 hex color - Brown - Warm color - Information

#a99e93 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #a99e93 Color code in RGB color code model is created after adding 66.27% red color, 61.96% green color and 57.65% blue color. Hex #a99e93 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 7% magenta, 13% yellow and 34% black.

Hex #a99e93 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 #a99e93 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea99e93#a99e93
RGB Decimal169, 158, 147rgb(169, 158, 147)
RGB Percent66%, 62%, 58%rgb(66%, 62%, 58%)
CSS RGBa169, 158, 147,1rgba(169,158,147,1)
CMYK Modelcmyk(0%,7%,13%,34%)
HSL Color Space30,11% ,62%hsl(30,11% ,62%)
HSV Color Space30°, 13%, 66%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010011001111010010011
Octal251236223
Decimal169158147
Hexa99e93

Different shades of #a99e93 color code.

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

Light Shade of #a99e93
#c0b7af
Dark Shade of #a99e93
#928477
Saturated Shade of #a99e93
#b39e89
Desaturated Shade of #a99e93
#9f9e9d
Grey scale Shade of #a99e93
#9e9e9e
Brighten Shade
#c2b7ac
Most Readable Shade
#000000

Shades of #a99e93 color code

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

#a99e93
#968c82
#837a72
#706962
#5d5751
#4b4641
#383431
#252320
#121110
#000000

Similar Color like #a99e93 color

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

#aa9f94
#aba095
#aca196
#ada297
#aea398
#afa499
#b0a59a
#b1a69b
#b2a79c
#b3a89d
#b4a99e
#b5aa9f
#b6aba0
#b7aca1
#a89d92
#a79c91
#a69b90
#a59a8f
#a4998e
#a3988d
#a2978c
#a1968b
#a0958a
#9f9489
#9e9388
#9d9287
#9c9186
#9b9085

Monochromatic Color with #a99e93

#a99e93
#d3c6b8
#feeddd
#292724
#544f49
#7e766e

Tints of #a99e93 Color

#a99e93
#b2a89f
#bcb3ab
#c5beb7
#cfc9c3
#d8d3cf
#e2dedb
#ebe9e7
#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

#a99e93
#939ea9

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

Split Complementary

#a99e93
#93a9a9
#9393a9

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

Analogous Color

#a99593
#a99a93
#a99e93
#a9a293
#a9a793

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

#a99e93
#93a99e
#9e93a9

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

#a99e93
#93a993
#939ea9
#a993a9

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

#a99e93
#939ea9
#9393a9
#a9a993

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

#a99e93 Color Code Preview on Black Background Color

This is how #a99e93 Color will look on black background color. Color contrast ratio is 8.00

#a99e93 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a99e93

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a99e93

#a99e93 color code is use for CSS Background Color

Background color for the above div is #a99e93

HTML with inline CSS

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

#a99e93 color code is use for CSS Border Color

CSS Border color for the above div is #a99e93

HTML with inline CSS

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

CSS Border Left color for the above div is #a99e93

HTML with inline CSS

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

CSS Border Right color for the above div is #a99e93

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a99e93

HTML with inline CSS

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

CSS Border Top color for the above div is #a99e93

HTML with inline CSS

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

#a99e93 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a99e93 Color code Preview on White Background

This is how #a99e93 Color code will look on white background color. Color contrast ratio is 2.63

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

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.