crispedge.com

Color picker

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

#af9c99 hex color - Grey - Warm color - Information

#af9c99 hex color - Grey - Warm color

Color Hue/Base color: Grey

Hex #af9c99 Color code in RGB color code model is created after adding 68.63% red color, 61.18% green color and 60% blue color. Hex #af9c99 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 11% magenta, 13% yellow and 31% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaf9c99#af9c99
RGB Decimal175, 156, 153rgb(175, 156, 153)
RGB Percent69%, 61%, 60%rgb(69%, 61%, 60%)
CSS RGBa175, 156, 153,1rgba(175,156,153,1)
CMYK Modelcmyk(0%,11%,13%,31%)
HSL Color Space8,12% ,64%hsl(8,12% ,64%)
HSV Color Space8°, 13%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011111001110010011001
Octal257234231
Decimal175156153
Hexaf9c99

Different shades of #af9c99 color code.

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

Light Shade of #af9c99
#c5b8b6
Dark Shade of #af9c99
#99807c
Saturated Shade of #af9c99
#b89590
Desaturated Shade of #af9c99
#a6a3a2
Grey scale Shade of #af9c99
#a4a4a4
Brighten Shade
#c8b5b2
Most Readable Shade
#000000

Shades of #af9c99 color code

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

#af9c99
#9b8a88
#887977
#746866
#615655
#4d4544
#3a3433
#262222
#131111
#000000

Similar Color like #af9c99 color

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

#b09d9a
#b19e9b
#b29f9c
#b3a09d
#b4a19e
#b5a29f
#b6a3a0
#b7a4a1
#b8a5a2
#b9a6a3
#baa7a4
#bba8a5
#bca9a6
#bdaaa7
#ae9b98
#ad9a97
#ac9996
#ab9895
#aa9794
#a99693
#a89592
#a79491
#a69390
#a5928f
#a4918e
#a3908d
#a28f8c
#a18e8b

Monochromatic Color with #af9c99

#af9c99
#d9c2be
#050404
#2f2a2a
#5a504f
#847674

Tints of #af9c99 Color

#af9c99
#b7a7a4
#c0b2af
#c9bdbb
#d2c8c6
#dbd3d1
#e4dedd
#ede9e8
#f6f4f3
#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

#af9c99
#99acaf

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

Split Complementary

#af9c99
#99afa7
#99a1af

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

Analogous Color

#af999f
#af999a
#af9c99
#afa099
#afa599

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

#af9c99
#99af9c
#9c99af

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

#af9c99
#a1af99
#99acaf
#a799af

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

#af9c99
#99acaf
#99a1af
#afa799

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

#af9c99 Color Code Preview on Black Background Color

This is how #af9c99 Color will look on black background color. Color contrast ratio is 8.04

#af9c99 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af9c99

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af9c99

#af9c99 color code is use for CSS Background Color

Background color for the above div is #af9c99

HTML with inline CSS

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

#af9c99 color code is use for CSS Border Color

CSS Border color for the above div is #af9c99

HTML with inline CSS

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

CSS Border Left color for the above div is #af9c99

HTML with inline CSS

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

CSS Border Right color for the above div is #af9c99

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af9c99

HTML with inline CSS

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

CSS Border Top color for the above div is #af9c99

HTML with inline CSS

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

#af9c99 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af9c99 Color code Preview on White Background

This is how #af9c99 Color code will look on white background color. Color contrast ratio is 2.61

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

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.