@
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.

#af4a23 hex color - Orange - Warm color - Information

#af4a23 hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaf4a23#af4a23
RGB Decimal175, 74, 35rgb(175, 74, 35)
RGB Percent69%, 29%, 14%rgb(69%, 29%, 14%)
CSS RGBa175, 74, 35,1rgba(175,74,35,1)
CMYK Modelcmyk(0%,58%,80%,31.37%)
HSL Color Space17,67% ,41%hsl(17,67% ,41%)
HSV Color Space17°, 80%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011110100101000100011
Octal25711243
Decimal1757435
Hexaf4a23

Different shades of #af4a23 color code.

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

Light Shade of #af4a23
#d55e2f
Dark Shade of #af4a23
#84381a
Saturated Shade of #af4a23
#b94519
Desaturated Shade of #af4a23
#a44f2d
Grey scale Shade of #af4a23
#696969
Brighten Shade
#c8633c
Most Readable Shade
#FFFFFF

Shades of #af4a23 color code

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

#af4a23
#9b411f
#88391b
#743117
#612913
#4d200f
#3a180b
#261007
#130803
#000000

Similar Color like #af4a23 color

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

#b04b24
#b14c25
#b24d26
#b34e27
#b44f28
#b55029
#b6512a
#b7522b
#b8532c
#b9542d
#ba552e
#bb562f
#bc5730
#bd5831
#ae4922
#ad4821
#ac4720
#ab461f
#aa451e
#a9441d
#a8431c
#a7421b
#a6411a
#a54019
#a43f18
#a33e17
#a23d16
#a13c15

Monochromatic Color with #af4a23

#af4a23
#d95c2b
#050201
#2f1409
#5a2612
#84381a

Tints of #af4a23 Color

#af4a23
#b75e3b
#c07253
#c9866c
#d29a84
#dbae9d
#e4c2b5
#edd6ce
#f6eae6
#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

#af4a23
#2388af

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

Split Complementary

#af4a23
#23af90
#2342af

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

Analogous Color

#af2334
#af2e23
#af4a23
#af6623
#af8223

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

#af4a23
#23af4a
#4a23af

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

#af4a23
#42af23
#2388af
#9023af

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

#af4a23
#2388af
#2342af
#af9023

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

#af4a23 Color Code Preview on Black Background Color

This is how #af4a23 Color will look on black background color. Color contrast ratio is 3.83

#af4a23 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af4a23

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af4a23

#af4a23 color code is use for CSS Background Color

Background color for the above div is #af4a23

HTML with inline CSS

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

#af4a23 color code is use for CSS Border Color

CSS Border color for the above div is #af4a23

HTML with inline CSS

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

CSS Border Left color for the above div is #af4a23

HTML with inline CSS

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

CSS Border Right color for the above div is #af4a23

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af4a23

HTML with inline CSS

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

CSS Border Top color for the above div is #af4a23

HTML with inline CSS

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

#af4a23 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af4a23 Color code Preview on White Background

This is how #af4a23 Color code will look on white background color. Color contrast ratio is 5.49

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.