COLOR #A4B79A

HEX: #A4B79A
RGB: (164,183,154)

Color info

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

RGB color model

#A4B79A color RGB value is (164,183,154).

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

RGB channels and saturation

R 164 of 255 = 64%
G 183 of 255 = 72%
B 154 of 255 = 60%

164
183
154

R + G + B ~ 65%. #A4B79A is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 183 + 154 = 501 (100%)
R 164 of 501 ~ 32.73%
G 183 of 501 ~ 36.53%
B 154 of 501 ~ 30.74%

%32.73
%36.53
%30.74

CMYK color model

#A4B79A color CMYK value is (10,0,16,28).

  • cyan value is 10.38%
  • magenta value is 0.00%
  • yellow value is 15.85%
  • key color value is 28.24%
CMYK:
(10,0,16,28)
C10M0Y16K28 
(10%,0%,16%,28%)
(0.10/0.00/0.16/0.28)	

CMYK percentages

%10.38
%0
%15.85
%28.24

Codes

Color #A4B79A in popluar color models

A4B79A
RGB164183154
HSL99°16.76%66.08%
HSB/HSV99°15.85%71.76%
CMYK10.38%0.00%15.85%
28.24%

Color #A4B79A in popluar number systems.

HEXA4B79A
Decimal164183154
Binary101001001011011110011010
Octal244267232

Shades and tints

Shades of #A4B79A

#A4B79A
(164,183,154)
#96A78C
(150,167,140)
#88977E
(136,151,126)
#7A8770
(122,135,112)
#6C7762
(108,119,98)
#5E6754
(94,103,84)
#505746
(80,87,70)
#424738
(66,71,56)
#34372A
(52,55,42)
#26271C
(38,39,28)
#18170E
(24,23,14)
#000000
(0,0,0)

Tints of #A4B79A

#A4B79A
(164,183,154)
#ACBDA3
(172,189,163)
#B4C3AC
(180,195,172)
#BCC9B5
(188,201,181)
#C4CFBE
(196,207,190)
#CCD5C7
(204,213,199)
#D4DBD0
(212,219,208)
#DCE1D9
(220,225,217)
#E4E7E2
(228,231,226)
#ECEDEB
(236,237,235)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B79A; }

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

This text font color is #A4B79A.


Background Color

.myBgColor { background-color: #A4B79A; }

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

This div background color is #A4B79A.


Border color

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

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

This div border color is #A4B79A.


Opacity

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

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

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

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

This text has shadow with #A4B79A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B79A on black background.


Color preview on white background

This text has color #A4B79A on white background.



Black color preview on #A4B79A background

This text has black color on #A4B79A background.


White color preview on #A4B79A background

This text has white color on #A4B79A background.