crispedge.com

Color picker

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

#ad665d hex color - Red - Warm color - Information

#ad665d hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ad665d Color code in RGB color code model is created after adding 67.84% red color, 40% green color and 36.47% blue color. Hex #ad665d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 41% magenta, 46% yellow and 32% black.

Hex #ad665d color code is between #aa5555 web safe hex color code and #bb7766 web safe hex color code. #aa5555 is the nearest web safe color code. You can see here many more shades of #ad665d color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codead665d#ad665d
RGB Decimal173, 102, 93rgb(173, 102, 93)
RGB Percent68%, 40%, 36%rgb(68%, 40%, 36%)
CSS RGBa173, 102, 93,1rgba(173,102,93,1)
CMYK Modelcmyk(0%,41%,46%,32%)
HSL Color Space7,33% ,52%hsl(7,33% ,52%)
HSV Color Space7°, 46%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011010110011001011101
Octal255146135
Decimal17310293
Hexad665d

Different shades of #ad665d color code.

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

Light Shade of #ad665d
#be867f
Dark Shade of #ad665d
#8f5048
Saturated Shade of #ad665d
#b95d51
Desaturated Shade of #ad665d
#a16f69
Grey scale Shade of #ad665d
#858585
Brighten Shade
#c67f76
Most Readable Shade
#FFFFFF

Shades of #ad665d color code

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

#ad665d
#995a52
#864f48
#73443e
#603833
#4c2d29
#39221f
#261614
#130b0a
#000000

Similar Color like #ad665d color

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

#ae675e
#af685f
#b06960
#b16a61
#b26b62
#b36c63
#b46d64
#b56e65
#b66f66
#b77067
#b87168
#b97269
#ba736a
#bb746b
#ac655c
#ab645b
#aa635a
#a96259
#a86158
#a76057
#a65f56
#a55e55
#a45d54
#a35c53
#a25b52
#a15a51
#a05950
#9f584f

Monochromatic Color with #ad665d

#ad665d
#d77f74
#030202
#2d1b18
#58342f
#824d46

Tints of #ad665d Color

#ad665d
#b6776f
#bf8881
#c89993
#d1aaa5
#dabbb7
#e3ccc9
#ecdddb
#f5eeed
#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

#ad665d
#5da4ad

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

Split Complementary

#ad665d
#5dad8e
#5d7cad

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

Analogous Color

#ad5d74
#ad5d64
#ad665d
#ad765d
#ad865d

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

#ad665d
#5dad66
#665dad

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

#ad665d
#7cad5d
#5da4ad
#8e5dad

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

#ad665d
#5da4ad
#5d7cad
#ad8e5d

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

#ad665d Color Code Preview on Black Background Color

This is how #ad665d Color will look on black background color. Color contrast ratio is 4.84

#ad665d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad665d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad665d

#ad665d color code is use for CSS Background Color

Background color for the above div is #ad665d

HTML with inline CSS

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

#ad665d color code is use for CSS Border Color

CSS Border color for the above div is #ad665d

HTML with inline CSS

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

CSS Border Left color for the above div is #ad665d

HTML with inline CSS

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

CSS Border Right color for the above div is #ad665d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad665d

HTML with inline CSS

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

CSS Border Top color for the above div is #ad665d

HTML with inline CSS

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

#ad665d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad665d Color code Preview on White Background

This is how #ad665d Color code will look on white background color. Color contrast ratio is 4.34

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

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.