crispedge.com

Color picker

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

#a95f55 hex color - Orange - Warm color - Information

#a95f55 hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #a95f55 Color code in RGB color code model is created after adding 66.27% red color, 37.25% green color and 33.33% blue color. Hex #a95f55 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 44% magenta, 50% yellow and 34% black.

Hex #a95f55 color code is between #aa6644 web safe hex color code and #995566 web safe hex color code. #aa6644 is the nearest web safe color code. You can see here many more shades of #a95f55 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea95f55#a95f55
RGB Decimal169, 95, 85rgb(169, 95, 85)
RGB Percent66%, 37%, 33%rgb(66%, 37%, 33%)
CSS RGBa169, 95, 85,1rgba(169,95,85,1)
CMYK Modelcmyk(0%,44%,50%,34%)
HSL Color Space7,33% ,50%hsl(7,33% ,50%)
HSV Color Space7°, 50%, 66%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010010101111101010101
Octal251137125
Decimal1699585
Hexa95f55

Different shades of #a95f55 color code.

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

Light Shade of #a95f55
#ba7f77
Dark Shade of #a95f55
#874c44
Saturated Shade of #a95f55
#b65548
Desaturated Shade of #a95f55
#9c6962
Grey scale Shade of #a95f55
#7f7f7f
Brighten Shade
#c2786e
Most Readable Shade
#FFFFFF

Shades of #a95f55 color code

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

#a95f55
#96544b
#834942
#703f38
#5d342f
#4b2a25
#381f1c
#251512
#120a09
#000000

Similar Color like #a95f55 color

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

#aa6056
#ab6157
#ac6258
#ad6359
#ae645a
#af655b
#b0665c
#b1675d
#b2685e
#b3695f
#b46a60
#b56b61
#b66c62
#b76d63
#a85e54
#a75d53
#a65c52
#a55b51
#a45a50
#a3594f
#a2584e
#a1574d
#a0564c
#9f554b
#9e544a
#9d5349
#9c5248
#9b5147

Monochromatic Color with #a95f55

#a95f55
#d3776a
#fe8f80
#291715
#542f2a
#7e4740

Tints of #a95f55 Color

#a95f55
#b27067
#bc827a
#c5948d
#cfa6a0
#d8b7b3
#e2c9c6
#ebdbd9
#f5edec
#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

#a95f55
#559fa9

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

Split Complementary

#a95f55
#55a989
#5575a9

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

Analogous Color

#a9556d
#a9555c
#a95f55
#a97055
#a98155

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

#a95f55
#55a95f
#5f55a9

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

#a95f55
#75a955
#559fa9
#8955a9

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

#a95f55
#559fa9
#5575a9
#a98955

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

#a95f55 Color Code Preview on Black Background Color

This is how #a95f55 Color will look on black background color. Color contrast ratio is 4.46

#a95f55 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a95f55

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a95f55

#a95f55 color code is use for CSS Background Color

Background color for the above div is #a95f55

HTML with inline CSS

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

#a95f55 color code is use for CSS Border Color

CSS Border color for the above div is #a95f55

HTML with inline CSS

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

CSS Border Left color for the above div is #a95f55

HTML with inline CSS

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

CSS Border Right color for the above div is #a95f55

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a95f55

HTML with inline CSS

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

CSS Border Top color for the above div is #a95f55

HTML with inline CSS

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

#a95f55 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a95f55 Color code Preview on White Background

This is how #a95f55 Color code will look on white background color. Color contrast ratio is 4.71

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

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.