crispedge.com

Color picker

Loading...

#ac265b hex color - Red - Warm color - Information

#ac265b hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ac265b Color code in RGB color code model is created after adding 67.45% red color, 14.9% green color and 35.69% blue color. Hex #ac265b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 78% magenta, 47% yellow and 33% black.

Hex #ac265b color code is between #aa2255 web safe hex color code and #bb3366 web safe hex color code. #aa2255 is the nearest web safe color code. You can see here many more shades of #ac265b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codeac265b#ac265b
RGB Decimal172, 38, 91rgb(172, 38, 91)
RGB Percent67%, 15%, 36%rgb(67%, 15%, 36%)
CSS RGBa172, 38, 91,1rgba(172,38,91,1)
CMYK Modelcmyk(0%,78%,47%,33%)
HSL Color Space336,64% ,41%hsl(336,64% ,41%)
HSV Color Space336°, 78%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011000010011001011011
Octal25446133
Decimal1723891
Hexac265b

Different shades of #ac265b color code.

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

Light Shade of #ac265b
#d23372
Dark Shade of #ac265b
#821d45
Saturated Shade of #ac265b
#b61c59
Desaturated Shade of #ac265b
#a1315d
Grey scale Shade of #ac265b
#696969
Brighten Shade
#c53f74
Most Readable Shade
#FFFFFF

Shades of #ac265b color code

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

#ac265b
#982150
#851d46
#72193c
#5f1532
#4c1028
#390c1e
#260814
#13040a
#000000

Similar Color like #ac265b color

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

#ad275c
#ae285d
#af295e
#b02a5f
#b12b60
#b22c61
#b32d62
#b42e63
#b52f64
#b63065
#b73166
#b83267
#b93368
#ba3469
#ab255a
#aa2459
#a92358
#a82257
#a72156
#a62055
#a51f54
#a41e53
#a31d52
#a21c51
#a11b50
#a01a4f
#9f194e
#9e184d

Monochromatic Color with #ac265b

#ac265b
#d62f71
#020001
#2c0a18
#57132e
#811d45

Tints of #ac265b Color

#ac265b
#b53e6d
#be567f
#c76e91
#d086a3
#da9eb6
#e3b6c8
#ecceda
#f5e6ec
#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

#ac265b
#26ac77

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

Split Complementary

#ac265b
#26ac34
#269eac

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

Analogous Color

#ac2691
#ac2676
#ac265b
#ac2640
#ac2726

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

#ac265b
#5bac26
#265bac

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

#ac265b
#9eac26
#26ac77
#3426ac

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

#ac265b
#26ac77
#269eac
#ac3426

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

#ac265b Color Code Preview on Black Background Color

This is how #ac265b Color will look on black background color. Color contrast ratio is 3.18

#ac265b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac265b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac265b

#ac265b color code is use for CSS Background Color

Background color for the above div is #ac265b

HTML with inline CSS

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

#ac265b color code is use for CSS Border Color

CSS Border color for the above div is #ac265b

HTML with inline CSS

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

CSS Border Left color for the above div is #ac265b

HTML with inline CSS

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

CSS Border Right color for the above div is #ac265b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ac265b

HTML with inline CSS

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

CSS Border Top color for the above div is #ac265b

HTML with inline CSS

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

#ac265b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ac265b Color code Preview on White Background

This is how #ac265b Color code will look on white background color. Color contrast ratio is 6.60

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(172,38,91,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(38,172,119,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,38,91,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.