COLOR #A4B99C

HEX: #A4B99C
RGB: (164,185,156)

Color info

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

RGB color model

#A4B99C color RGB value is (164,185,156).

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

RGB channels and saturation

R 164 of 255 = 64%
G 185 of 255 = 73%
B 156 of 255 = 61%

164
185
156

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

Portions of RGB colors in percentages

R + G + B =
164 + 185 + 156 = 505 (100%)
R 164 of 505 ~ 32.48%
G 185 of 505 ~ 36.63%
B 156 of 505 ~ 30.89%

%32.48
%36.63
%30.89

CMYK color model

#A4B99C color CMYK value is (11,0,16,27).

  • cyan value is 11.35%
  • magenta value is 0.00%
  • yellow value is 15.68%
  • key color value is 27.45%
CMYK:
(11,0,16,27)
C11M0Y16K27 
(11%,0%,16%,27%)
(0.11/0.00/0.16/0.27)	

CMYK percentages

%11.35
%0
%15.68
%27.45

Codes

Color #A4B99C in popluar color models

A4B99C
RGB164185156
HSL103°17.16%66.86%
HSB/HSV103°15.68%72.55%
CMYK11.35%0.00%15.68%
27.45%

Color #A4B99C in popluar number systems.

HEXA4B99C
Decimal164185156
Binary101001001011100110011100
Octal244271234

Shades and tints

Shades of #A4B99C

#A4B99C
(164,185,156)
#96A98E
(150,169,142)
#889980
(136,153,128)
#7A8972
(122,137,114)
#6C7964
(108,121,100)
#5E6956
(94,105,86)
#505948
(80,89,72)
#42493A
(66,73,58)
#34392C
(52,57,44)
#26291E
(38,41,30)
#181910
(24,25,16)
#000000
(0,0,0)

Tints of #A4B99C

#A4B99C
(164,185,156)
#ACBFA5
(172,191,165)
#B4C5AE
(180,197,174)
#BCCBB7
(188,203,183)
#C4D1C0
(196,209,192)
#CCD7C9
(204,215,201)
#D4DDD2
(212,221,210)
#DCE3DB
(220,227,219)
#E4E9E4
(228,233,228)
#ECEFED
(236,239,237)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B99C; }

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

This text font color is #A4B99C.


Background Color

.myBgColor { background-color: #A4B99C; }

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

This div background color is #A4B99C.


Border color

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

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

This div border color is #A4B99C.


Opacity

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

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

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

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

This text has shadow with #A4B99C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B99C on black background.


Color preview on white background

This text has color #A4B99C on white background.



Black color preview on #A4B99C background

This text has black color on #A4B99C background.


White color preview on #A4B99C background

This text has white color on #A4B99C background.