crispedge.com

Color picker

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

#af4a1c hex color - Orange - Warm color - Information

#af4a1c hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #af4a1c Color code in RGB color code model is created after adding 68.63% red color, 29.02% green color and 10.98% blue color. Hex #af4a1c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 58% magenta, 84% yellow and 31% black.

Hex #af4a1c color code is between #aa4422 web safe hex color code and #bb5511 web safe hex color code. #aa4422 is the nearest web safe color code. You can see here many more shades of #af4a1c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaf4a1c#af4a1c
RGB Decimal175, 74, 28rgb(175, 74, 28)
RGB Percent69%, 29%, 11%rgb(69%, 29%, 11%)
CSS RGBa175, 74, 28,1rgba(175,74,28,1)
CMYK Modelcmyk(0%,58%,84%,31%)
HSL Color Space19,72% ,40%hsl(19,72% ,40%)
HSV Color Space19°, 84%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011110100101000011100
Octal25711234
Decimal1757428
Hexaf4a1c

Different shades of #af4a1c color code.

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

Light Shade of #af4a1c
#db5d23
Dark Shade of #af4a1c
#833715
Saturated Shade of #af4a1c
#b94612
Desaturated Shade of #af4a1c
#a54e26
Grey scale Shade of #af4a1c
#656565
Brighten Shade
#c86335
Most Readable Shade
#FFFFFF

Shades of #af4a1c color code

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

#af4a1c
#9b4118
#883915
#743112
#61290f
#4d200c
#3a1809
#261006
#130803
#000000

Similar Color like #af4a1c color

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

#b04b1d
#b14c1e
#b24d1f
#b34e20
#b44f21
#b55022
#b65123
#b75224
#b85325
#b95426
#ba5527
#bb5628
#bc5729
#bd582a
#ae491b
#ad481a
#ac4719
#ab4618
#aa4517
#a94416
#a84315
#a74214
#a64113
#a54012
#a43f11
#a33e10
#a23d0f
#a13c0e

Monochromatic Color with #af4a1c

#af4a1c
#d95c23
#050201
#2f1408
#5a260e
#843815

Tints of #af4a1c Color

#af4a1c
#b75e35
#c0724e
#c98667
#d29a80
#dbae9a
#e4c2b3
#edd6cc
#f6eae5
#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

#af4a1c
#1c81af

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

Split Complementary

#af4a1c
#1caf93
#1c38af

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

Analogous Color

#af1c29
#af2d1c
#af4a1c
#af671c
#af851c

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

#af4a1c
#1caf4a
#4a1caf

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

#af4a1c
#37af1c
#1c81af
#931caf

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

#af4a1c
#1c81af
#1c38af
#af931c

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

#af4a1c Color Code Preview on Black Background Color

This is how #af4a1c Color will look on black background color. Color contrast ratio is 3.82

#af4a1c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af4a1c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af4a1c

#af4a1c color code is use for CSS Background Color

Background color for the above div is #af4a1c

HTML with inline CSS

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

#af4a1c color code is use for CSS Border Color

CSS Border color for the above div is #af4a1c

HTML with inline CSS

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

CSS Border Left color for the above div is #af4a1c

HTML with inline CSS

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

CSS Border Right color for the above div is #af4a1c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af4a1c

HTML with inline CSS

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

CSS Border Top color for the above div is #af4a1c

HTML with inline CSS

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

#af4a1c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af4a1c Color code Preview on White Background

This is how #af4a1c Color code will look on white background color. Color contrast ratio is 5.50

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

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.