crispedge.com

Color picker

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

#a7826e hex color - Brown - Warm color - Information

#a7826e hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

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

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

0 Likes 0 Comments | 8 Views

Color Table

Hex Color Codea7826e#a7826e
RGB Decimal167, 130, 110rgb(167, 130, 110)
RGB Percent65%, 51%, 43%rgb(65%, 51%, 43%)
CSS RGBa167, 130, 110,1rgba(167,130,110,1)
CMYK Modelcmyk(0%,22%,34%,35%)
HSL Color Space21,24% ,54%hsl(21,24% ,54%)
HSV Color Space21°, 34%, 65%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001111000001001101110
Octal247202156
Decimal167130110
Hexa7826e

Different shades of #a7826e color code.

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

Light Shade of #a7826e
#ba9d8e
Dark Shade of #a7826e
#8d6955
Saturated Shade of #a7826e
#b37f62
Desaturated Shade of #a7826e
#9b857a
Grey scale Shade of #a7826e
#8a8a8a
Brighten Shade
#c09b87
Most Readable Shade
#000000

Shades of #a7826e color code

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

#a7826e
#947361
#816555
#6f5649
#5c483d
#4a3930
#372b24
#251c18
#120e0c
#000000

Similar Color like #a7826e color

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

#a8836f
#a98470
#aa8571
#ab8672
#ac8773
#ad8874
#ae8975
#af8a76
#b08b77
#b18c78
#b28d79
#b38e7a
#b48f7b
#b5907c
#a6816d
#a5806c
#a47f6b
#a37e6a
#a27d69
#a17c68
#a07b67
#9f7a66
#9e7965
#9d7864
#9c7763
#9b7662
#9a7561
#997460

Monochromatic Color with #a7826e

#a7826e
#d1a38a
#fcc4a6
#271f1a
#524036
#7c6152

Tints of #a7826e Color

#a7826e
#b08f7e
#ba9d8e
#c4ab9e
#ceb9ae
#d7c7be
#e1d5ce
#ebe3de
#f5f1ee
#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

#a7826e
#6e93a7

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

Split Complementary

#a7826e
#6ea79e
#6e77a7

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

Analogous Color

#a76e71
#a7776e
#a7826e
#a78d6e
#a7996e

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

#a7826e
#6ea782
#826ea7

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

#a7826e
#76a76e
#6e93a7
#9e6ea7

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

#a7826e
#6e93a7
#6e77a7
#a79e6e

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

#a7826e Color Code Preview on Black Background Color

This is how #a7826e Color will look on black background color. Color contrast ratio is 6.06

#a7826e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a7826e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a7826e

#a7826e color code is use for CSS Background Color

Background color for the above div is #a7826e

HTML with inline CSS

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

#a7826e color code is use for CSS Border Color

CSS Border color for the above div is #a7826e

HTML with inline CSS

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

CSS Border Left color for the above div is #a7826e

HTML with inline CSS

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

CSS Border Right color for the above div is #a7826e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a7826e

HTML with inline CSS

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

CSS Border Top color for the above div is #a7826e

HTML with inline CSS

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

#a7826e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a7826e Color code Preview on White Background

This is how #a7826e Color code will look on white background color. Color contrast ratio is 3.46

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

Related Gradients

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

0 Likes 0 Comments | 8 Views

Post your comment:-

By submitting comment you agree to our privacy policy.