Color #AEB032

HEX

#AEB032

RGB

(174, 176, 50)

Quick Actions

Color Values

Color Space Values
RGB
R: 174, G: 176, B: 50 (68%, 69%, 20%)
CMYK C: 1%, M: 0%, Y: 72%, K: 31%
HSL H: 61°, S: 56%, L: 44%
HSV H: 61°, S: 72%, V: 69%
CIE-LAB L: 69.67, a: -15.86, b: 60.52
CIE-LCH L: 69.67, C: 62.56, H: 104.68
Hunter-Lab L: 63.47, a: -18.53, b: 34.48
Web Safe
#999933
Complementary
#3331b0

#AEB032 is a color with RGB values of 174 red, 176 green, and 50 blue (68%, 69%, 20% respectively). In the CMYK color space, it consists of 1% cyan, 0% magenta, 72% yellow, and 31% black. The color has a hue angle of 61°, 56% saturation, and 44% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #999933. The complementary color is #3331b0, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #AEB032

Explore different variations of #AEB032 including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #AEB032. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #AEB032

Explore different color combinations and harmonies that work well with #AEB032.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #AEB032

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #AEB032

Text with #AEB032

This text has a font color of #AEB032.

<span style="color:#AEB032;">Text here</span>
.text { color: #AEB032; }

#AEB032 background color

This paragraph has a background color of #AEB032.

<p style="background-color:#AEB032;">Content here</p>
.background { background-color: #AEB032; }

#AEB032 border color

This element has a border color of #AEB032.
<div style="border:1px solid #AEB032;">Content here</div>
.border { border: 1px solid #AEB032; }

#AEB032 box shadow

This element has a box shadow using #AEB032.
<div style="box-shadow: 0 4px 6px -1px #AEB03280">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #AEB03280; }
Copied to clipboard!