COLOR #A9B771

HEX: #A9B771
RGB: (169,183,113)

Color info

#A9B771 contains mainly red and green colors. Web safe color of #A9B771 is #99CC66 (or #9C6).

RGB color model

#A9B771 color RGB value is (169,183,113).

  • red value is 169;
  • green value is 183;
  • blue value is 113.
RGB:
(169,183,113)
(66%,72%,44%)

RGB channels and saturation

R 169 of 255 = 66%
G 183 of 255 = 72%
B 113 of 255 = 44%

169
183
113

R + G + B ~ 61%. #A9B771 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 183 + 113 = 465 (100%)
R 169 of 465 ~ 36.34%
G 183 of 465 ~ 39.35%
B 113 of 465 ~ 24.3%

%36.34
%39.35
%24.3

CMYK color model

#A9B771 color CMYK value is (8,0,38,28).

  • cyan value is 7.65%
  • magenta value is 0.00%
  • yellow value is 38.25%
  • key color value is 28.24%
CMYK:
(8,0,38,28)
C8M0Y38K28 
(8%,0%,38%,28%)
(0.08/0.00/0.38/0.28)	

CMYK percentages

%7.65
%0
%38.25
%28.24

Codes

Color #A9B771 in popluar color models

A9B771
RGB169183113
HSL72°32.71%58.04%
HSB/HSV72°38.25%71.76%
CMYK7.65%0.00%38.25%
28.24%

Color #A9B771 in popluar number systems.

HEXA9B771
Decimal169183113
Binary10101001101101111110001
Octal251267161

Shades and tints

Shades of #A9B771

#A9B771
(169,183,113)
#9AA767
(154,167,103)
#8B975D
(139,151,93)
#7C8753
(124,135,83)
#6D7749
(109,119,73)
#5E673F
(94,103,63)
#4F5735
(79,87,53)
#40472B
(64,71,43)
#313721
(49,55,33)
#222717
(34,39,23)
#13170D
(19,23,13)
#000000
(0,0,0)

Tints of #A9B771

#A9B771
(169,183,113)
#B0BD7D
(176,189,125)
#B7C389
(183,195,137)
#BEC995
(190,201,149)
#C5CFA1
(197,207,161)
#CCD5AD
(204,213,173)
#D3DBB9
(211,219,185)
#DAE1C5
(218,225,197)
#E1E7D1
(225,231,209)
#E8EDDD
(232,237,221)
#EFF3E9
(239,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B771 color. Also use rgb(169,183,113) instead hex code.

Text Font Color

.myTextColor { color: #A9B771; }

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

This text font color is #A9B771.


Background Color

.myBgColor { background-color: #A9B771; }

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

This div background color is #A9B771.


Border color

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

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

This div border color is #A9B771.


Opacity

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

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

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

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

This text has shadow with #A9B771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B771 on black background.


Color preview on white background

This text has color #A9B771 on white background.



Black color preview on #A9B771 background

This text has black color on #A9B771 background.


White color preview on #A9B771 background

This text has white color on #A9B771 background.