crispedge.com

Color picker

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

#af9e77 hex color - Brown - Warm color - Information

#af9e77 hex color - Brown - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Brown

Hex #af9e77 Color code in RGB color code model is created after adding 68.63% red color, 61.96% green color and 46.67% blue color. Hex #af9e77 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 10% magenta, 32% yellow and 31% black.

Hex #af9e77 color code is between #aa9966 web safe hex color code and #bbaa88 web safe hex color code. #aa9966 is the nearest web safe color code. You can see here many more shades of #af9e77 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaf9e77#af9e77
RGB Decimal175, 158, 119rgb(175, 158, 119)
RGB Percent69%, 62%, 47%rgb(69%, 62%, 47%)
CSS RGBa175, 158, 119,1rgba(175,158,119,1)
CMYK Modelcmyk(0%,10%,32%,31%)
HSL Color Space42,26% ,58%hsl(42,26% ,58%)
HSV Color Space42°, 32%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011111001111001110111
Octal257236167
Decimal175158119
Hexaf9e77

Different shades of #af9e77 color code.

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

Light Shade of #af9e77
#c2b597
Dark Shade of #af9e77
#99865a
Saturated Shade of #af9e77
#baa26c
Desaturated Shade of #af9e77
#a49a82
Grey scale Shade of #af9e77
#939393
Brighten Shade
#c8b790
Most Readable Shade
#000000

Shades of #af9e77 color code

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

#af9e77
#9b8c69
#887a5c
#74694f
#615742
#4d4634
#3a3427
#26231a
#13110d
#000000

Similar Color like #af9e77 color

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

#b09f78
#b1a079
#b2a17a
#b3a27b
#b4a37c
#b5a47d
#b6a57e
#b7a67f
#b8a780
#b9a881
#baa982
#bbaa83
#bcab84
#bdac85
#ae9d76
#ad9c75
#ac9b74
#ab9a73
#aa9972
#a99871
#a89770
#a7966f
#a6956e
#a5946d
#a4936c
#a3926b
#a2916a
#a19069

Monochromatic Color with #af9e77

#af9e77
#d9c494
#050503
#2f2b20
#5a513d
#84785a

Tints of #af9e77 Color

#af9e77
#b7a886
#c0b395
#c9bea4
#d2c9b3
#dbd3c2
#e4ded1
#ede9e0
#f6f4ef
#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

#af9e77
#7788af

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

Split Complementary

#af9e77
#77a4af
#8277af

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

Analogous Color

#af8877
#af9377
#af9e77
#afa977
#aaaf77

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

#af9e77
#77af9e
#9e77af

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

#af9e77
#77af82
#7788af
#af77a4

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

#af9e77
#7788af
#8277af
#a4af77

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

#af9e77 Color Code Preview on Black Background Color

This is how #af9e77 Color will look on black background color. Color contrast ratio is 7.98

#af9e77 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af9e77

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af9e77

#af9e77 color code is use for CSS Background Color

Background color for the above div is #af9e77

HTML with inline CSS

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

#af9e77 color code is use for CSS Border Color

CSS Border color for the above div is #af9e77

HTML with inline CSS

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

CSS Border Left color for the above div is #af9e77

HTML with inline CSS

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

CSS Border Right color for the above div is #af9e77

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af9e77

HTML with inline CSS

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

CSS Border Top color for the above div is #af9e77

HTML with inline CSS

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

#af9e77 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af9e77 Color code Preview on White Background

This is how #af9e77 Color code will look on white background color. Color contrast ratio is 2.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 #af9e77; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #af9e77; }

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.