Color: #AF894C
#AF894C Color Information
#AF894C is a light color. The closest websafe version is #AF894C. A complement of this color would be #4C72AE, perceived brightness is 0.55, and the grayscale version is #7E7E7E.
In the HSL color space, this color has a hue angle of 37°,a saturation of 39%, and a lightness of 49%.The HSV representation shows a hue of 37°, a saturation of 57%, and a value of 69%.
In a RGB color space, #AF894C is composed of 69% red, 54% green and 30% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 22% magenta, 57% yellow and 31% black.
In the Yxy color space, this color is represented as Y: 27.91, x: 0.4485, and y: 0.4264.
Color Code #AF894C
Shades of Color #AF894C
Shades are created by darkening the original color #AF894C 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 #AF894C
Tints are created by lightening the original color #AF894C 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 #AF894C Color Code
In the HSL color space, this color has a hue angle of 37°, a saturation of 39%, and a lightness of 49%. The HSV representation shows a hue of 37°, a saturation of 57%, and a value of 69%.
- HEX: #AF894C
- RGB: rgb(175, 137, 76)
- HSL: hsl(37, 39%, 49%)
- HSV: hsv(37, 57%, 69%)
- CMYK: 0.00% cyan, 22.00% magenta, 57.00% yellow, 31.00% black
- XYZ: 29.36, 27.91, 8.19
- Yxy: 27.91, 0.4485, 0.4264
- Hunter Lab: 59.81, 9.63, 38.11
- CIE-Lab: 59.81, 9.63, 38.11
In the XYZ color space, this color is represented as X: 29.36, Y: 27.91, Z: 8.19. The Yxy representation further refines this as Y: 27.91, x: 0.4485, and y: 0.4264.
In the Hunter Lab color space, this color is represented as L: 59.81, a: 9.63, and b: 38.11. Similarly, in the CIE-Lab color space, it is represented as L: 59.81, a: 9.63, and b: 38.11.
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 #AF894C
Triadic colors are three colors evenly spaced around the color wheel, including #AF894C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #AF894C
Split complementary colors are two colors adjacent to the complementary color of #AF894C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #AF894C
Monochromatic colors are variations of #AF894C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AF894C
The complementary color of #AF894C 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 #AF894C
/* Using HEX */ body { background-color: #af894c; }
/* Using RGB */ body { background-color: rgb(175, 137, 76); }
/* Using RGB with opacity */ body { background-color: rgba(175, 137, 76, 0.5); }
/* Using HSL */ body { background-color: hsl(37, 39%, 49%); }
/* Text color */ p { color: #af894c; }
/* Box shadow */ div { box-shadow: 4px 4px #af894c; }
/* Border color */ .box { border: 4px solid #af894c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #af894c; }
/* Background with text */ div { background: #af894c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AF894C
<!-- Using HEX --> <div style="background-color: #af894c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(175, 137, 76); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(175, 137, 76, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(37, 39%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #af894c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #af894c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #af894c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #af894c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #af894c; color: #fff; padding: 16px; border-radius: 8px;"> #AF894C </div>
Related Colors of #AF894C
These colors are similar to #AF894C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.