COLOR #A4AC95

HEX: #A4AC95
RGB: (164,172,149)

Color info

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

RGB color model

#A4AC95 color RGB value is (164,172,149).

  • red value is 164;
  • green value is 172;
  • blue value is 149.
RGB:
(164,172,149)
(64%,67%,58%)

RGB channels and saturation

R 164 of 255 = 64%
G 172 of 255 = 67%
B 149 of 255 = 58%

164
172
149

R + G + B ~ 63%. #A4AC95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 172 + 149 = 485 (100%)
R 164 of 485 ~ 33.81%
G 172 of 485 ~ 35.46%
B 149 of 485 ~ 30.72%

%33.81
%35.46
%30.72

CMYK color model

#A4AC95 color CMYK value is (5,0,13,33).

  • cyan value is 4.65%
  • magenta value is 0.00%
  • yellow value is 13.37%
  • key color value is 32.55%
CMYK:
(5,0,13,33)
C5M0Y13K33 
(5%,0%,13%,33%)
(0.05/0.00/0.13/0.33)	

CMYK percentages

%4.65
%0
%13.37
%32.55

Codes

Color #A4AC95 in popluar color models

A4AC95
RGB164172149
HSL81°12.17%62.94%
HSB/HSV81°13.37%67.45%
CMYK4.65%0.00%13.37%
32.55%

Color #A4AC95 in popluar number systems.

HEXA4AC95
Decimal164172149
Binary101001001010110010010101
Octal244254225

Shades and tints

Shades of #A4AC95

#A4AC95
(164,172,149)
#969D88
(150,157,136)
#888E7B
(136,142,123)
#7A7F6E
(122,127,110)
#6C7061
(108,112,97)
#5E6154
(94,97,84)
#505247
(80,82,71)
#42433A
(66,67,58)
#34342D
(52,52,45)
#262520
(38,37,32)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #A4AC95

#A4AC95
(164,172,149)
#ACB39E
(172,179,158)
#B4BAA7
(180,186,167)
#BCC1B0
(188,193,176)
#C4C8B9
(196,200,185)
#CCCFC2
(204,207,194)
#D4D6CB
(212,214,203)
#DCDDD4
(220,221,212)
#E4E4DD
(228,228,221)
#ECEBE6
(236,235,230)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4AC95 color. Also use rgb(164,172,149) instead hex code.

Text Font Color

.myTextColor { color: #A4AC95; }

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

This text font color is #A4AC95.


Background Color

.myBgColor { background-color: #A4AC95; }

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

This div background color is #A4AC95.


Border color

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

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

This div border color is #A4AC95.


Opacity

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

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

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

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

This text has shadow with #A4AC95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AC95 on black background.


Color preview on white background

This text has color #A4AC95 on white background.



Black color preview on #A4AC95 background

This text has black color on #A4AC95 background.


White color preview on #A4AC95 background

This text has white color on #A4AC95 background.