COLOR #A4B087

HEX: #A4B087
RGB: (164,176,135)

Color info

#A4B087 contains red, green and blue colors in about the same proportion. Web safe color of #A4B087 is #999999 (or #999).

RGB color model

#A4B087 color RGB value is (164,176,135).

  • red value is 164;
  • green value is 176;
  • blue value is 135.
RGB:
(164,176,135)
(64%,69%,53%)

RGB channels and saturation

R 164 of 255 = 64%
G 176 of 255 = 69%
B 135 of 255 = 53%

164
176
135

R + G + B ~ 62%. #A4B087 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 176 + 135 = 475 (100%)
R 164 of 475 ~ 34.53%
G 176 of 475 ~ 37.05%
B 135 of 475 ~ 28.42%

%34.53
%37.05
%28.42

CMYK color model

#A4B087 color CMYK value is (7,0,23,31).

  • cyan value is 6.82%
  • magenta value is 0.00%
  • yellow value is 23.30%
  • key color value is 30.98%
CMYK:
(7,0,23,31)
C7M0Y23K31 
(7%,0%,23%,31%)
(0.07/0.00/0.23/0.31)	

CMYK percentages

%6.82
%0
%23.3
%30.98

Codes

Color #A4B087 in popluar color models

A4B087
RGB164176135
HSL78°20.60%60.98%
HSB/HSV78°23.30%69.02%
CMYK6.82%0.00%23.30%
30.98%

Color #A4B087 in popluar number systems.

HEXA4B087
Decimal164176135
Binary101001001011000010000111
Octal244260207

Shades and tints

Shades of #A4B087

#A4B087
(164,176,135)
#96A07B
(150,160,123)
#88906F
(136,144,111)
#7A8063
(122,128,99)
#6C7057
(108,112,87)
#5E604B
(94,96,75)
#50503F
(80,80,63)
#424033
(66,64,51)
#343027
(52,48,39)
#26201B
(38,32,27)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #A4B087

#A4B087
(164,176,135)
#ACB791
(172,183,145)
#B4BE9B
(180,190,155)
#BCC5A5
(188,197,165)
#C4CCAF
(196,204,175)
#CCD3B9
(204,211,185)
#D4DAC3
(212,218,195)
#DCE1CD
(220,225,205)
#E4E8D7
(228,232,215)
#ECEFE1
(236,239,225)
#F4F6EB
(244,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B087 color. Also use rgb(164,176,135) instead hex code.

Text Font Color

.myTextColor { color: #A4B087; }

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

This text font color is #A4B087.


Background Color

.myBgColor { background-color: #A4B087; }

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

This div background color is #A4B087.


Border color

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

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

This div border color is #A4B087.


Opacity

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

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

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

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

This text has shadow with #A4B087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B087 on black background.


Color preview on white background

This text has color #A4B087 on white background.



Black color preview on #A4B087 background

This text has black color on #A4B087 background.


White color preview on #A4B087 background

This text has white color on #A4B087 background.