COLOR #A9B151

HEX: #A9B151
RGB: (169,177,81)

Color info

#A9B151 contains mainly red and green colors. Web safe color of #A9B151 is #999966 (or #996).

RGB color model

#A9B151 color RGB value is (169,177,81).

  • red value is 169;
  • green value is 177;
  • blue value is 81.
RGB:
(169,177,81)
(66%,69%,32%)

RGB channels and saturation

R 169 of 255 = 66%
G 177 of 255 = 69%
B 81 of 255 = 32%

169
177
81

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

Portions of RGB colors in percentages

R + G + B =
169 + 177 + 81 = 427 (100%)
R 169 of 427 ~ 39.58%
G 177 of 427 ~ 41.45%
B 81 of 427 ~ 18.97%

%39.58
%41.45
%18.97

CMYK color model

#A9B151 color CMYK value is (5,0,54,31).

  • cyan value is 4.52%
  • magenta value is 0.00%
  • yellow value is 54.24%
  • key color value is 30.59%
CMYK:
(5,0,54,31)
C5M0Y54K31 
(5%,0%,54%,31%)
(0.05/0.00/0.54/0.31)	

CMYK percentages

%4.52
%0
%54.24
%30.59

Codes

Color #A9B151 in popluar color models

A9B151
RGB16917781
HSL65°38.10%50.59%
HSB/HSV65°54.24%69.41%
CMYK4.52%0.00%54.24%
30.59%

Color #A9B151 in popluar number systems.

HEXA9B151
Decimal16917781
Binary10101001101100011010001
Octal251261121

Shades and tints

Shades of #A9B151

#A9B151
(169,177,81)
#9AA14A
(154,161,74)
#8B9143
(139,145,67)
#7C813C
(124,129,60)
#6D7135
(109,113,53)
#5E612E
(94,97,46)
#4F5127
(79,81,39)
#404120
(64,65,32)
#313119
(49,49,25)
#222112
(34,33,18)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #A9B151

#A9B151
(169,177,81)
#B0B860
(176,184,96)
#B7BF6F
(183,191,111)
#BEC67E
(190,198,126)
#C5CD8D
(197,205,141)
#CCD49C
(204,212,156)
#D3DBAB
(211,219,171)
#DAE2BA
(218,226,186)
#E1E9C9
(225,233,201)
#E8F0D8
(232,240,216)
#EFF7E7
(239,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B151 color. Also use rgb(169,177,81) instead hex code.

Text Font Color

.myTextColor { color: #A9B151; }

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

This text font color is #A9B151.


Background Color

.myBgColor { background-color: #A9B151; }

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

This div background color is #A9B151.


Border color

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

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

This div border color is #A9B151.


Opacity

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

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

Text with #A9B151 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 #A9B151;}

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

This text has shadow with #A9B151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B151 on black background.


Color preview on white background

This text has color #A9B151 on white background.



Black color preview on #A9B151 background

This text has black color on #A9B151 background.


White color preview on #A9B151 background

This text has white color on #A9B151 background.