crispedge.com

Color picker

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

#af7a6e hex color - Red - Warm color - Information

#af7a6e hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

Hex #af7a6e Color code in RGB color code model is created after adding 68.63% red color, 47.84% green color and 43.14% blue color. Hex #af7a6e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 30% magenta, 37% yellow and 31% black.

Hex #af7a6e color code is between #aa7766 web safe hex color code and #bb8877 web safe hex color code. #aa7766 is the nearest web safe color code. You can see here many more shades of #af7a6e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaf7a6e#af7a6e
RGB Decimal175, 122, 110rgb(175, 122, 110)
RGB Percent69%, 48%, 43%rgb(69%, 48%, 43%)
CSS RGBa175, 122, 110,1rgba(175,122,110,1)
CMYK Modelcmyk(0%,30%,37%,31%)
HSL Color Space11,29% ,56%hsl(11,29% ,56%)
HSV Color Space11°, 37%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011110111101001101110
Octal257172156
Decimal175122110
Hexaf7a6e

Different shades of #af7a6e color code.

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

Light Shade of #af7a6e
#c1988f
Dark Shade of #af7a6e
#976053
Saturated Shade of #af7a6e
#ba7363
Desaturated Shade of #af7a6e
#a48179
Grey scale Shade of #af7a6e
#8e8e8e
Brighten Shade
#c89387
Most Readable Shade
#FFFFFF

Shades of #af7a6e color code

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

#af7a6e
#9b6c61
#885e55
#745149
#61433d
#4d3630
#3a2824
#261b18
#130d0c
#000000

Similar Color like #af7a6e color

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

#b07b6f
#b17c70
#b27d71
#b37e72
#b47f73
#b58074
#b68175
#b78276
#b88377
#b98478
#ba8579
#bb867a
#bc877b
#bd887c
#ae796d
#ad786c
#ac776b
#ab766a
#aa7569
#a97468
#a87367
#a77266
#a67165
#a57064
#a46f63
#a36e62
#a26d61
#a16c60

Monochromatic Color with #af7a6e

#af7a6e
#d99889
#050303
#2f211e
#5a3f39
#845c53

Tints of #af7a6e Color

#af7a6e
#b7887e
#c0978e
#c9a69e
#d2b5ae
#dbc3be
#e4d2ce
#ede1de
#f6f0ee
#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

#af7a6e
#6ea3af

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

Split Complementary

#af7a6e
#6eaf9a
#6e83af

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

Analogous Color

#af6e7c
#af6e6f
#af7a6e
#af876e
#af946e

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

#af7a6e
#6eaf7a
#7a6eaf

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

#af7a6e
#82af6e
#6ea3af
#9a6eaf

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

#af7a6e
#6ea3af
#6e83af
#af9b6e

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

#af7a6e Color Code Preview on Black Background Color

This is how #af7a6e Color will look on black background color. Color contrast ratio is 5.83

#af7a6e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af7a6e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af7a6e

#af7a6e color code is use for CSS Background Color

Background color for the above div is #af7a6e

HTML with inline CSS

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

#af7a6e color code is use for CSS Border Color

CSS Border color for the above div is #af7a6e

HTML with inline CSS

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

CSS Border Left color for the above div is #af7a6e

HTML with inline CSS

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

CSS Border Right color for the above div is #af7a6e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af7a6e

HTML with inline CSS

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

CSS Border Top color for the above div is #af7a6e

HTML with inline CSS

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

#af7a6e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af7a6e Color code Preview on White Background

This is how #af7a6e Color code will look on white background color. Color contrast ratio is 3.60

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

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.