crispedge.com

Color picker

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

#a7806f hex color - Brown - Warm color - Information

#a7806f hex color - Brown - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Brown

Hex #a7806f Color code in RGB color code model is created after adding 65.49% red color, 50.2% green color and 43.53% blue color. Hex #a7806f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 23% magenta, 34% yellow and 35% black.

Hex #a7806f color code is between #aa8877 web safe hex color code and #997766 web safe hex color code. #aa8877 is the nearest web safe color code. You can see here many more shades of #a7806f color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea7806f#a7806f
RGB Decimal167, 128, 111rgb(167, 128, 111)
RGB Percent65%, 50%, 44%rgb(65%, 50%, 44%)
CSS RGBa167, 128, 111,1rgba(167,128,111,1)
CMYK Modelcmyk(0%,23%,34%,35%)
HSL Color Space18,24% ,55%hsl(18,24% ,55%)
HSV Color Space18°, 34%, 65%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001111000000001101111
Octal247200157
Decimal167128111
Hexa7806f

Different shades of #a7806f color code.

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

Light Shade of #a7806f
#ba9c8f
Dark Shade of #a7806f
#8d6756
Saturated Shade of #a7806f
#b37b63
Desaturated Shade of #a7806f
#9b857b
Grey scale Shade of #a7806f
#8b8b8b
Brighten Shade
#c09988
Most Readable Shade
#000000

Shades of #a7806f color code

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

#a7806f
#947162
#816356
#6f554a
#5c473d
#4a3831
#372a25
#251c18
#120e0c
#000000

Similar Color like #a7806f color

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

#a88170
#a98271
#aa8372
#ab8473
#ac8574
#ad8675
#ae8776
#af8877
#b08978
#b18a79
#b28b7a
#b38c7b
#b48d7c
#b58e7d
#a67f6e
#a57e6d
#a47d6c
#a37c6b
#a27b6a
#a17a69
#a07968
#9f7867
#9e7766
#9d7665
#9c7564
#9b7463
#9a7362
#997261

Monochromatic Color with #a7806f

#a7806f
#d1a18b
#fcc1a7
#271e1a
#523f36
#7c5f53

Tints of #a7806f Color

#a7806f
#b08e7f
#ba9c8f
#c4aa9f
#ceb8af
#d7c6bf
#e1d4cf
#ebe2df
#f5f0ef
#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

#a7806f
#6f96a7

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

Split Complementary

#a7806f
#6fa79c
#6f7aa7

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

Analogous Color

#a76f74
#a7756f
#a7806f
#a78b6f
#a7966f

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

#a7806f
#6fa780
#806fa7

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

#a7806f
#7aa76f
#6f96a7
#9c6fa7

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

#a7806f
#6f96a7
#6f7aa7
#a79c6f

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

#a7806f Color Code Preview on Black Background Color

This is how #a7806f Color will look on black background color. Color contrast ratio is 5.96

#a7806f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a7806f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a7806f

#a7806f color code is use for CSS Background Color

Background color for the above div is #a7806f

HTML with inline CSS

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

#a7806f color code is use for CSS Border Color

CSS Border color for the above div is #a7806f

HTML with inline CSS

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

CSS Border Left color for the above div is #a7806f

HTML with inline CSS

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

CSS Border Right color for the above div is #a7806f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a7806f

HTML with inline CSS

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

CSS Border Top color for the above div is #a7806f

HTML with inline CSS

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

#a7806f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a7806f Color code Preview on White Background

This is how #a7806f Color code will look on white background color. Color contrast ratio is 3.52

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

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.