crispedge.com

Color picker

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

#ad6f69 hex color - Copper Penny - Red - Warm color - Information

#ad6f69 hex color - Copper Penny - Red - Warm color

Color Hue/Base color: Red

Hex #ad6f69 Color Code is also known as Copper Penny color.

Hex #ad6f69 Color code in RGB color code model is created after adding 67.84% red color, 43.53% green color and 41.18% blue color. Hex #ad6f69 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 36% magenta, 39% yellow and 32% black.

Hex #ad6f69 color code is between #aa7766 web safe hex color code and #bb6677 web safe hex color code. #aa7766 is the nearest web safe color code. You can see here many more shades of #ad6f69 color code.

0 Likes 0 Comments | 72 Views

Color Table

Hex Color Codead6f69#ad6f69
RGB Decimal173, 111, 105rgb(173, 111, 105)
RGB Percent68%, 44%, 41%rgb(68%, 44%, 41%)
CSS RGBa173, 111, 105,1rgba(173,111,105,1)
CMYK Modelcmyk(0%,36%,39%,32%)
HSL Color Space5,29% ,55%hsl(5,29% ,55%)
HSV Color Space5°, 39%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011010110111101101001
Octal255157151
Decimal173111105
Hexad6f69

Different shades of #ad6f69 color code.

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

Light Shade of #ad6f69
#bf8f8a
Dark Shade of #ad6f69
#935650
Saturated Shade of #ad6f69
#b9655d
Desaturated Shade of #ad6f69
#a17975
Grey scale Shade of #ad6f69
#8b8b8b
Brighten Shade
#c68882
Most Readable Shade
#FFFFFF

Shades of #ad6f69 color code

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

#ad6f69
#99625d
#865651
#734a46
#603d3a
#4c312e
#392523
#261817
#130c0b
#000000

Similar Color like #ad6f69 color

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

#ae706a
#af716b
#b0726c
#b1736d
#b2746e
#b3756f
#b47670
#b57771
#b67872
#b77973
#b87a74
#b97b75
#ba7c76
#bb7d77
#ac6e68
#ab6d67
#aa6c66
#a96b65
#a86a64
#a76963
#a66862
#a56761
#a46660
#a3655f
#a2645e
#a1635d
#a0625c
#9f615b

Monochromatic Color with #ad6f69

#ad6f69
#d78a83
#030202
#2d1d1c
#583835
#82544f

Tints of #ad6f69 Color

#ad6f69
#b67f79
#bf8f8a
#c89f9b
#d1afab
#dabfbc
#e3cfcd
#ecdfdd
#f5efee
#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

#ad6f69
#69a7ad

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

Split Complementary

#ad6f69
#69ad91
#6985ad

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

Analogous Color

#ad697e
#ad6971
#ad6f69
#ad7d69
#ad8a69

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

#ad6f69
#69ad6f
#6f69ad

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

#ad6f69
#85ad69
#69a7ad
#9169ad

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

#ad6f69
#69a7ad
#6985ad
#ad9169

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

#ad6f69 Color Code Preview on Black Background Color

This is how #ad6f69 Color will look on black background color. Color contrast ratio is 5.25

#ad6f69 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad6f69

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad6f69

#ad6f69 color code is use for CSS Background Color

Background color for the above div is #ad6f69

HTML with inline CSS

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

#ad6f69 color code is use for CSS Border Color

CSS Border color for the above div is #ad6f69

HTML with inline CSS

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

CSS Border Left color for the above div is #ad6f69

HTML with inline CSS

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

CSS Border Right color for the above div is #ad6f69

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad6f69

HTML with inline CSS

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

CSS Border Top color for the above div is #ad6f69

HTML with inline CSS

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

#ad6f69 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad6f69 Color code Preview on White Background

This is how #ad6f69 Color code will look on white background color. Color contrast ratio is 4.00

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

Related Gradients

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

0 Likes 0 Comments | 72 Views

Post your comment:-

By submitting comment you agree to our privacy policy.