crispedge.com

Color picker

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

#ad9d95 hex color - Brown - Warm color - Information

#ad9d95 hex color - Brown - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Brown

Hex #ad9d95 Color code in RGB color code model is created after adding 67.84% red color, 61.57% green color and 58.43% blue color. Hex #ad9d95 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 9% magenta, 14% yellow and 32% black.

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

0 Likes 0 Comments | 5 Views

Color Table

Hex Color Codead9d95#ad9d95
RGB Decimal173, 157, 149rgb(173, 157, 149)
RGB Percent68%, 62%, 58%rgb(68%, 62%, 58%)
CSS RGBa173, 157, 149,1rgba(173,157,149,1)
CMYK Modelcmyk(0%,9%,14%,32%)
HSL Color Space20,13% ,63%hsl(20,13% ,63%)
HSV Color Space20°, 14%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011011001110110010101
Octal255235225
Decimal173157149
Hexad9d95

Different shades of #ad9d95 color code.

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

Light Shade of #ad9d95
#c3b8b2
Dark Shade of #ad9d95
#978278
Saturated Shade of #ad9d95
#b69a8c
Desaturated Shade of #ad9d95
#a4a09e
Grey scale Shade of #ad9d95
#a1a1a1
Brighten Shade
#c6b6ae
Most Readable Shade
#000000

Shades of #ad9d95 color code

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

#ad9d95
#998b84
#867a73
#736863
#605752
#4c4542
#393431
#262221
#131110
#000000

Similar Color like #ad9d95 color

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

#ae9e96
#af9f97
#b0a098
#b1a199
#b2a29a
#b3a39b
#b4a49c
#b5a59d
#b6a69e
#b7a79f
#b8a8a0
#b9a9a1
#baaaa2
#bbaba3
#ac9c94
#ab9b93
#aa9a92
#a99991
#a89890
#a7978f
#a6968e
#a5958d
#a4948c
#a3938b
#a2928a
#a19189
#a09088
#9f8f87

Monochromatic Color with #ad9d95

#ad9d95
#d7c4ba
#030303
#2d2927
#58504c
#827670

Tints of #ad9d95 Color

#ad9d95
#b6a7a0
#bfb2ac
#c8bdb8
#d1c8c4
#dad3cf
#e3dedb
#ece9e7
#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

#ad9d95
#95a5ad

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

Split Complementary

#ad9d95
#95ada9
#9599ad

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

Analogous Color

#ad9597
#ad9895
#ad9d95
#ada295
#ada795

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

#ad9d95
#95ad9d
#9d95ad

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

#ad9d95
#99ad95
#95a5ad
#a995ad

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

#ad9d95
#95a5ad
#9599ad
#ada995

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

#ad9d95 Color Code Preview on Black Background Color

This is how #ad9d95 Color will look on black background color. Color contrast ratio is 8.03

#ad9d95 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad9d95

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad9d95

#ad9d95 color code is use for CSS Background Color

Background color for the above div is #ad9d95

HTML with inline CSS

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

#ad9d95 color code is use for CSS Border Color

CSS Border color for the above div is #ad9d95

HTML with inline CSS

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

CSS Border Left color for the above div is #ad9d95

HTML with inline CSS

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

CSS Border Right color for the above div is #ad9d95

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad9d95

HTML with inline CSS

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

CSS Border Top color for the above div is #ad9d95

HTML with inline CSS

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

#ad9d95 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad9d95 Color code Preview on White Background

This is how #ad9d95 Color code will look on white background color. Color contrast ratio is 2.61

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

Related Gradients

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.