crispedge.com

Color picker

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

#afb69f hex color - Green - Warm color - Information

#afb69f hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

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

Hex #afb69f color code is between #aabb99 web safe hex color code and #bbaaaa web safe hex color code. #aabb99 is the nearest web safe color code. You can see here many more shades of #afb69f color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeafb69f#afb69f
RGB Decimal175, 182, 159rgb(175, 182, 159)
RGB Percent69%, 71%, 62%rgb(69%, 71%, 62%)
CSS RGBa175, 182, 159,1rgba(175,182,159,1)
CMYK Modelcmyk(4%,0%,13%,29%)
HSL Color Space78,14% ,67%hsl(78,14% ,67%)
HSV Color Space78°, 13%, 71%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011111011011010011111
Octal257266237
Decimal175182159
Hexafb69f

Different shades of #afb69f color code.

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

Light Shade of #afb69f
#c7ccbc
Dark Shade of #afb69f
#97a082
Saturated Shade of #afb69f
#b2be97
Desaturated Shade of #afb69f
#acaea7
Grey scale Shade of #afb69f
#aaaaaa
Brighten Shade
#c8cfb8
Most Readable Shade
#000000

Shades of #afb69f color code

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

#afb69f
#9ba18d
#888d7b
#74796a
#616558
#4d5046
#3a3c35
#262823
#131411
#000000

Similar Color like #afb69f color

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

#b0b7a0
#b1b8a1
#b2b9a2
#b3baa3
#b4bba4
#b5bca5
#b6bda6
#b7bea7
#b8bfa8
#b9c0a9
#bac1aa
#bbc2ab
#bcc3ac
#bdc4ad
#aeb59e
#adb49d
#acb39c
#abb29b
#aab19a
#a9b099
#a8af98
#a7ae97
#a6ad96
#a5ac95
#a4ab94
#a3aa93
#a2a992
#a1a891

Monochromatic Color with #afb69f

#afb69f
#d8e0c4
#0c0c0a
#343630
#5d6155
#868b7a

Tints of #afb69f Color

#afb69f
#b7bea9
#c0c6b4
#c9cebf
#d2d6c9
#dbded4
#e4e6df
#edeee9
#f6f6f4
#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

#afb69f
#a69fb6

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

Split Complementary

#afb69f
#9fa3b6
#b29fb6

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

Analogous Color

#b6b49f
#b4b69f
#afb69f
#aab69f
#a6b69f

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

#afb69f
#9fafb6
#b69faf

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

#afb69f
#9fb6b1
#a69fb6
#b69fa3

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

#afb69f
#a69fb6
#b29fb6
#a4b69f

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

#afb69f Color Code Preview on Black Background Color

This is how #afb69f Color will look on black background color. Color contrast ratio is 10.01

#afb69f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afb69f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afb69f

#afb69f color code is use for CSS Background Color

Background color for the above div is #afb69f

HTML with inline CSS

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

#afb69f color code is use for CSS Border Color

CSS Border color for the above div is #afb69f

HTML with inline CSS

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

CSS Border Left color for the above div is #afb69f

HTML with inline CSS

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

CSS Border Right color for the above div is #afb69f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afb69f

HTML with inline CSS

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

CSS Border Top color for the above div is #afb69f

HTML with inline CSS

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

#afb69f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afb69f Color code Preview on White Background

This is how #afb69f Color code will look on white background color. Color contrast ratio is 2.10

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

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.