COLOR #A4AE96

HEX: #A4AE96
RGB: (164,174,150)

Color info

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

RGB color model

#A4AE96 color RGB value is (164,174,150).

  • red value is 164;
  • green value is 174;
  • blue value is 150.
RGB:
(164,174,150)
(64%,68%,59%)

RGB channels and saturation

R 164 of 255 = 64%
G 174 of 255 = 68%
B 150 of 255 = 59%

164
174
150

R + G + B ~ 64%. #A4AE96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 174 + 150 = 488 (100%)
R 164 of 488 ~ 33.61%
G 174 of 488 ~ 35.66%
B 150 of 488 ~ 30.74%

%33.61
%35.66
%30.74

CMYK color model

#A4AE96 color CMYK value is (6,0,14,32).

  • cyan value is 5.75%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 31.76%
CMYK:
(6,0,14,32)
C6M0Y14K32 
(6%,0%,14%,32%)
(0.06/0.00/0.14/0.32)	

CMYK percentages

%5.75
%0
%13.79
%31.76

Codes

Color #A4AE96 in popluar color models

A4AE96
RGB164174150
HSL85°12.90%63.53%
HSB/HSV85°13.79%68.24%
CMYK5.75%0.00%13.79%
31.76%

Color #A4AE96 in popluar number systems.

HEXA4AE96
Decimal164174150
Binary101001001010111010010110
Octal244256226

Shades and tints

Shades of #A4AE96

#A4AE96
(164,174,150)
#969F89
(150,159,137)
#88907C
(136,144,124)
#7A816F
(122,129,111)
#6C7262
(108,114,98)
#5E6355
(94,99,85)
#505448
(80,84,72)
#42453B
(66,69,59)
#34362E
(52,54,46)
#262721
(38,39,33)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #A4AE96

#A4AE96
(164,174,150)
#ACB59F
(172,181,159)
#B4BCA8
(180,188,168)
#BCC3B1
(188,195,177)
#C4CABA
(196,202,186)
#CCD1C3
(204,209,195)
#D4D8CC
(212,216,204)
#DCDFD5
(220,223,213)
#E4E6DE
(228,230,222)
#ECEDE7
(236,237,231)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4AE96 color. Also use rgb(164,174,150) instead hex code.

Text Font Color

.myTextColor { color: #A4AE96; }

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

This text font color is #A4AE96.


Background Color

.myBgColor { background-color: #A4AE96; }

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

This div background color is #A4AE96.


Border color

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

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

This div border color is #A4AE96.


Opacity

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

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

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

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

This text has shadow with #A4AE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AE96 on black background.


Color preview on white background

This text has color #A4AE96 on white background.



Black color preview on #A4AE96 background

This text has black color on #A4AE96 background.


White color preview on #A4AE96 background

This text has white color on #A4AE96 background.