Color: #A4750B

#A4750B Color Information

#A4750B is a dark color. The closest websafe version is #A4750B. A complement of this color would be #0B39A2, perceived brightness is 0.47, and the grayscale version is #585858.

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

In a RGB color space, #A4750B is composed of 64% red, 46% green and 4% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 29% magenta, 93% yellow and 36% black.

In the Yxy color space, this color is represented as Y: 21.03, x: 0.4955, and y: 0.4513.

Color Code #A4750B

#A4750Brgb(164, 117, 11)
HEX
#A4750B
RGB
rgb(164, 117, 11)
HSL
hsl(42, 87%, 34%)
HSV
hsv(42, 93%, 64%)
CMYK
0%, 29%, 93%, 36%
XYZ
X: 23.09, Y: 21.03, Z: 2.48
Lab
L: 52.99, a: 13.13, b: 56.73
Name

Shades of Color #A4750B

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

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

#A4750Brgb(164, 117, 11)

About #A4750B Color Code

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

  • HEX: #A4750B
  • RGB: rgb(164, 117, 11)
  • HSL: hsl(42, 87%, 34%)
  • HSV: hsv(42, 93%, 64%)
  • CMYK: 0.00% cyan, 29.00% magenta, 93.00% yellow, 36.00% black
  • XYZ: 23.09, 21.03, 2.48
  • Yxy: 21.03, 0.4955, 0.4513
  • Hunter Lab: 52.99, 13.13, 56.73
  • CIE-Lab: 52.99, 13.13, 56.73

In the XYZ color space, this color is represented as X: 23.09, Y: 21.03, Z: 2.48. The Yxy representation further refines this as Y: 21.03, x: 0.4955, and y: 0.4513.

In the Hunter Lab color space, this color is represented as L: 52.99, a: 13.13, and b: 56.73. Similarly, in the CIE-Lab color space, it is represented as L: 52.99, a: 13.13, and b: 56.73.

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

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

Analogous Colors of #A4750B

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

Split Complementary Colors of #A4750B

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

Tetradic Colors of #A4750B

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

Monochromatic Colors of #A4750B

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

Complementary Color of #A4750B

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

/* Using HEX */
body {
  background-color: #a4750b;
}
/* Using RGB */
body {
  background-color: rgb(164, 117, 11);
}
/* Using RGB with opacity */
body {
  background-color: rgba(164, 117, 11, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(42, 87%, 34%);
}
/* Text color */
p {
  color: #a4750b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a4750b;
}
/* Border color */
.box {
  border: 4px solid #a4750b;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a4750b;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a4750b;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A4750B
On Black Background
#A4750B
On White Background
#A4750B

HTML Examples of #A4750B

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

Related Colors of #A4750B

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