crispedge.com

Color picker

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

#a99c93 hex color - Brown - Warm color - Information

#a99c93 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

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

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

0 Likes 0 Comments | 11 Views

Color Table

Hex Color Codea99c93#a99c93
RGB Decimal169, 156, 147rgb(169, 156, 147)
RGB Percent66%, 61%, 58%rgb(66%, 61%, 58%)
CSS RGBa169, 156, 147,1rgba(169,156,147,1)
CMYK Modelcmyk(0%,8%,13%,34%)
HSL Color Space25,11% ,62%hsl(25,11% ,62%)
HSV Color Space25°, 13%, 66%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010011001110010010011
Octal251234223
Decimal169156147
Hexa99c93

Different shades of #a99c93 color code.

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

Light Shade of #a99c93
#c0b6af
Dark Shade of #a99c93
#928277
Saturated Shade of #a99c93
#b39a89
Desaturated Shade of #a99c93
#9f9e9d
Grey scale Shade of #a99c93
#9e9e9e
Brighten Shade
#c2b5ac
Most Readable Shade
#000000

Shades of #a99c93 color code

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

#a99c93
#968a82
#837972
#706862
#5d5651
#4b4541
#383431
#252220
#121110
#000000

Similar Color like #a99c93 color

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

#aa9d94
#ab9e95
#ac9f96
#ada097
#aea198
#afa299
#b0a39a
#b1a49b
#b2a59c
#b3a69d
#b4a79e
#b5a89f
#b6a9a0
#b7aaa1
#a89b92
#a79a91
#a69990
#a5988f
#a4978e
#a3968d
#a2958c
#a1948b
#a0938a
#9f9289
#9e9188
#9d9087
#9c8f86
#9b8e85

Monochromatic Color with #a99c93

#a99c93
#d3c3b8
#feeadd
#292624
#544e49
#7e756e

Tints of #a99c93 Color

#a99c93
#b2a79f
#bcb2ab
#c5bdb7
#cfc8c3
#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

#a99c93
#93a0a9

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

Split Complementary

#a99c93
#93a9a7
#9395a9

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

Analogous Color

#a99393
#a99893
#a99c93
#a9a093
#a9a593

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

#a99c93
#93a99c
#9c93a9

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

#a99c93
#95a993
#93a0a9
#a793a9

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

#a99c93
#93a0a9
#9395a9
#a9a793

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

#a99c93 Color Code Preview on Black Background Color

This is how #a99c93 Color will look on black background color. Color contrast ratio is 7.86

#a99c93 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a99c93

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a99c93

#a99c93 color code is use for CSS Background Color

Background color for the above div is #a99c93

HTML with inline CSS

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

#a99c93 color code is use for CSS Border Color

CSS Border color for the above div is #a99c93

HTML with inline CSS

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

CSS Border Left color for the above div is #a99c93

HTML with inline CSS

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

CSS Border Right color for the above div is #a99c93

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a99c93

HTML with inline CSS

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

CSS Border Top color for the above div is #a99c93

HTML with inline CSS

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

#a99c93 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a99c93 Color code Preview on White Background

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

Related Gradients

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

0 Likes 0 Comments | 11 Views

Post your comment:-

By submitting comment you agree to our privacy policy.