Color: #A68C25

#A68C25 Color Information

#A68C25 is a light color. The closest websafe version is #A68C25. A complement of this color would be #253FA7, perceived brightness is 0.53, and the grayscale version is #666666.

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

In a RGB color space, #A68C25 is composed of 65% red, 55% green and 15% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 16% magenta, 78% yellow and 35% black.

In the Yxy color space, this color is represented as Y: 27.40, x: 0.4591, and y: 0.4661.

Color Code #A68C25

#A68C25rgb(166, 140, 37)
HEX
#A68C25
RGB
rgb(166, 140, 37)
HSL
hsl(48, 64%, 40%)
HSV
hsv(48, 78%, 65%)
CMYK
0%, 16%, 78%, 35%
XYZ
X: 26.99, Y: 27.40, Z: 4.40
Lab
L: 59.34, a: 2.34, b: 54.63
Name

Shades of Color #A68C25

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

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

#A68C25rgb(166, 140, 37)

About #A68C25 Color Code

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

  • HEX: #A68C25
  • RGB: rgb(166, 140, 37)
  • HSL: hsl(48, 64%, 40%)
  • HSV: hsv(48, 78%, 65%)
  • CMYK: 0.00% cyan, 16.00% magenta, 78.00% yellow, 35.00% black
  • XYZ: 26.99, 27.40, 4.40
  • Yxy: 27.40, 0.4591, 0.4661
  • Hunter Lab: 59.34, 2.34, 54.63
  • CIE-Lab: 59.34, 2.34, 54.63

In the XYZ color space, this color is represented as X: 26.99, Y: 27.40, Z: 4.40. The Yxy representation further refines this as Y: 27.40, x: 0.4591, and y: 0.4661.

In the Hunter Lab color space, this color is represented as L: 59.34, a: 2.34, and b: 54.63. Similarly, in the CIE-Lab color space, it is represented as L: 59.34, a: 2.34, and b: 54.63.

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

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

Analogous Colors of #A68C25

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

Split Complementary Colors of #A68C25

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

Tetradic Colors of #A68C25

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

Monochromatic Colors of #A68C25

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

Complementary Color of #A68C25

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

/* Using HEX */
body {
  background-color: #a68c25;
}
/* Using RGB */
body {
  background-color: rgb(166, 140, 37);
}
/* Using RGB with opacity */
body {
  background-color: rgba(166, 140, 37, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(48, 64%, 40%);
}
/* Text color */
p {
  color: #a68c25;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a68c25;
}
/* Border color */
.box {
  border: 4px solid #a68c25;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a68c25;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a68c25;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A68C25
On Black Background
#A68C25
On White Background
#A68C25

HTML Examples of #A68C25

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

Related Colors of #A68C25

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