COLOR #A4AE8D

HEX: #A4AE8D
RGB: (164,174,141)

Color info

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

RGB color model

#A4AE8D color RGB value is (164,174,141).

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

RGB channels and saturation

R 164 of 255 = 64%
G 174 of 255 = 68%
B 141 of 255 = 55%

164
174
141

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

Portions of RGB colors in percentages

R + G + B =
164 + 174 + 141 = 479 (100%)
R 164 of 479 ~ 34.24%
G 174 of 479 ~ 36.33%
B 141 of 479 ~ 29.44%

%34.24
%36.33
%29.44

CMYK color model

#A4AE8D color CMYK value is (6,0,19,32).

  • cyan value is 5.75%
  • magenta value is 0.00%
  • yellow value is 18.97%
  • key color value is 31.76%
CMYK:
(6,0,19,32)
C6M0Y19K32 
(6%,0%,19%,32%)
(0.06/0.00/0.19/0.32)	

CMYK percentages

%5.75
%0
%18.97
%31.76

Codes

Color #A4AE8D in popluar color models

A4AE8D
RGB164174141
HSL78°16.92%61.76%
HSB/HSV78°18.97%68.24%
CMYK5.75%0.00%18.97%
31.76%

Color #A4AE8D in popluar number systems.

HEXA4AE8D
Decimal164174141
Binary101001001010111010001101
Octal244256215

Shades and tints

Shades of #A4AE8D

#A4AE8D
(164,174,141)
#969F81
(150,159,129)
#889075
(136,144,117)
#7A8169
(122,129,105)
#6C725D
(108,114,93)
#5E6351
(94,99,81)
#505445
(80,84,69)
#424539
(66,69,57)
#34362D
(52,54,45)
#262721
(38,39,33)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #A4AE8D

#A4AE8D
(164,174,141)
#ACB597
(172,181,151)
#B4BCA1
(180,188,161)
#BCC3AB
(188,195,171)
#C4CAB5
(196,202,181)
#CCD1BF
(204,209,191)
#D4D8C9
(212,216,201)
#DCDFD3
(220,223,211)
#E4E6DD
(228,230,221)
#ECEDE7
(236,237,231)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AE8D; }

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

This text font color is #A4AE8D.


Background Color

.myBgColor { background-color: #A4AE8D; }

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

This div background color is #A4AE8D.


Border color

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

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

This div border color is #A4AE8D.


Opacity

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

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

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

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

This text has shadow with #A4AE8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AE8D on black background.


Color preview on white background

This text has color #A4AE8D on white background.



Black color preview on #A4AE8D background

This text has black color on #A4AE8D background.


White color preview on #A4AE8D background

This text has white color on #A4AE8D background.