crispedge.com

Color picker

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

#adaa9c hex color - Brown - Warm color - Information

#adaa9c hex color - Brown - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Brown

Hex #adaa9c Color code in RGB color code model is created after adding 67.84% red color, 66.67% green color and 61.18% blue color. Hex #adaa9c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 2% magenta, 10% yellow and 32% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeadaa9c#adaa9c
RGB Decimal173, 170, 156rgb(173, 170, 156)
RGB Percent68%, 67%, 61%rgb(68%, 67%, 61%)
CSS RGBa173, 170, 156,1rgba(173,170,156,1)
CMYK Modelcmyk(0%,2%,10%,32%)
HSL Color Space49,9% ,65%hsl(49,9% ,65%)
HSV Color Space49°, 10%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011011010101010011100
Octal255252234
Decimal173170156
Hexadaa9c

Different shades of #adaa9c color code.

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

Light Shade of #adaa9c
#c4c2b8
Dark Shade of #adaa9c
#969280
Saturated Shade of #adaa9c
#b6b093
Desaturated Shade of #adaa9c
#a4a4a4
Grey scale Shade of #adaa9c
#a4a4a4
Brighten Shade
#c6c3b5
Most Readable Shade
#000000

Shades of #adaa9c color code

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

#adaa9c
#99978a
#868479
#737168
#605e56
#4c4b45
#393834
#262522
#131211
#000000

Similar Color like #adaa9c color

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

#aeab9d
#afac9e
#b0ad9f
#b1aea0
#b2afa1
#b3b0a2
#b4b1a3
#b5b2a4
#b6b3a5
#b7b4a6
#b8b5a7
#b9b6a8
#bab7a9
#bbb8aa
#aca99b
#aba89a
#aaa799
#a9a698
#a8a597
#a7a496
#a6a395
#a5a294
#a4a193
#a3a092
#a29f91
#a19e90
#a09d8f
#9f9c8e

Monochromatic Color with #adaa9c

#adaa9c
#d7d4c2
#030303
#2d2d29
#58564f
#828076

Tints of #adaa9c Color

#adaa9c
#b6b3a7
#bfbcb2
#c8c6bd
#d1cfc8
#dad9d3
#e3e2de
#ecece9
#f5f5f4
#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

#adaa9c
#9c9fad

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

Split Complementary

#adaa9c
#9ca8ad
#a19cad

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

Analogous Color

#ada39c
#ada79c
#adaa9c
#adad9c
#a9ad9c

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

#adaa9c
#9cadaa
#aa9cad

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

#adaa9c
#9cada1
#9c9fad
#ad9ca7

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

#adaa9c
#9c9fad
#a19cad
#a8ad9c

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

#adaa9c Color Code Preview on Black Background Color

This is how #adaa9c Color will look on black background color. Color contrast ratio is 9.01

#adaa9c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adaa9c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adaa9c

#adaa9c color code is use for CSS Background Color

Background color for the above div is #adaa9c

HTML with inline CSS

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

#adaa9c color code is use for CSS Border Color

CSS Border color for the above div is #adaa9c

HTML with inline CSS

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

CSS Border Left color for the above div is #adaa9c

HTML with inline CSS

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

CSS Border Right color for the above div is #adaa9c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #adaa9c

HTML with inline CSS

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

CSS Border Top color for the above div is #adaa9c

HTML with inline CSS

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

#adaa9c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#adaa9c Color code Preview on White Background

This is how #adaa9c Color code will look on white background color. Color contrast ratio is 2.33

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

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.