COLOR #A4B791

HEX: #A4B791
RGB: (164,183,145)

Color info

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

RGB color model

#A4B791 color RGB value is (164,183,145).

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

RGB channels and saturation

R 164 of 255 = 64%
G 183 of 255 = 72%
B 145 of 255 = 57%

164
183
145

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

Portions of RGB colors in percentages

R + G + B =
164 + 183 + 145 = 492 (100%)
R 164 of 492 ~ 33.33%
G 183 of 492 ~ 37.2%
B 145 of 492 ~ 29.47%

%33.33
%37.2
%29.47

CMYK color model

#A4B791 color CMYK value is (10,0,21,28).

  • cyan value is 10.38%
  • magenta value is 0.00%
  • yellow value is 20.77%
  • key color value is 28.24%
CMYK:
(10,0,21,28)
C10M0Y21K28 
(10%,0%,21%,28%)
(0.10/0.00/0.21/0.28)	

CMYK percentages

%10.38
%0
%20.77
%28.24

Codes

Color #A4B791 in popluar color models

A4B791
RGB164183145
HSL90°20.88%64.31%
HSB/HSV90°20.77%71.76%
CMYK10.38%0.00%20.77%
28.24%

Color #A4B791 in popluar number systems.

HEXA4B791
Decimal164183145
Binary101001001011011110010001
Octal244267221

Shades and tints

Shades of #A4B791

#A4B791
(164,183,145)
#96A784
(150,167,132)
#889777
(136,151,119)
#7A876A
(122,135,106)
#6C775D
(108,119,93)
#5E6750
(94,103,80)
#505743
(80,87,67)
#424736
(66,71,54)
#343729
(52,55,41)
#26271C
(38,39,28)
#18170F
(24,23,15)
#000000
(0,0,0)

Tints of #A4B791

#A4B791
(164,183,145)
#ACBD9B
(172,189,155)
#B4C3A5
(180,195,165)
#BCC9AF
(188,201,175)
#C4CFB9
(196,207,185)
#CCD5C3
(204,213,195)
#D4DBCD
(212,219,205)
#DCE1D7
(220,225,215)
#E4E7E1
(228,231,225)
#ECEDEB
(236,237,235)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B791; }

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

This text font color is #A4B791.


Background Color

.myBgColor { background-color: #A4B791; }

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

This div background color is #A4B791.


Border color

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

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

This div border color is #A4B791.


Opacity

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

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

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

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

This text has shadow with #A4B791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B791 on black background.


Color preview on white background

This text has color #A4B791 on white background.



Black color preview on #A4B791 background

This text has black color on #A4B791 background.


White color preview on #A4B791 background

This text has white color on #A4B791 background.