Skip to main content Skip to docs navigation

#af613a hex color | Download Dark Orange BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Fudgesicle and its hex is #AC6239 Nearest Color Name

Color Hue/Base color: Orange

Hex #af613a Color code in RGB color code model is created after adding 68.63% red color, 38.04% green color and 22.75% blue color. Hex #af613a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 45% magenta, 67% yellow and 31.37% black.

Hex #af613a color code is between #aa6633 web safe hex color code and #bb5544 web safe hex color code. #aa6633 is the nearest web safe color code. You can see here many more shades of #af613a color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code af613a #af613a
RGB Decimal 175, 97, 58 175, 97, 58
RGB Percent 69%, 38%, 23% rgb(69%, 38%, 23%)
CSS RGBa 175, 97, 58,1 rgba(175,97,58,1)
CMYK Model cmyk(0%,45%,67%,31.37%)
HSL Color Space 20,50% ,46% hsl(20,50% ,46%)
HSV Color Space 20°, 67%, 69%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101111 01100001 00111010
Octal 257 141 72
Decimal 175 97 58
Hex af 61 3a

Different shades of #af613a color code.

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

Darkest of #af613a
#3c2114
Darker of #af613a
#623721
Dark of #af613a
#894c2d
Base of #af613a
#af613a
Light of #af613a
#c77b55
Lighter
#d3997c
Lightest
#e0b7a2

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

#af613a
#3a88af

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

Split Complementary

#af613a
#3aaf9c
#3a4eaf

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

Analogous Color

#af3a57
#af3a44
#af613a
#af883a
#a5af3a

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

#af613a
#613aaf
#3aaf61

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

#af613a
#3aaf61
#3a88af
#af3a88

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#af613a
#4eaf3a
#3a88af
#9c3aaf

Square 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).

Monochromatic Color with #af613a

#160c07
#3c2114
#623721
#894c2d
#af613a
#c77b55
#d3997c
#e0b7a2
#edd4c8

Tints of #af613a Color

#af613a
#b7724f
#c08465
#c9957b
#d2a791
#dbb8a7
#e4cabd
#eddbd3
#f6ede9
#ffffff

Shades of #af613a color code

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

#af613a
#9b5633
#884b2d
#744026
#613520
#4d2b19
#3a2013
#26150c
#130a06
#000000

Tones

#af613a
#986951
#807169
#757575
#757575

Tones

Similar Color like #af613a color

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

#b0623b
#b1633c
#b2643d
#b3653e
#b4663f
#b56740
#b66841
#b76942
#b86a43
#b96b44
#ba6c45
#bb6d46
#bc6e47
#bd6f48
#ae6039
#ad5f38
#ac5e37
#ab5d36
#aa5c35
#a95b34
#a85a33
#a75932
#a65831
#a55730
#a4562f
#a3552e
#a2542d
#a1532c

Download this Dark Orange

Hex #af613a 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.

#af613a Color Code Preview on Black Background Color

This is how #af613a Color will look on black background color. Color contrast ratio is 4.59

#af613a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af613a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af613a

#af613a color code is use for CSS Background Color

Background color for the above div is #af613a

HTML with inline CSS

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

#af613a color code is use for CSS Border Color

CSS Border color for the above div is #af613a

HTML with inline CSS

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

CSS Border Left color for the above div is #af613a

HTML with inline CSS

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

CSS Border Right color for the above div is #af613a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af613a

HTML with inline CSS

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

CSS Border Top color for the above div is #af613a

HTML with inline CSS

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

#af613a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af613a Color code Preview on White Background

This is how #af613a Color code will look on white background color. Color contrast ratio is 4.57

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(175,97,58,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(58,136,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,97,58,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }