crispedge.com

Color picker

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

#ad5c3b hex color - Orange - Warm color - Information

#ad5c3b hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #ad5c3b Color code in RGB color code model is created after adding 67.84% red color, 36.08% green color and 23.14% blue color. Hex #ad5c3b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 47% magenta, 66% yellow and 32% black.

Hex #ad5c3b color code is between #aa5533 web safe hex color code and #bb6644 web safe hex color code. #aa5533 is the nearest web safe color code. You can see here many more shades of #ad5c3b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codead5c3b#ad5c3b
RGB Decimal173, 92, 59rgb(173, 92, 59)
RGB Percent68%, 36%, 23%rgb(68%, 36%, 23%)
CSS RGBa173, 92, 59,1rgba(173,92,59,1)
CMYK Modelcmyk(0%,47%,66%,32%)
HSL Color Space17,49% ,45%hsl(17,49% ,45%)
HSV Color Space17°, 66%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011010101110000111011
Octal25513473
Decimal1739259
Hexad5c3b

Different shades of #ad5c3b color code.

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

Light Shade of #ad5c3b
#c57656
Dark Shade of #ad5c3b
#87482e
Saturated Shade of #ad5c3b
#b9572f
Desaturated Shade of #ad5c3b
#a16147
Grey scale Shade of #ad5c3b
#747474
Brighten Shade
#c67554
Most Readable Shade
#FFFFFF

Shades of #ad5c3b color code

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

#ad5c3b
#995134
#86472d
#733d27
#603320
#4c281a
#391e13
#26140d
#130a06
#000000

Similar Color like #ad5c3b color

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

#ae5d3c
#af5e3d
#b05f3e
#b1603f
#b26140
#b36241
#b46342
#b56443
#b66544
#b76645
#b86746
#b96847
#ba6948
#bb6a49
#ac5b3a
#ab5a39
#aa5938
#a95837
#a85736
#a75635
#a65534
#a55433
#a45332
#a35231
#a25130
#a1502f
#a04f2e
#9f4e2d

Monochromatic Color with #ad5c3b

#ad5c3b
#d77349
#030201
#2d1810
#582f1e
#82452d

Tints of #ad5c3b Color

#ad5c3b
#b66e50
#bf8066
#c8927c
#d1a492
#dab6a7
#e3c8bd
#ecdad3
#f5ece9
#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

#ad5c3b
#3b8cad

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

Split Complementary

#ad5c3b
#3bad95
#3b53ad

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

Analogous Color

#ad3b48
#ad453b
#ad5c3b
#ad733b
#ad8a3b

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

#ad5c3b
#3bad5c
#5c3bad

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

#ad5c3b
#53ad3b
#3b8cad
#953bad

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

#ad5c3b
#3b8cad
#3b53ad
#ad953b

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

#ad5c3b Color Code Preview on Black Background Color

This is how #ad5c3b Color will look on black background color. Color contrast ratio is 4.37

#ad5c3b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad5c3b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad5c3b

#ad5c3b color code is use for CSS Background Color

Background color for the above div is #ad5c3b

HTML with inline CSS

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

#ad5c3b color code is use for CSS Border Color

CSS Border color for the above div is #ad5c3b

HTML with inline CSS

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

CSS Border Left color for the above div is #ad5c3b

HTML with inline CSS

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

CSS Border Right color for the above div is #ad5c3b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad5c3b

HTML with inline CSS

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

CSS Border Top color for the above div is #ad5c3b

HTML with inline CSS

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

#ad5c3b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad5c3b Color code Preview on White Background

This is how #ad5c3b Color code will look on white background color. Color contrast ratio is 4.80

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

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.