COLOR #A4B99E

HEX: #A4B99E
RGB: (164,185,158)

Color info

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

RGB color model

#A4B99E color RGB value is (164,185,158).

  • red value is 164;
  • green value is 185;
  • blue value is 158.
RGB:
(164,185,158)
(64%,73%,62%)

RGB channels and saturation

R 164 of 255 = 64%
G 185 of 255 = 73%
B 158 of 255 = 62%

164
185
158

R + G + B ~ 66%. #A4B99E is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 185 + 158 = 507 (100%)
R 164 of 507 ~ 32.35%
G 185 of 507 ~ 36.49%
B 158 of 507 ~ 31.16%

%32.35
%36.49
%31.16

CMYK color model

#A4B99E color CMYK value is (11,0,15,27).

  • cyan value is 11.35%
  • magenta value is 0.00%
  • yellow value is 14.59%
  • key color value is 27.45%
CMYK:
(11,0,15,27)
C11M0Y15K27 
(11%,0%,15%,27%)
(0.11/0.00/0.15/0.27)	

CMYK percentages

%11.35
%0
%14.59
%27.45

Codes

Color #A4B99E in popluar color models

A4B99E
RGB164185158
HSL107°16.17%67.25%
HSB/HSV107°14.59%72.55%
CMYK11.35%0.00%14.59%
27.45%

Color #A4B99E in popluar number systems.

HEXA4B99E
Decimal164185158
Binary101001001011100110011110
Octal244271236

Shades and tints

Shades of #A4B99E

#A4B99E
(164,185,158)
#96A990
(150,169,144)
#889982
(136,153,130)
#7A8974
(122,137,116)
#6C7966
(108,121,102)
#5E6958
(94,105,88)
#50594A
(80,89,74)
#42493C
(66,73,60)
#34392E
(52,57,46)
#262920
(38,41,32)
#181912
(24,25,18)
#000000
(0,0,0)

Tints of #A4B99E

#A4B99E
(164,185,158)
#ACBFA6
(172,191,166)
#B4C5AE
(180,197,174)
#BCCBB6
(188,203,182)
#C4D1BE
(196,209,190)
#CCD7C6
(204,215,198)
#D4DDCE
(212,221,206)
#DCE3D6
(220,227,214)
#E4E9DE
(228,233,222)
#ECEFE6
(236,239,230)
#F4F5EE
(244,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B99E color. Also use rgb(164,185,158) instead hex code.

Text Font Color

.myTextColor { color: #A4B99E; }

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

This text font color is #A4B99E.


Background Color

.myBgColor { background-color: #A4B99E; }

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

This div background color is #A4B99E.


Border color

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

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

This div border color is #A4B99E.


Opacity

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

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

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

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

This text has shadow with #A4B99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B99E on black background.


Color preview on white background

This text has color #A4B99E on white background.



Black color preview on #A4B99E background

This text has black color on #A4B99E background.


White color preview on #A4B99E background

This text has white color on #A4B99E background.