Color: #AE263E

#AE263E Color Information

#AE263E is a dark color. The closest websafe version is #AE263E. A complement of this color would be #27B097, perceived brightness is 0.32, and the grayscale version is #6A6A6A.

In the HSL color space, this color has a hue angle of 349°,a saturation of 64%, and a lightness of 42%.The HSV representation shows a hue of 349°, a saturation of 100%, and a value of 100%.

In a RGB color space, #AE263E is composed of 68% red, 15% green and 24% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 78% magenta, 64% yellow and 32% black.

In the Yxy color space, this color is represented as Y: 11.10, x: 0.5649, and y: 0.3153.

Color Code #AE263E

HEX
#AE263E
RGB
rgb(174, 38, 62)
HSL
hsl(349, 64%, 42%)
HSV
hsv(349, 78%, 68%)
CMYK
0%, 78%, 64%, 32%
XYZ
X: 19.89, Y: 11.10, Z: 4.22
Lab
L: 39.75, a: 55.16, b: 21.89
Name

Shades of Color #AE263E

Shades are created by darkening the original color #AE263E in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #AE263E

Tints are created by lightening the original color #AE263E in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

About #AE263E Color Code

In the HSL color space, this color has a hue angle of 349°, a saturation of 64%, and a lightness of 42%. The HSV representation shows a hue of 349°, a saturation of 78%, and a value of 68%.

  • HEX: #AE263E
  • RGB: rgb(174, 38, 62)
  • HSL: hsl(349, 64%, 42%)
  • HSV: hsv(349, 78%, 68%)
  • CMYK: 0.00% cyan, 78.00% magenta, 64.00% yellow, 32.00% black
  • XYZ: 19.89, 11.10, 4.22
  • Yxy: 11.10, 0.5649, 0.3153
  • Hunter Lab: 39.75, 55.16, 21.89
  • CIE-Lab: 39.75, 55.16, 21.89

In the XYZ color space, this color is represented as X: 19.89, Y: 11.10, Z: 4.22. The Yxy representation further refines this as Y: 11.10, x: 0.5649, and y: 0.3153.

In the Hunter Lab color space, this color is represented as L: 39.75, a: 55.16, and b: 21.89. Similarly, in the CIE-Lab color space, it is represented as L: 39.75, a: 55.16, and b: 21.89.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #AE263E

Triadic colors are three colors evenly spaced around the color wheel, including #AE263E. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #AE263E

Analogous colors are adjacent to #AE263E on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #AE263E

Monochromatic colors are variations of #AE263E, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #AE263E

The complementary color of #AE263E is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #AE263E

/* Using HEX */
body {
  background-color: #ae263e;
}
/* Using RGB */
body {
  background-color: rgb(174, 38, 62);
}
/* Using RGB with opacity */
body {
  background-color: rgba(174, 38, 62, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(349, 64%, 42%);
}
/* Text color */
p {
  color: #ae263e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ae263e;
}

HTML Examples of #AE263E

<!-- Using HEX -->
<div style="background-color: #ae263e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(174, 38, 62); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(174, 38, 62, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(349, 64%, 42%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ae263e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ae263e; width: 100px; height: 100px;"></div>

Related Colors of #AE263E

These colors are similar to #AE263E, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.