COLOR #A4B091

HEX: #A4B091
RGB: (164,176,145)

Color info

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

RGB color model

#A4B091 color RGB value is (164,176,145).

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

RGB channels and saturation

R 164 of 255 = 64%
G 176 of 255 = 69%
B 145 of 255 = 57%

164
176
145

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

Portions of RGB colors in percentages

R + G + B =
164 + 176 + 145 = 485 (100%)
R 164 of 485 ~ 33.81%
G 176 of 485 ~ 36.29%
B 145 of 485 ~ 29.9%

%33.81
%36.29
%29.9

CMYK color model

#A4B091 color CMYK value is (7,0,18,31).

  • cyan value is 6.82%
  • magenta value is 0.00%
  • yellow value is 17.61%
  • key color value is 30.98%
CMYK:
(7,0,18,31)
C7M0Y18K31 
(7%,0%,18%,31%)
(0.07/0.00/0.18/0.31)	

CMYK percentages

%6.82
%0
%17.61
%30.98

Codes

Color #A4B091 in popluar color models

A4B091
RGB164176145
HSL83°16.40%62.94%
HSB/HSV83°17.61%69.02%
CMYK6.82%0.00%17.61%
30.98%

Color #A4B091 in popluar number systems.

HEXA4B091
Decimal164176145
Binary101001001011000010010001
Octal244260221

Shades and tints

Shades of #A4B091

#A4B091
(164,176,145)
#96A084
(150,160,132)
#889077
(136,144,119)
#7A806A
(122,128,106)
#6C705D
(108,112,93)
#5E6050
(94,96,80)
#505043
(80,80,67)
#424036
(66,64,54)
#343029
(52,48,41)
#26201C
(38,32,28)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #A4B091

#A4B091
(164,176,145)
#ACB79B
(172,183,155)
#B4BEA5
(180,190,165)
#BCC5AF
(188,197,175)
#C4CCB9
(196,204,185)
#CCD3C3
(204,211,195)
#D4DACD
(212,218,205)
#DCE1D7
(220,225,215)
#E4E8E1
(228,232,225)
#ECEFEB
(236,239,235)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B091; }

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

This text font color is #A4B091.


Background Color

.myBgColor { background-color: #A4B091; }

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

This div background color is #A4B091.


Border color

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

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

This div border color is #A4B091.


Opacity

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

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

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

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

This text has shadow with #A4B091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B091 on black background.


Color preview on white background

This text has color #A4B091 on white background.



Black color preview on #A4B091 background

This text has black color on #A4B091 background.


White color preview on #A4B091 background

This text has white color on #A4B091 background.