Skip to main content

Bud

#A5AEA3

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

Bud color values

HEX
#A5AEA3
RGB
165, 174, 163
HSL
109°, 6%, 66%
CMYK
5, 0, 6, 32

About this color

Bud sits at 109° 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(165, 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 5C 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: #A5AEA3;
  --brand-primary-rgb: 165, 174, 163;
}

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

Tailwind Config

colors: {
  brand: '#A5AEA3',
}

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

Print Design (CMYK)

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

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

RGB for Screens

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

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

Frequently asked questions

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