crispedge.com

Color picker

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

#a35f4e hex color - Orange - Warm color - Information

#a35f4e hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #a35f4e Color code in RGB color code model is created after adding 63.92% red color, 37.25% green color and 30.59% blue color. Hex #a35f4e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 42% magenta, 52% yellow and 36% black.

Hex #a35f4e color code is between #aa6655 web safe hex color code and #995544 web safe hex color code. #aa6655 is the nearest web safe color code. You can see here many more shades of #a35f4e color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codea35f4e#a35f4e
RGB Decimal163, 95, 78rgb(163, 95, 78)
RGB Percent64%, 37%, 31%rgb(64%, 37%, 31%)
CSS RGBa163, 95, 78,1rgba(163,95,78,1)
CMYK Modelcmyk(0%,42%,52%,36%)
HSL Color Space12,35% ,47%hsl(12,35% ,47%)
HSV Color Space12°, 52%, 64%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000110101111101001110
Octal243137116
Decimal1639578
Hexa35f4e

Different shades of #a35f4e color code.

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

Light Shade of #a35f4e
#b87b6c
Dark Shade of #a35f4e
#804b3d
Saturated Shade of #a35f4e
#af5842
Desaturated Shade of #a35f4e
#97665a
Grey scale Shade of #a35f4e
#787878
Brighten Shade
#bc7867
Most Readable Shade
#FFFFFF

Shades of #a35f4e color code

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

#a35f4e
#905445
#7e493c
#6c3f34
#5a342b
#482a22
#361f1a
#241511
#120a08
#000000

Similar Color like #a35f4e color

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

#a4604f
#a56150
#a66251
#a76352
#a86453
#a96554
#aa6655
#ab6756
#ac6857
#ad6958
#ae6a59
#af6b5a
#b06c5b
#b16d5c
#a25e4d
#a15d4c
#a05c4b
#9f5b4a
#9e5a49
#9d5948
#9c5847
#9b5746
#9a5645
#995544
#985443
#975342
#965241
#955140

Monochromatic Color with #a35f4e

#a35f4e
#cd7862
#f89177
#231511
#4e2d25
#78463a

Tints of #a35f4e Color

#a35f4e
#ad7061
#b78275
#c19489
#cba69c
#d6b7b0
#e0c9c4
#eadbd7
#f4edeb
#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

#a35f4e
#4e92a3

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

Split Complementary

#a35f4e
#4ea38a
#4e68a3

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

Analogous Color

#a34e5f
#a34e4e
#a35f4e
#a3704e
#a3814e

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

#a35f4e
#4ea35f
#5f4ea3

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

#a35f4e
#67a34e
#4e92a3
#894ea3

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

#a35f4e
#4e92a3
#4e68a3
#a38a4e

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

#a35f4e Color Code Preview on Black Background Color

This is how #a35f4e Color will look on black background color. Color contrast ratio is 4.30

#a35f4e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a35f4e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a35f4e

#a35f4e color code is use for CSS Background Color

Background color for the above div is #a35f4e

HTML with inline CSS

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

#a35f4e color code is use for CSS Border Color

CSS Border color for the above div is #a35f4e

HTML with inline CSS

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

CSS Border Left color for the above div is #a35f4e

HTML with inline CSS

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

CSS Border Right color for the above div is #a35f4e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a35f4e

HTML with inline CSS

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

CSS Border Top color for the above div is #a35f4e

HTML with inline CSS

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

#a35f4e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a35f4e Color code Preview on White Background

This is how #a35f4e Color code will look on white background color. Color contrast ratio is 4.88

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.