Color: #AF360C

#AF360C Color Information

#AF360C is a dark color. The closest websafe version is #AF360C. A complement of this color would be #0C87B0, perceived brightness is 0.33, and the grayscale version is #5E5E5E.

In the HSL color space, this color has a hue angle of 15°,a saturation of 87%, and a lightness of 37%.The HSV representation shows a hue of 15°, a saturation of 93%, and a value of 69%.

In a RGB color space, #AF360C is composed of 69% red, 21% green and 5% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 69% magenta, 93% yellow and 31% black.

In the Yxy color space, this color is represented as Y: 12.21, x: 0.6003, and y: 0.3634.

Color Code #AF360C

#AF360Crgb(175, 54, 12)
HEX
#AF360C
RGB
rgb(175, 54, 12)
HSL
hsl(15, 87%, 37%)
HSV
hsv(15, 93%, 69%)
CMYK
0%, 69%, 93%, 31%
XYZ
X: 20.17, Y: 12.21, Z: 1.22
Lab
L: 41.54, a: 48.78, b: 50.15
Name

Shades of Color #AF360C

Shades are created by darkening the original color #AF360C 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 #AF360C

Tints are created by lightening the original color #AF360C 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.

#AF360Crgb(175, 54, 12)

About #AF360C Color Code

In the HSL color space, this color has a hue angle of 15°, a saturation of 87%, and a lightness of 37%. The HSV representation shows a hue of 15°, a saturation of 93%, and a value of 69%.

  • HEX: #AF360C
  • RGB: rgb(175, 54, 12)
  • HSL: hsl(15, 87%, 37%)
  • HSV: hsv(15, 93%, 69%)
  • CMYK: 0.00% cyan, 69.00% magenta, 93.00% yellow, 31.00% black
  • XYZ: 20.17, 12.21, 1.22
  • Yxy: 12.21, 0.6003, 0.3634
  • Hunter Lab: 41.54, 48.78, 50.15
  • CIE-Lab: 41.54, 48.78, 50.15

In the XYZ color space, this color is represented as X: 20.17, Y: 12.21, Z: 1.22. The Yxy representation further refines this as Y: 12.21, x: 0.6003, and y: 0.3634.

In the Hunter Lab color space, this color is represented as L: 41.54, a: 48.78, and b: 50.15. Similarly, in the CIE-Lab color space, it is represented as L: 41.54, a: 48.78, and b: 50.15.

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 #AF360C

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

Analogous Colors of #AF360C

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

Split Complementary Colors of #AF360C

Split complementary colors are two colors adjacent to the complementary color of #AF360C. They create a balanced and visually appealing color scheme.

Tetradic Colors of #AF360C

Tetradic colors form a rectangle on the color wheel, including #AF360C. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #AF360C

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

Complementary Color of #AF360C

The complementary color of #AF360C 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 #AF360C

/* Using HEX */
body {
  background-color: #af360c;
}
/* Using RGB */
body {
  background-color: rgb(175, 54, 12);
}
/* Using RGB with opacity */
body {
  background-color: rgba(175, 54, 12, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(15, 87%, 37%);
}
/* Text color */
p {
  color: #af360c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #af360c;
}
/* Border color */
.box {
  border: 4px solid #af360c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #af360c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #af360c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AF360C
On Black Background
#AF360C
On White Background
#AF360C

HTML Examples of #AF360C

<!-- Using HEX -->
<div style="background-color: #af360c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(175, 54, 12); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(175, 54, 12, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(15, 87%, 37%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #af360c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #af360c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #af360c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #af360c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #af360c; color: #fff; padding: 16px; border-radius: 8px;">
  #AF360C
</div>
#AF360C
On Black Background
#AF360C
On White Background
#AF360C

Related Colors of #AF360C

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