crispedge.com

Color picker

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

#afaa9d hex color - Brown - Warm color - Information

#afaa9d hex color - Brown - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Brown

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

Hex #afaa9d color code is between #aa9999 web safe hex color code and #bbbbaa web safe hex color code. #aa9999 is the nearest web safe color code. You can see here many more shades of #afaa9d color code.

0 Likes 0 Comments | 32 Views

Color Table

Hex Color Codeafaa9d#afaa9d
RGB Decimal175, 170, 157rgb(175, 170, 157)
RGB Percent69%, 67%, 62%rgb(69%, 67%, 62%)
CSS RGBa175, 170, 157,1rgba(175,170,157,1)
CMYK Modelcmyk(0%,3%,10%,31%)
HSL Color Space43,10% ,65%hsl(43,10% ,65%)
HSV Color Space43°, 10%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011111010101010011101
Octal257252235
Decimal175170157
Hexafaa9d

Different shades of #afaa9d color code.

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

Light Shade of #afaa9d
#c6c2b9
Dark Shade of #afaa9d
#989281
Saturated Shade of #afaa9d
#b8ae94
Desaturated Shade of #afaa9d
#a6a6a6
Grey scale Shade of #afaa9d
#a6a6a6
Brighten Shade
#c8c3b6
Most Readable Shade
#000000

Shades of #afaa9d color code

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

#afaa9d
#9b978b
#88847a
#747168
#615e57
#4d4b45
#3a3834
#262522
#131211
#000000

Similar Color like #afaa9d color

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

#b0ab9e
#b1ac9f
#b2ada0
#b3aea1
#b4afa2
#b5b0a3
#b6b1a4
#b7b2a5
#b8b3a6
#b9b4a7
#bab5a8
#bbb6a9
#bcb7aa
#bdb8ab
#aea99c
#ada89b
#aca79a
#aba699
#aaa598
#a9a497
#a8a396
#a7a295
#a6a194
#a5a093
#a49f92
#a39e91
#a29d90
#a19c8f

Monochromatic Color with #afaa9d

#afaa9d
#d9d3c3
#050504
#2f2e2b
#5a5751
#848177

Tints of #afaa9d Color

#afaa9d
#b7b3a7
#c0bcb2
#c9c6bd
#d2cfc8
#dbd9d3
#e4e2de
#edece9
#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

#afaa9d
#9da2af

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

Split Complementary

#afaa9d
#9dabaf
#a19daf

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

Analogous Color

#afa39d
#afa69d
#afaa9d
#afae9d
#adaf9d

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

#afaa9d
#9dafaa
#aa9daf

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

#afaa9d
#9dafa1
#9da2af
#af9dab

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

#afaa9d
#9da2af
#a19daf
#abaf9d

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

#afaa9d Color Code Preview on Black Background Color

This is how #afaa9d Color will look on black background color. Color contrast ratio is 9.06

#afaa9d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afaa9d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afaa9d

#afaa9d color code is use for CSS Background Color

Background color for the above div is #afaa9d

HTML with inline CSS

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

#afaa9d color code is use for CSS Border Color

CSS Border color for the above div is #afaa9d

HTML with inline CSS

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

CSS Border Left color for the above div is #afaa9d

HTML with inline CSS

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

CSS Border Right color for the above div is #afaa9d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afaa9d

HTML with inline CSS

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

CSS Border Top color for the above div is #afaa9d

HTML with inline CSS

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

#afaa9d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afaa9d Color code Preview on White Background

This is how #afaa9d Color code will look on white background color. Color contrast ratio is 2.32

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

Related Gradients

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

0 Likes 0 Comments | 32 Views

Post your comment:-

By submitting comment you agree to our privacy policy.