crispedge.com

Color picker

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

#ad7162 hex color - Red - Warm color - Information

#ad7162 hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

Hex #ad7162 Color code in RGB color code model is created after adding 67.84% red color, 44.31% green color and 38.43% blue color. Hex #ad7162 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 35% magenta, 43% yellow and 32% black.

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codead7162#ad7162
RGB Decimal173, 113, 98rgb(173, 113, 98)
RGB Percent68%, 44%, 38%rgb(68%, 44%, 38%)
CSS RGBa173, 113, 98,1rgba(173,113,98,1)
CMYK Modelcmyk(0%,35%,43%,32%)
HSL Color Space12,31% ,53%hsl(12,31% ,53%)
HSV Color Space12°, 43%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011010111000101100010
Octal255161142
Decimal17311398
Hexad7162

Different shades of #ad7162 color code.

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

Light Shade of #ad7162
#be8f83
Dark Shade of #ad7162
#90594b
Saturated Shade of #ad7162
#b96a56
Desaturated Shade of #ad7162
#a1786e
Grey scale Shade of #ad7162
#878787
Brighten Shade
#c68a7b
Most Readable Shade
#FFFFFF

Shades of #ad7162 color code

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

#ad7162
#996457
#86574c
#734b41
#603e36
#4c322b
#392520
#261915
#130c0a
#000000

Similar Color like #ad7162 color

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

#ae7263
#af7364
#b07465
#b17566
#b27667
#b37768
#b47869
#b5796a
#b67a6b
#b77b6c
#b87c6d
#b97d6e
#ba7e6f
#bb7f70
#ac7061
#ab6f60
#aa6e5f
#a96d5e
#a86c5d
#a76b5c
#a66a5b
#a5695a
#a46859
#a36758
#a26657
#a16556
#a06455
#9f6354

Monochromatic Color with #ad7162

#ad7162
#d78d7a
#030202
#2d1e1a
#583932
#82554a

Tints of #ad7162 Color

#ad7162
#b68073
#bf9084
#c8a096
#d1b0a7
#dabfb9
#e3cfca
#ecdfdc
#f5efed
#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

#ad7162
#629ead

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

Split Complementary

#ad7162
#62ad96
#6279ad

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

Analogous Color

#ad6271
#ad6262
#ad7162
#ad8062
#ad8f62

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

#ad7162
#62ad71
#7162ad

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

#ad7162
#78ad62
#629ead
#9662ad

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

#ad7162
#629ead
#6279ad
#ad9662

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

#ad7162 Color Code Preview on Black Background Color

This is how #ad7162 Color will look on black background color. Color contrast ratio is 5.32

#ad7162 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad7162

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad7162

#ad7162 color code is use for CSS Background Color

Background color for the above div is #ad7162

HTML with inline CSS

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

#ad7162 color code is use for CSS Border Color

CSS Border color for the above div is #ad7162

HTML with inline CSS

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

CSS Border Left color for the above div is #ad7162

HTML with inline CSS

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

CSS Border Right color for the above div is #ad7162

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad7162

HTML with inline CSS

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

CSS Border Top color for the above div is #ad7162

HTML with inline CSS

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

#ad7162 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad7162 Color code Preview on White Background

This is how #ad7162 Color code will look on white background color. Color contrast ratio is 3.95

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

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.