COLOR #A9B328

HEX: #A9B328
RGB: (169,179,40)

Color info

#A9B328 contains mainly red and green colors. Web safe color of #A9B328 is #999933 (or #993).

RGB color model

#A9B328 color RGB value is (169,179,40).

  • red value is 169;
  • green value is 179;
  • blue value is 40.
RGB:
(169,179,40)
(66%,70%,16%)

RGB channels and saturation

R 169 of 255 = 66%
G 179 of 255 = 70%
B 40 of 255 = 16%

169
179
40

R + G + B ~ 51%. #A9B328 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
169 + 179 + 40 = 388 (100%)
R 169 of 388 ~ 43.56%
G 179 of 388 ~ 46.13%
B 40 of 388 ~ 10.31%

%43.56
%46.13
%10.31

CMYK color model

#A9B328 color CMYK value is (6,0,78,30).

  • cyan value is 5.59%
  • magenta value is 0.00%
  • yellow value is 77.65%
  • key color value is 29.80%
CMYK:
(6,0,78,30)
C6M0Y78K30 
(6%,0%,78%,30%)
(0.06/0.00/0.78/0.30)	

CMYK percentages

%5.59
%0
%77.65
%29.8

Codes

Color #A9B328 in popluar color models

A9B328
RGB16917940
HSL64°63.47%42.94%
HSB/HSV64°77.65%70.20%
CMYK5.59%0.00%77.65%
29.80%

Color #A9B328 in popluar number systems.

HEXA9B328
Decimal16917940
Binary1010100110110011101000
Octal25126350

Shades and tints

Shades of #A9B328

#A9B328
(169,179,40)
#9AA325
(154,163,37)
#8B9322
(139,147,34)
#7C831F
(124,131,31)
#6D731C
(109,115,28)
#5E6319
(94,99,25)
#4F5316
(79,83,22)
#404313
(64,67,19)
#313310
(49,51,16)
#22230D
(34,35,13)
#13130A
(19,19,10)
#000000
(0,0,0)

Tints of #A9B328

#A9B328
(169,179,40)
#B0B93B
(176,185,59)
#B7BF4E
(183,191,78)
#BEC561
(190,197,97)
#C5CB74
(197,203,116)
#CCD187
(204,209,135)
#D3D79A
(211,215,154)
#DADDAD
(218,221,173)
#E1E3C0
(225,227,192)
#E8E9D3
(232,233,211)
#EFEFE6
(239,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B328 color. Also use rgb(169,179,40) instead hex code.

Text Font Color

.myTextColor { color: #A9B328; }

<p style="color:#A9B328">This sample text font color is #A9B328.</p>

This text font color is #A9B328.


Background Color

.myBgColor { background-color: #A9B328; }

<div style="background-color:#A9B328">Inner text</div>

This div background color is #A9B328.


Border color

.myBorderColor { border: 1px solid #A9B328; }

<div style="border:3px solid #A9B328">Div</div>

This div border color is #A9B328.


Opacity

.myOpacity80 { color: #A9B328; opacity: 0.8; }

<p style="color:#A9B328;opacity:0.8;">80%</p>

Text with #A9B328 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A9B328;}

<p style="text-shadow: 3px 3px 1px #A9B328">Text here.</p>

This text has shadow with #A9B328 color.

.textShadow {text-shadow: 3px 3px 1px #A9B328, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A9B328, 5px 5px 20px red">Text here.</p>

This text has shadow with #A9B328 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A9B328, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A9B328, Direction=45, Strength=4)">Text</p>

This text has shadow with #A9B328 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A9B328;
  -webkit-box-shadow:	1px 1px 3px 2px #A9B328;
  box-shadow:		1px 1px 3px 2px #A9B328;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A9B328;
-webkit-box-shadow: 1px 1px 3px 2px #A9B328;
box-shadow:1px 1px 3px 2px #A9B328;">
Div content here</div>
This div box has shadow with color #A9B328.

Preview

Color preview on black background

This text has color #A9B328 on black background.


Color preview on white background

This text has color #A9B328 on white background.



Black color preview on #A9B328 background

This text has black color on #A9B328 background.


White color preview on #A9B328 background

This text has white color on #A9B328 background.