crispedge.com

Color picker

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

#a66667 hex color - Red - Warm color - Information

#a66667 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #a66667 Color code in RGB color code model is created after adding 65.1% red color, 40% green color and 40.39% blue color. Hex #a66667 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 39% magenta, 38% yellow and 35% black.

Hex #a66667 color code is between #aa5566 web safe hex color code and #997777 web safe hex color code. #aa5566 is the nearest web safe color code. You can see here many more shades of #a66667 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codea66667#a66667
RGB Decimal166, 102, 103rgb(166, 102, 103)
RGB Percent65%, 40%, 40%rgb(65%, 40%, 40%)
CSS RGBa166, 102, 103,1rgba(166,102,103,1)
CMYK Modelcmyk(0%,39%,38%,35%)
HSL Color Space359,26% ,53%hsl(359,26% ,53%)
HSV Color Space359°, 39%, 65%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001100110011001100111
Octal246146147
Decimal166102103
Hexa66667

Different shades of #a66667 color code.

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

Light Shade of #a66667
#b98687
Dark Shade of #a66667
#895051
Saturated Shade of #a66667
#b25a5b
Desaturated Shade of #a66667
#9a7273
Grey scale Shade of #a66667
#868686
Brighten Shade
#bf7f80
Most Readable Shade
#FFFFFF

Shades of #a66667 color code

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

#a66667
#935a5b
#814f50
#6e4444
#5c3839
#492d2d
#372222
#241616
#120b0b
#000000

Similar Color like #a66667 color

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

#a76768
#a86869
#a9696a
#aa6a6b
#ab6b6c
#ac6c6d
#ad6d6e
#ae6e6f
#af6f70
#b07071
#b17172
#b27273
#b37374
#b47475
#a56566
#a46465
#a36364
#a26263
#a16162
#a06061
#9f5f60
#9e5e5f
#9d5d5e
#9c5c5d
#9b5b5c
#9a5a5b
#99595a
#985859

Monochromatic Color with #a66667

#a66667
#d08081
#fb9a9c
#261818
#513232
#7b4c4d

Tints of #a66667 Color

#a66667
#af7777
#b98888
#c39999
#cdaaaa
#d7bbbb
#e1cccc
#ebdddd
#f5eeee
#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

#a66667
#66a6a5

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

Split Complementary

#a66667
#66a685
#6687a6

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

Analogous Color

#a66681
#a66674
#a66667
#a67266
#a67f66

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

#a66667
#67a666
#6667a6

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

#a66667
#87a666
#66a6a5
#8566a6

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

#a66667
#66a6a5
#6687a6
#a68566

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

#a66667 Color Code Preview on Black Background Color

This is how #a66667 Color will look on black background color. Color contrast ratio is 4.72

#a66667 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a66667

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a66667

#a66667 color code is use for CSS Background Color

Background color for the above div is #a66667

HTML with inline CSS

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

#a66667 color code is use for CSS Border Color

CSS Border color for the above div is #a66667

HTML with inline CSS

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

CSS Border Left color for the above div is #a66667

HTML with inline CSS

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

CSS Border Right color for the above div is #a66667

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a66667

HTML with inline CSS

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

CSS Border Top color for the above div is #a66667

HTML with inline CSS

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

#a66667 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a66667 Color code Preview on White Background

This is how #a66667 Color code will look on white background color. Color contrast ratio is 4.45

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.