crispedge.com

Color picker

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

#afa89f hex color - Brown - Warm color - Information

#afa89f hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #afa89f Color code in RGB color code model is created after adding 68.63% red color, 65.88% green color and 62.35% blue color. Hex #afa89f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 4% magenta, 9% yellow and 31% black.

Hex #afa89f color code is between #aaaa99 web safe hex color code and #bb99aa web safe hex color code. #aaaa99 is the nearest web safe color code. You can see here many more shades of #afa89f color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeafa89f#afa89f
RGB Decimal175, 168, 159rgb(175, 168, 159)
RGB Percent69%, 66%, 62%rgb(69%, 66%, 62%)
CSS RGBa175, 168, 159,1rgba(175,168,159,1)
CMYK Modelcmyk(0%,4%,9%,31%)
HSL Color Space34,9% ,65%hsl(34,9% ,65%)
HSV Color Space34°, 9%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011111010100010011111
Octal257250237
Decimal175168159
Hexafa89f

Different shades of #afa89f color code.

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

Light Shade of #afa89f
#c6c1bb
Dark Shade of #afa89f
#988f83
Saturated Shade of #afa89f
#b8a996
Desaturated Shade of #afa89f
#a7a7a7
Grey scale Shade of #afa89f
#a7a7a7
Brighten Shade
#c8c1b8
Most Readable Shade
#000000

Shades of #afa89f color code

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

#afa89f
#9b958d
#88827b
#74706a
#615d58
#4d4a46
#3a3835
#262523
#131211
#000000

Similar Color like #afa89f color

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

#b0a9a0
#b1aaa1
#b2aba2
#b3aca3
#b4ada4
#b5aea5
#b6afa6
#b7b0a7
#b8b1a8
#b9b2a9
#bab3aa
#bbb4ab
#bcb5ac
#bdb6ad
#aea79e
#ada69d
#aca59c
#aba49b
#aaa39a
#a9a299
#a8a198
#a7a097
#a69f96
#a59e95
#a49d94
#a39c93
#a29b92
#a19a91

Monochromatic Color with #afa89f

#afa89f
#d9d1c6
#050505
#2f2e2b
#5a5652
#847f78

Tints of #afa89f Color

#afa89f
#b7b1a9
#c0bbb4
#c9c5bf
#d2cec9
#dbd8d4
#e4e2df
#edebe9
#f6f5f4
#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

#afa89f
#9fa6af

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

Split Complementary

#afa89f
#9faeaf
#a09faf

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

Analogous Color

#afa29f
#afa59f
#afa89f
#afab9f
#afae9f

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

#afa89f
#9fafa8
#a89faf

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

#afa89f
#9fafa0
#9fa6af
#af9fae

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

#afa89f
#9fa6af
#a09faf
#aeaf9f

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

#afa89f Color Code Preview on Black Background Color

This is how #afa89f Color will look on black background color. Color contrast ratio is 8.92

#afa89f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afa89f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afa89f

#afa89f color code is use for CSS Background Color

Background color for the above div is #afa89f

HTML with inline CSS

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

#afa89f color code is use for CSS Border Color

CSS Border color for the above div is #afa89f

HTML with inline CSS

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

CSS Border Left color for the above div is #afa89f

HTML with inline CSS

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

CSS Border Right color for the above div is #afa89f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afa89f

HTML with inline CSS

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

CSS Border Top color for the above div is #afa89f

HTML with inline CSS

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

#afa89f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afa89f Color code Preview on White Background

This is how #afa89f Color code will look on white background color. Color contrast ratio is 2.35

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.