COLOR #A4A884

HEX: #A4A884
RGB: (164,168,132)

Color info

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

RGB color model

#A4A884 color RGB value is (164,168,132).

  • red value is 164;
  • green value is 168;
  • blue value is 132.
RGB:
(164,168,132)
(64%,66%,52%)

RGB channels and saturation

R 164 of 255 = 64%
G 168 of 255 = 66%
B 132 of 255 = 52%

164
168
132

R + G + B ~ 61%. #A4A884 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 168 + 132 = 464 (100%)
R 164 of 464 ~ 35.34%
G 168 of 464 ~ 36.21%
B 132 of 464 ~ 28.45%

%35.34
%36.21
%28.45

CMYK color model

#A4A884 color CMYK value is (2,0,21,34).

  • cyan value is 2.38%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 34.12%
CMYK:
(2,0,21,34)
C2M0Y21K34 
(2%,0%,21%,34%)
(0.02/0.00/0.21/0.34)	

CMYK percentages

%2.38
%0
%21.43
%34.12

Codes

Color #A4A884 in popluar color models

A4A884
RGB164168132
HSL67°17.14%58.82%
HSB/HSV67°21.43%65.88%
CMYK2.38%0.00%21.43%
34.12%

Color #A4A884 in popluar number systems.

HEXA4A884
Decimal164168132
Binary101001001010100010000100
Octal244250204

Shades and tints

Shades of #A4A884

#A4A884
(164,168,132)
#969978
(150,153,120)
#888A6C
(136,138,108)
#7A7B60
(122,123,96)
#6C6C54
(108,108,84)
#5E5D48
(94,93,72)
#504E3C
(80,78,60)
#423F30
(66,63,48)
#343024
(52,48,36)
#262118
(38,33,24)
#18120C
(24,18,12)
#000000
(0,0,0)

Tints of #A4A884

#A4A884
(164,168,132)
#ACAF8F
(172,175,143)
#B4B69A
(180,182,154)
#BCBDA5
(188,189,165)
#C4C4B0
(196,196,176)
#CCCBBB
(204,203,187)
#D4D2C6
(212,210,198)
#DCD9D1
(220,217,209)
#E4E0DC
(228,224,220)
#ECE7E7
(236,231,231)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A884 color. Also use rgb(164,168,132) instead hex code.

Text Font Color

.myTextColor { color: #A4A884; }

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

This text font color is #A4A884.


Background Color

.myBgColor { background-color: #A4A884; }

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

This div background color is #A4A884.


Border color

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

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

This div border color is #A4A884.


Opacity

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

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

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

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

This text has shadow with #A4A884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A884 on black background.


Color preview on white background

This text has color #A4A884 on white background.



Black color preview on #A4A884 background

This text has black color on #A4A884 background.


White color preview on #A4A884 background

This text has white color on #A4A884 background.