COLOR #A4AE7F

HEX: #A4AE7F
RGB: (164,174,127)

Color info

#A4AE7F contains red, green and blue colors in about the same proportion. Web safe color of #A4AE7F is #999966 (or #996).

RGB color model

#A4AE7F color RGB value is (164,174,127).

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

RGB channels and saturation

R 164 of 255 = 64%
G 174 of 255 = 68%
B 127 of 255 = 50%

164
174
127

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

Portions of RGB colors in percentages

R + G + B =
164 + 174 + 127 = 465 (100%)
R 164 of 465 ~ 35.27%
G 174 of 465 ~ 37.42%
B 127 of 465 ~ 27.31%

%35.27
%37.42
%27.31

CMYK color model

#A4AE7F color CMYK value is (6,0,27,32).

  • cyan value is 5.75%
  • magenta value is 0.00%
  • yellow value is 27.01%
  • key color value is 31.76%
CMYK:
(6,0,27,32)
C6M0Y27K32 
(6%,0%,27%,32%)
(0.06/0.00/0.27/0.32)	

CMYK percentages

%5.75
%0
%27.01
%31.76

Codes

Color #A4AE7F in popluar color models

A4AE7F
RGB164174127
HSL73°22.49%59.02%
HSB/HSV73°27.01%68.24%
CMYK5.75%0.00%27.01%
31.76%

Color #A4AE7F in popluar number systems.

HEXA4AE7F
Decimal164174127
Binary10100100101011101111111
Octal244256177

Shades and tints

Shades of #A4AE7F

#A4AE7F
(164,174,127)
#969F74
(150,159,116)
#889069
(136,144,105)
#7A815E
(122,129,94)
#6C7253
(108,114,83)
#5E6348
(94,99,72)
#50543D
(80,84,61)
#424532
(66,69,50)
#343627
(52,54,39)
#26271C
(38,39,28)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #A4AE7F

#A4AE7F
(164,174,127)
#ACB58A
(172,181,138)
#B4BC95
(180,188,149)
#BCC3A0
(188,195,160)
#C4CAAB
(196,202,171)
#CCD1B6
(204,209,182)
#D4D8C1
(212,216,193)
#DCDFCC
(220,223,204)
#E4E6D7
(228,230,215)
#ECEDE2
(236,237,226)
#F4F4ED
(244,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AE7F; }

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

This text font color is #A4AE7F.


Background Color

.myBgColor { background-color: #A4AE7F; }

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

This div background color is #A4AE7F.


Border color

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

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

This div border color is #A4AE7F.


Opacity

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

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

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

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

This text has shadow with #A4AE7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AE7F on black background.


Color preview on white background

This text has color #A4AE7F on white background.



Black color preview on #A4AE7F background

This text has black color on #A4AE7F background.


White color preview on #A4AE7F background

This text has white color on #A4AE7F background.