COLOR #A4AE8A

HEX: #A4AE8A
RGB: (164,174,138)

Color info

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

RGB color model

#A4AE8A color RGB value is (164,174,138).

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

RGB channels and saturation

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

164
174
138

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

Portions of RGB colors in percentages

R + G + B =
164 + 174 + 138 = 476 (100%)
R 164 of 476 ~ 34.45%
G 174 of 476 ~ 36.55%
B 138 of 476 ~ 28.99%

%34.45
%36.55
%28.99

CMYK color model

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

  • cyan value is 5.75%
  • magenta value is 0.00%
  • yellow value is 20.69%
  • 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
%20.69
%31.76

Codes

Color #A4AE8A in popluar color models

A4AE8A
RGB164174138
HSL77°18.18%61.18%
HSB/HSV77°20.69%68.24%
CMYK5.75%0.00%20.69%
31.76%

Color #A4AE8A in popluar number systems.

HEXA4AE8A
Decimal164174138
Binary101001001010111010001010
Octal244256212

Shades and tints

Shades of #A4AE8A

#A4AE8A
(164,174,138)
#969F7E
(150,159,126)
#889072
(136,144,114)
#7A8166
(122,129,102)
#6C725A
(108,114,90)
#5E634E
(94,99,78)
#505442
(80,84,66)
#424536
(66,69,54)
#34362A
(52,54,42)
#26271E
(38,39,30)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #A4AE8A

#A4AE8A
(164,174,138)
#ACB594
(172,181,148)
#B4BC9E
(180,188,158)
#BCC3A8
(188,195,168)
#C4CAB2
(196,202,178)
#CCD1BC
(204,209,188)
#D4D8C6
(212,216,198)
#DCDFD0
(220,223,208)
#E4E6DA
(228,230,218)
#ECEDE4
(236,237,228)
#F4F4EE
(244,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AE8A; }

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

This text font color is #A4AE8A.


Background Color

.myBgColor { background-color: #A4AE8A; }

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

This div background color is #A4AE8A.


Border color

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

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

This div border color is #A4AE8A.


Opacity

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

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

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

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

This text has shadow with #A4AE8A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A4AE8A on black background.


Color preview on white background

This text has color #A4AE8A on white background.



Black color preview on #A4AE8A background

This text has black color on #A4AE8A background.


White color preview on #A4AE8A background

This text has white color on #A4AE8A background.