COLOR #A4B29D

HEX: #A4B29D
RGB: (164,178,157)

Color info

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

RGB color model

#A4B29D color RGB value is (164,178,157).

  • red value is 164;
  • green value is 178;
  • blue value is 157.
RGB:
(164,178,157)
(64%,70%,62%)

RGB channels and saturation

R 164 of 255 = 64%
G 178 of 255 = 70%
B 157 of 255 = 62%

164
178
157

R + G + B ~ 65%. #A4B29D is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 178 + 157 = 499 (100%)
R 164 of 499 ~ 32.87%
G 178 of 499 ~ 35.67%
B 157 of 499 ~ 31.46%

%32.87
%35.67
%31.46

CMYK color model

#A4B29D color CMYK value is (8,0,12,30).

  • cyan value is 7.87%
  • magenta value is 0.00%
  • yellow value is 11.80%
  • key color value is 30.20%
CMYK:
(8,0,12,30)
C8M0Y12K30 
(8%,0%,12%,30%)
(0.08/0.00/0.12/0.30)	

CMYK percentages

%7.87
%0
%11.8
%30.2

Codes

Color #A4B29D in popluar color models

A4B29D
RGB164178157
HSL100°12.00%65.69%
HSB/HSV100°11.80%69.80%
CMYK7.87%0.00%11.80%
30.20%

Color #A4B29D in popluar number systems.

HEXA4B29D
Decimal164178157
Binary101001001011001010011101
Octal244262235

Shades and tints

Shades of #A4B29D

#A4B29D
(164,178,157)
#96A28F
(150,162,143)
#889281
(136,146,129)
#7A8273
(122,130,115)
#6C7265
(108,114,101)
#5E6257
(94,98,87)
#505249
(80,82,73)
#42423B
(66,66,59)
#34322D
(52,50,45)
#26221F
(38,34,31)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #A4B29D

#A4B29D
(164,178,157)
#ACB9A5
(172,185,165)
#B4C0AD
(180,192,173)
#BCC7B5
(188,199,181)
#C4CEBD
(196,206,189)
#CCD5C5
(204,213,197)
#D4DCCD
(212,220,205)
#DCE3D5
(220,227,213)
#E4EADD
(228,234,221)
#ECF1E5
(236,241,229)
#F4F8ED
(244,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B29D color. Also use rgb(164,178,157) instead hex code.

Text Font Color

.myTextColor { color: #A4B29D; }

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

This text font color is #A4B29D.


Background Color

.myBgColor { background-color: #A4B29D; }

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

This div background color is #A4B29D.


Border color

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

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

This div border color is #A4B29D.


Opacity

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

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

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

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

This text has shadow with #A4B29D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B29D on black background.


Color preview on white background

This text has color #A4B29D on white background.



Black color preview on #A4B29D background

This text has black color on #A4B29D background.


White color preview on #A4B29D background

This text has white color on #A4B29D background.