COLOR #A4B28D

HEX: #A4B28D
RGB: (164,178,141)

Color info

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

RGB color model

#A4B28D color RGB value is (164,178,141).

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

RGB channels and saturation

R 164 of 255 = 64%
G 178 of 255 = 70%
B 141 of 255 = 55%

164
178
141

R + G + B ~ 63%. #A4B28D is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 178 + 141 = 483 (100%)
R 164 of 483 ~ 33.95%
G 178 of 483 ~ 36.85%
B 141 of 483 ~ 29.19%

%33.95
%36.85
%29.19

CMYK color model

#A4B28D color CMYK value is (8,0,21,30).

  • cyan value is 7.87%
  • magenta value is 0.00%
  • yellow value is 20.79%
  • key color value is 30.20%
CMYK:
(8,0,21,30)
C8M0Y21K30 
(8%,0%,21%,30%)
(0.08/0.00/0.21/0.30)	

CMYK percentages

%7.87
%0
%20.79
%30.2

Codes

Color #A4B28D in popluar color models

A4B28D
RGB164178141
HSL83°19.37%62.55%
HSB/HSV83°20.79%69.80%
CMYK7.87%0.00%20.79%
30.20%

Color #A4B28D in popluar number systems.

HEXA4B28D
Decimal164178141
Binary101001001011001010001101
Octal244262215

Shades and tints

Shades of #A4B28D

#A4B28D
(164,178,141)
#96A281
(150,162,129)
#889275
(136,146,117)
#7A8269
(122,130,105)
#6C725D
(108,114,93)
#5E6251
(94,98,81)
#505245
(80,82,69)
#424239
(66,66,57)
#34322D
(52,50,45)
#262221
(38,34,33)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #A4B28D

#A4B28D
(164,178,141)
#ACB997
(172,185,151)
#B4C0A1
(180,192,161)
#BCC7AB
(188,199,171)
#C4CEB5
(196,206,181)
#CCD5BF
(204,213,191)
#D4DCC9
(212,220,201)
#DCE3D3
(220,227,211)
#E4EADD
(228,234,221)
#ECF1E7
(236,241,231)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B28D; }

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

This text font color is #A4B28D.


Background Color

.myBgColor { background-color: #A4B28D; }

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

This div background color is #A4B28D.


Border color

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

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

This div border color is #A4B28D.


Opacity

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

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

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

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

This text has shadow with #A4B28D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B28D on black background.


Color preview on white background

This text has color #A4B28D on white background.



Black color preview on #A4B28D background

This text has black color on #A4B28D background.


White color preview on #A4B28D background

This text has white color on #A4B28D background.