crispedge.com

Color picker

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

#a49d88 hex color - Yellow - Warm color - Information

#a49d88 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #a49d88 Color code in RGB color code model is created after adding 64.31% red color, 61.57% green color and 53.33% blue color. Hex #a49d88 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 4% magenta, 17% yellow and 36% black.

Hex #a49d88 color code is between #aa9977 web safe hex color code and #99aa99 web safe hex color code. #aa9977 is the nearest web safe color code. You can see here many more shades of #a49d88 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea49d88#a49d88
RGB Decimal164, 157, 136rgb(164, 157, 136)
RGB Percent64%, 62%, 53%rgb(64%, 62%, 53%)
CSS RGBa164, 157, 136,1rgba(164,157,136,1)
CMYK Modelcmyk(0%,4%,17%,36%)
HSL Color Space45,13% ,59%hsl(45,13% ,59%)
HSV Color Space45°, 17%, 64%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001001001110110001000
Octal244235210
Decimal164157136
Hexa49d88

Different shades of #a49d88 color code.

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

Light Shade of #a49d88
#bab5a5
Dark Shade of #a49d88
#8d856c
Saturated Shade of #a49d88
#aea27d
Desaturated Shade of #a49d88
#999892
Grey scale Shade of #a49d88
#969696
Brighten Shade
#bdb6a1
Most Readable Shade
#000000

Shades of #a49d88 color code

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

#a49d88
#918b78
#7f7a69
#6d685a
#5b574b
#48453c
#36342d
#24221e
#12110f
#000000

Similar Color like #a49d88 color

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

#a59e89
#a69f8a
#a7a08b
#a8a18c
#a9a28d
#aaa38e
#aba48f
#aca590
#ada691
#aea792
#afa893
#b0a994
#b1aa95
#b2ab96
#a39c87
#a29b86
#a19a85
#a09984
#9f9883
#9e9782
#9d9681
#9c9580
#9b947f
#9a937e
#99927d
#98917c
#97907b
#968f7a

Monochromatic Color with #a49d88

#a49d88
#cec6ab
#f9eece
#24231e
#4f4c42
#797465

Tints of #a49d88 Color

#a49d88
#aea795
#b8b2a2
#c2bdaf
#ccc8bc
#d6d3ca
#e0ded7
#eae9e4
#f4f4f1
#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

#a49d88
#888fa4

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

Split Complementary

#a49d88
#889da4
#8f88a4

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

Analogous Color

#a49288
#a49788
#a49d88
#a4a388
#a0a488

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

#a49d88
#88a49d
#9d88a4

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

#a49d88
#88a48f
#888fa4
#a4889d

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

#a49d88
#888fa4
#8f88a4
#9da488

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

#a49d88 Color Code Preview on Black Background Color

This is how #a49d88 Color will look on black background color. Color contrast ratio is 7.76

#a49d88 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a49d88

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a49d88

#a49d88 color code is use for CSS Background Color

Background color for the above div is #a49d88

HTML with inline CSS

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

#a49d88 color code is use for CSS Border Color

CSS Border color for the above div is #a49d88

HTML with inline CSS

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

CSS Border Left color for the above div is #a49d88

HTML with inline CSS

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

CSS Border Right color for the above div is #a49d88

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a49d88

HTML with inline CSS

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

CSS Border Top color for the above div is #a49d88

HTML with inline CSS

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

#a49d88 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a49d88 Color code Preview on White Background

This is how #a49d88 Color code will look on white background color. Color contrast ratio is 2.71

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

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.