COLOR #A4AE84

HEX: #A4AE84
RGB: (164,174,132)

Color info

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

RGB color model

#A4AE84 color RGB value is (164,174,132).

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

RGB channels and saturation

R 164 of 255 = 64%
G 174 of 255 = 68%
B 132 of 255 = 52%

164
174
132

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

Portions of RGB colors in percentages

R + G + B =
164 + 174 + 132 = 470 (100%)
R 164 of 470 ~ 34.89%
G 174 of 470 ~ 37.02%
B 132 of 470 ~ 28.09%

%34.89
%37.02
%28.09

CMYK color model

#A4AE84 color CMYK value is (6,0,24,32).

  • cyan value is 5.75%
  • magenta value is 0.00%
  • yellow value is 24.14%
  • key color value is 31.76%
CMYK:
(6,0,24,32)
C6M0Y24K32 
(6%,0%,24%,32%)
(0.06/0.00/0.24/0.32)	

CMYK percentages

%5.75
%0
%24.14
%31.76

Codes

Color #A4AE84 in popluar color models

A4AE84
RGB164174132
HSL74°20.59%60.00%
HSB/HSV74°24.14%68.24%
CMYK5.75%0.00%24.14%
31.76%

Color #A4AE84 in popluar number systems.

HEXA4AE84
Decimal164174132
Binary101001001010111010000100
Octal244256204

Shades and tints

Shades of #A4AE84

#A4AE84
(164,174,132)
#969F78
(150,159,120)
#88906C
(136,144,108)
#7A8160
(122,129,96)
#6C7254
(108,114,84)
#5E6348
(94,99,72)
#50543C
(80,84,60)
#424530
(66,69,48)
#343624
(52,54,36)
#262718
(38,39,24)
#18180C
(24,24,12)
#000000
(0,0,0)

Tints of #A4AE84

#A4AE84
(164,174,132)
#ACB58F
(172,181,143)
#B4BC9A
(180,188,154)
#BCC3A5
(188,195,165)
#C4CAB0
(196,202,176)
#CCD1BB
(204,209,187)
#D4D8C6
(212,216,198)
#DCDFD1
(220,223,209)
#E4E6DC
(228,230,220)
#ECEDE7
(236,237,231)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AE84; }

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

This text font color is #A4AE84.


Background Color

.myBgColor { background-color: #A4AE84; }

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

This div background color is #A4AE84.


Border color

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

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

This div border color is #A4AE84.


Opacity

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

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

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

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

This text has shadow with #A4AE84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AE84 on black background.


Color preview on white background

This text has color #A4AE84 on white background.



Black color preview on #A4AE84 background

This text has black color on #A4AE84 background.


White color preview on #A4AE84 background

This text has white color on #A4AE84 background.