COLOR #A4AE89

HEX: #A4AE89
RGB: (164,174,137)

Color info

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

RGB color model

#A4AE89 color RGB value is (164,174,137).

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

RGB channels and saturation

R 164 of 255 = 64%
G 174 of 255 = 68%
B 137 of 255 = 54%

164
174
137

R + G + B ~ 62%. #A4AE89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 174 + 137 = 475 (100%)
R 164 of 475 ~ 34.53%
G 174 of 475 ~ 36.63%
B 137 of 475 ~ 28.84%

%34.53
%36.63
%28.84

CMYK color model

#A4AE89 color CMYK value is (6,0,21,32).

  • cyan value is 5.75%
  • magenta value is 0.00%
  • yellow value is 21.26%
  • key color value is 31.76%
CMYK:
(6,0,21,32)
C6M0Y21K32 
(6%,0%,21%,32%)
(0.06/0.00/0.21/0.32)	

CMYK percentages

%5.75
%0
%21.26
%31.76

Codes

Color #A4AE89 in popluar color models

A4AE89
RGB164174137
HSL76°18.59%60.98%
HSB/HSV76°21.26%68.24%
CMYK5.75%0.00%21.26%
31.76%

Color #A4AE89 in popluar number systems.

HEXA4AE89
Decimal164174137
Binary101001001010111010001001
Octal244256211

Shades and tints

Shades of #A4AE89

#A4AE89
(164,174,137)
#969F7D
(150,159,125)
#889071
(136,144,113)
#7A8165
(122,129,101)
#6C7259
(108,114,89)
#5E634D
(94,99,77)
#505441
(80,84,65)
#424535
(66,69,53)
#343629
(52,54,41)
#26271D
(38,39,29)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #A4AE89

#A4AE89
(164,174,137)
#ACB593
(172,181,147)
#B4BC9D
(180,188,157)
#BCC3A7
(188,195,167)
#C4CAB1
(196,202,177)
#CCD1BB
(204,209,187)
#D4D8C5
(212,216,197)
#DCDFCF
(220,223,207)
#E4E6D9
(228,230,217)
#ECEDE3
(236,237,227)
#F4F4ED
(244,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AE89; }

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

This text font color is #A4AE89.


Background Color

.myBgColor { background-color: #A4AE89; }

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

This div background color is #A4AE89.


Border color

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

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

This div border color is #A4AE89.


Opacity

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

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

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

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

This text has shadow with #A4AE89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AE89 on black background.


Color preview on white background

This text has color #A4AE89 on white background.



Black color preview on #A4AE89 background

This text has black color on #A4AE89 background.


White color preview on #A4AE89 background

This text has white color on #A4AE89 background.