Skip to main content

Bud

#A4AEA3

Bud is a neutral light color with the hex code #A4AEA3. This muted hue can be represented as RGB 164, 174, 163 in digital design or CMYK 6%, 0%, 6%, 32% for print applications. Find matching Pantone color.

Bud color values

HEX
#A4AEA3
RGB
164, 174, 163
HSL
115°, 6%, 66%
CMYK
6, 0, 6, 32

About this color

Bud sits at 115° on the color wheel with 6% saturation and 66% lightness, placing it in the green segment of the spectrum. At near-zero saturation, it reads as a pure gray, with hue playing almost no role in its character. At medium-high lightness, it holds its own on white backgrounds while remaining approachable.

In digital environments, Bud is rendered as rgb(164, 174, 163), where the green channel leads at 174, with red and blue channels close behind. Muted saturation at high lightness is a classic formula for soft background fills, placeholder states, and secondary surface colors in light-mode interfaces.

For print, Bud translates to a CMYK breakdown of 6C 0M 6Y 32K. With a moderate key (32%), this color uses black to deepen the chromatic channels rather than replace them, a profile that typically holds up well in both offset and digital print. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.

How to use Bud

CSS Variable

:root {
  --brand-primary: #A4AEA3;
  --brand-primary-rgb: 164, 174, 163;
}

Define as a CSS custom property for consistent theming across your site.

Tailwind Config

colors: {
  brand: '#A4AEA3',
}

Add to your Tailwind config to use classes like bg-brand.

Print Design (CMYK)

C: 6%
M: 0%
Y: 6%
K: 32%

Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.

RGB for Screens

rgb(164, 174, 163)
rgba(164, 174, 163, 0.8)

Use RGB notation for compatibility or add alpha channel for transparency.

Frequently asked questions

What color is #A4AEA3?
#A4AEA3 is Bud, a neutral light color with RGB values of 164, 174, 163. It has a hue of 115°, 6% saturation, and 66% lightness in the HSL color space.
What is the RGB value of #A4AEA3?
The RGB color code for #A4AEA3 is rgb(164, 174, 163). This means it contains 164 red, 174 green, and 163 blue in the RGB color model.
Is Bud a warm or cool color?
Bud (#A4AEA3) is a neutral color, sitting between warm and cool on the color wheel.
How do I use #A4AEA3 in CSS?
You can use #A4AEA3 in CSS with: background-color: #A4AEA3; or color: #A4AEA3; or as an RGB value: rgb(164, 174, 163). For print design, use CMYK: 6%, 0%, 6%, 32%.