COLOR #A9B587

HEX: #A9B587
RGB: (169,181,135)

Color info

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

RGB color model

#A9B587 color RGB value is (169,181,135).

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

RGB channels and saturation

R 169 of 255 = 66%
G 181 of 255 = 71%
B 135 of 255 = 53%

169
181
135

R + G + B ~ 63%. #A9B587 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 181 + 135 = 485 (100%)
R 169 of 485 ~ 34.85%
G 181 of 485 ~ 37.32%
B 135 of 485 ~ 27.84%

%34.85
%37.32
%27.84

CMYK color model

#A9B587 color CMYK value is (7,0,25,29).

  • cyan value is 6.63%
  • magenta value is 0.00%
  • yellow value is 25.41%
  • key color value is 29.02%
CMYK:
(7,0,25,29)
C7M0Y25K29 
(7%,0%,25%,29%)
(0.07/0.00/0.25/0.29)	

CMYK percentages

%6.63
%0
%25.41
%29.02

Codes

Color #A9B587 in popluar color models

A9B587
RGB169181135
HSL76°23.71%61.96%
HSB/HSV76°25.41%70.98%
CMYK6.63%0.00%25.41%
29.02%

Color #A9B587 in popluar number systems.

HEXA9B587
Decimal169181135
Binary101010011011010110000111
Octal251265207

Shades and tints

Shades of #A9B587

#A9B587
(169,181,135)
#9AA57B
(154,165,123)
#8B956F
(139,149,111)
#7C8563
(124,133,99)
#6D7557
(109,117,87)
#5E654B
(94,101,75)
#4F553F
(79,85,63)
#404533
(64,69,51)
#313527
(49,53,39)
#22251B
(34,37,27)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #A9B587

#A9B587
(169,181,135)
#B0BB91
(176,187,145)
#B7C19B
(183,193,155)
#BEC7A5
(190,199,165)
#C5CDAF
(197,205,175)
#CCD3B9
(204,211,185)
#D3D9C3
(211,217,195)
#DADFCD
(218,223,205)
#E1E5D7
(225,229,215)
#E8EBE1
(232,235,225)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B587; }

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

This text font color is #A9B587.


Background Color

.myBgColor { background-color: #A9B587; }

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

This div background color is #A9B587.


Border color

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

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

This div border color is #A9B587.


Opacity

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

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

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

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

This text has shadow with #A9B587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B587 on black background.


Color preview on white background

This text has color #A9B587 on white background.



Black color preview on #A9B587 background

This text has black color on #A9B587 background.


White color preview on #A9B587 background

This text has white color on #A9B587 background.