crispedge.com

Color picker

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

#a16550 hex color - Orange - Warm color - Information

#a16550 hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #a16550 Color code in RGB color code model is created after adding 63.14% red color, 39.61% green color and 31.37% blue color. Hex #a16550 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 37% magenta, 50% yellow and 37% black.

Hex #a16550 color code is between #996655 web safe hex color code and #aa5544 web safe hex color code. #996655 is the nearest web safe color code. You can see here many more shades of #a16550 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea16550#a16550
RGB Decimal161, 101, 80rgb(161, 101, 80)
RGB Percent63%, 40%, 31%rgb(63%, 40%, 31%)
CSS RGBa161, 101, 80,1rgba(161,101,80,1)
CMYK Modelcmyk(0%,37%,50%,37%)
HSL Color Space16,34% ,47%hsl(16,34% ,47%)
HSV Color Space16°, 50%, 63%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000010110010101010000
Octal241145120
Decimal16110180
Hexa16550

Different shades of #a16550 color code.

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

Light Shade of #a16550
#b7806d
Dark Shade of #a16550
#7f503f
Saturated Shade of #a16550
#ad5f44
Desaturated Shade of #a16550
#956b5c
Grey scale Shade of #a16550
#787878
Brighten Shade
#ba7e69
Most Readable Shade
#FFFFFF

Shades of #a16550 color code

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

#a16550
#8f5947
#7d4e3e
#6b4335
#59382c
#472c23
#35211a
#231611
#110b08
#000000

Similar Color like #a16550 color

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

#a26651
#a36752
#a46853
#a56954
#a66a55
#a76b56
#a86c57
#a96d58
#aa6e59
#ab6f5a
#ac705b
#ad715c
#ae725d
#af735e
#a0644f
#9f634e
#9e624d
#9d614c
#9c604b
#9b5f4a
#9a5e49
#995d48
#985c47
#975b46
#965a45
#955944
#945843
#935742

Monochromatic Color with #a16550

#a16550
#cb8065
#f69a7a
#211511
#4c3026
#764a3b

Tints of #a16550 Color

#a16550
#ab7663
#b58776
#c0988a
#caa99d
#d5bab1
#dfcbc4
#eadcd8
#f4edeb
#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

#a16550
#508ca1

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

Split Complementary

#a16550
#50a18d
#5064a1

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

Analogous Color

#a1505b
#a15550
#a16550
#a17550
#a18550

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

#a16550
#50a165
#6550a1

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

#a16550
#63a150
#508ca1
#8d50a1

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

#a16550
#508ca1
#5064a1
#a18d50

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

#a16550 Color Code Preview on Black Background Color

This is how #a16550 Color will look on black background color. Color contrast ratio is 4.49

#a16550 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a16550

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a16550

#a16550 color code is use for CSS Background Color

Background color for the above div is #a16550

HTML with inline CSS

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

#a16550 color code is use for CSS Border Color

CSS Border color for the above div is #a16550

HTML with inline CSS

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

CSS Border Left color for the above div is #a16550

HTML with inline CSS

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

CSS Border Right color for the above div is #a16550

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a16550

HTML with inline CSS

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

CSS Border Top color for the above div is #a16550

HTML with inline CSS

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

#a16550 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a16550 Color code Preview on White Background

This is how #a16550 Color code will look on white background color. Color contrast ratio is 4.67

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

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.