crispedge.com

Color picker

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

#ac5427 hex color - Orange - Warm color - Information

#ac5427 hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #ac5427 Color code in RGB color code model is created after adding 67.45% red color, 32.94% green color and 15.29% blue color. Hex #ac5427 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 51% magenta, 77% yellow and 33% black.

Hex #ac5427 color code is between #aa5522 web safe hex color code and #bb4433 web safe hex color code. #aa5522 is the nearest web safe color code. You can see here many more shades of #ac5427 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeac5427#ac5427
RGB Decimal172, 84, 39rgb(172, 84, 39)
RGB Percent67%, 33%, 15%rgb(67%, 33%, 15%)
CSS RGBa172, 84, 39,1rgba(172,84,39,1)
CMYK Modelcmyk(0%,51%,77%,33%)
HSL Color Space20,63% ,41%hsl(20,63% ,41%)
HSV Color Space20°, 77%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011000101010000100111
Octal25412447
Decimal1728439
Hexac5427

Different shades of #ac5427 color code.

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

Light Shade of #ac5427
#d16a35
Dark Shade of #ac5427
#82401e
Saturated Shade of #ac5427
#b7511c
Desaturated Shade of #ac5427
#a15732
Grey scale Shade of #ac5427
#696969
Brighten Shade
#c56d40
Most Readable Shade
#FFFFFF

Shades of #ac5427 color code

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

#ac5427
#984a22
#85411e
#72381a
#5f2e15
#4c2511
#391c0d
#261208
#130904
#000000

Similar Color like #ac5427 color

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

#ad5528
#ae5629
#af572a
#b0582b
#b1592c
#b25a2d
#b35b2e
#b45c2f
#b55d30
#b65e31
#b75f32
#b86033
#b96134
#ba6235
#ab5326
#aa5225
#a95124
#a85023
#a74f22
#a64e21
#a54d20
#a44c1f
#a34b1e
#a24a1d
#a1491c
#a0481b
#9f471a
#9e4619

Monochromatic Color with #ac5427

#ac5427
#d66931
#020100
#2c160a
#572a14
#813f1d

Tints of #ac5427 Color

#ac5427
#b5673f
#be7a57
#c78d6f
#d0a087
#dab39f
#e3c6b7
#ecd9cf
#f5ece7
#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

#ac5427
#277fac

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

Split Complementary

#ac5427
#27ac97
#273cac

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

Analogous Color

#ac272f
#ac3927
#ac5427
#ac6f27
#ac8927

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

#ac5427
#27ac54
#5427ac

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

#ac5427
#3cac27
#277fac
#9627ac

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

#ac5427
#277fac
#273cac
#ac9727

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

#ac5427 Color Code Preview on Black Background Color

This is how #ac5427 Color will look on black background color. Color contrast ratio is 4.05

#ac5427 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac5427

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac5427

#ac5427 color code is use for CSS Background Color

Background color for the above div is #ac5427

HTML with inline CSS

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

#ac5427 color code is use for CSS Border Color

CSS Border color for the above div is #ac5427

HTML with inline CSS

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

CSS Border Left color for the above div is #ac5427

HTML with inline CSS

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

CSS Border Right color for the above div is #ac5427

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ac5427

HTML with inline CSS

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

CSS Border Top color for the above div is #ac5427

HTML with inline CSS

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

#ac5427 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ac5427 Color code Preview on White Background

This is how #ac5427 Color code will look on white background color. Color contrast ratio is 5.18

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

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.