crispedge.com

Color picker

Loading...

#af7d26 hex color - Yellow - Warm color - Information

#af7d26 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #af7d26 Color code in RGB color code model is created after adding 68.63% red color, 49.02% green color and 14.9% blue color. Hex #af7d26 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 29% magenta, 78% yellow and 31% black.

Hex #af7d26 color code is between #aa7722 web safe hex color code and #bb8833 web safe hex color code. #aa7722 is the nearest web safe color code. You can see here many more shades of #af7d26 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaf7d26#af7d26
RGB Decimal175, 125, 38rgb(175, 125, 38)
RGB Percent69%, 49%, 15%rgb(69%, 49%, 15%)
CSS RGBa175, 125, 38,1rgba(175,125,38,1)
CMYK Modelcmyk(0%,29%,78%,31%)
HSL Color Space38,64% ,42%hsl(38,64% ,42%)
HSV Color Space38°, 78%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011110111110100100110
Octal25717546
Decimal17512538
Hexaf7d26

Different shades of #af7d26 color code.

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

Light Shade of #af7d26
#d39935
Dark Shade of #af7d26
#855f1d
Saturated Shade of #af7d26
#ba801b
Desaturated Shade of #af7d26
#a47a31
Grey scale Shade of #af7d26
#6a6a6a
Brighten Shade
#c8963f
Most Readable Shade
#FFFFFF

Shades of #af7d26 color code

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

#af7d26
#9b6f21
#88611d
#745319
#614515
#4d3710
#3a290c
#261b08
#130d04
#000000

Similar Color like #af7d26 color

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

#b07e27
#b17f28
#b28029
#b3812a
#b4822b
#b5832c
#b6842d
#b7852e
#b8862f
#b98730
#ba8831
#bb8932
#bc8a33
#bd8b34
#ae7c25
#ad7b24
#ac7a23
#ab7922
#aa7821
#a97720
#a8761f
#a7751e
#a6741d
#a5731c
#a4721b
#a3711a
#a27019
#a16f18

Monochromatic Color with #af7d26

#af7d26
#d99b2f
#050401
#2f220a
#5a4014
#845f1d

Tints of #af7d26 Color

#af7d26
#b78b3e
#c09956
#c9a86e
#d2b686
#dbc59e
#e4d3b6
#ede2ce
#f6f0e6
#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

#af7d26
#2658af

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

Split Complementary

#af7d26
#269caf
#3926af

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

Analogous Color

#af4626
#af6226
#af7d26
#af9826
#aaaf26

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

#af7d26
#26af7d
#7d26af

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

#af7d26
#26af39
#2658af
#af269c

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

#af7d26
#2658af
#3926af
#9caf26

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

#af7d26 Color Code Preview on Black Background Color

This is how #af7d26 Color will look on black background color. Color contrast ratio is 5.78

#af7d26 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af7d26

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af7d26

#af7d26 color code is use for CSS Background Color

Background color for the above div is #af7d26

HTML with inline CSS

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

#af7d26 color code is use for CSS Border Color

CSS Border color for the above div is #af7d26

HTML with inline CSS

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

CSS Border Left color for the above div is #af7d26

HTML with inline CSS

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

CSS Border Right color for the above div is #af7d26

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af7d26

HTML with inline CSS

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

CSS Border Top color for the above div is #af7d26

HTML with inline CSS

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

#af7d26 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af7d26 Color code Preview on White Background

This is how #af7d26 Color code will look on white background color. Color contrast ratio is 3.63

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

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,125,38,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(38,88,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,125,38,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.