COLOR #A9B589

HEX: #A9B589
RGB: (169,181,137)

Color info

#A9B589 contains red, green and blue colors in about the same proportion. Web safe color of #A9B589 is #99CC99 (or #9C9).

RGB color model

#A9B589 color RGB value is (169,181,137).

  • red value is 169;
  • green value is 181;
  • blue value is 137.
RGB:
(169,181,137)
(66%,71%,54%)

RGB channels and saturation

R 169 of 255 = 66%
G 181 of 255 = 71%
B 137 of 255 = 54%

169
181
137

R + G + B ~ 64%. #A9B589 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 181 + 137 = 487 (100%)
R 169 of 487 ~ 34.7%
G 181 of 487 ~ 37.17%
B 137 of 487 ~ 28.13%

%34.7
%37.17
%28.13

CMYK color model

#A9B589 color CMYK value is (7,0,24,29).

  • cyan value is 6.63%
  • magenta value is 0.00%
  • yellow value is 24.31%
  • key color value is 29.02%
CMYK:
(7,0,24,29)
C7M0Y24K29 
(7%,0%,24%,29%)
(0.07/0.00/0.24/0.29)	

CMYK percentages

%6.63
%0
%24.31
%29.02

Codes

Color #A9B589 in popluar color models

A9B589
RGB169181137
HSL76°22.92%62.35%
HSB/HSV76°24.31%70.98%
CMYK6.63%0.00%24.31%
29.02%

Color #A9B589 in popluar number systems.

HEXA9B589
Decimal169181137
Binary101010011011010110001001
Octal251265211

Shades and tints

Shades of #A9B589

#A9B589
(169,181,137)
#9AA57D
(154,165,125)
#8B9571
(139,149,113)
#7C8565
(124,133,101)
#6D7559
(109,117,89)
#5E654D
(94,101,77)
#4F5541
(79,85,65)
#404535
(64,69,53)
#313529
(49,53,41)
#22251D
(34,37,29)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #A9B589

#A9B589
(169,181,137)
#B0BB93
(176,187,147)
#B7C19D
(183,193,157)
#BEC7A7
(190,199,167)
#C5CDB1
(197,205,177)
#CCD3BB
(204,211,187)
#D3D9C5
(211,217,197)
#DADFCF
(218,223,207)
#E1E5D9
(225,229,217)
#E8EBE3
(232,235,227)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B589 color. Also use rgb(169,181,137) instead hex code.

Text Font Color

.myTextColor { color: #A9B589; }

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

This text font color is #A9B589.


Background Color

.myBgColor { background-color: #A9B589; }

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

This div background color is #A9B589.


Border color

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

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

This div border color is #A9B589.


Opacity

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

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

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

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

This text has shadow with #A9B589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B589 on black background.


Color preview on white background

This text has color #A9B589 on white background.



Black color preview on #A9B589 background

This text has black color on #A9B589 background.


White color preview on #A9B589 background

This text has white color on #A9B589 background.