COLOR #A4A28E

HEX: #A4A28E
RGB: (164,162,142)

Color info

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

RGB color model

#A4A28E color RGB value is (164,162,142).

  • red value is 164;
  • green value is 162;
  • blue value is 142.
RGB:
(164,162,142)
(64%,64%,56%)

RGB channels and saturation

R 164 of 255 = 64%
G 162 of 255 = 64%
B 142 of 255 = 56%

164
162
142

R + G + B ~ 61%. #A4A28E is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 162 + 142 = 468 (100%)
R 164 of 468 ~ 35.04%
G 162 of 468 ~ 34.62%
B 142 of 468 ~ 30.34%

%35.04
%34.62
%30.34

CMYK color model

#A4A28E color CMYK value is (0,1,13,36).

  • cyan value is 0.00%
  • magenta value is 1.22%
  • yellow value is 13.41%
  • key color value is 35.69%
CMYK:
(0,1,13,36)
C0M1Y13K36 
(0%,1%,13%,36%)
(0.00/0.01/0.13/0.36)	

CMYK percentages

%0
%1.22
%13.41
%35.69

Codes

Color #A4A28E in popluar color models

A4A28E
RGB164162142
HSL55°10.78%60.00%
HSB/HSV55°13.41%64.31%
CMYK0.00%1.22%13.41%
35.69%

Color #A4A28E in popluar number systems.

HEXA4A28E
Decimal164162142
Binary101001001010001010001110
Octal244242216

Shades and tints

Shades of #A4A28E

#A4A28E
(164,162,142)
#969482
(150,148,130)
#888676
(136,134,118)
#7A786A
(122,120,106)
#6C6A5E
(108,106,94)
#5E5C52
(94,92,82)
#504E46
(80,78,70)
#42403A
(66,64,58)
#34322E
(52,50,46)
#262422
(38,36,34)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #A4A28E

#A4A28E
(164,162,142)
#ACAA98
(172,170,152)
#B4B2A2
(180,178,162)
#BCBAAC
(188,186,172)
#C4C2B6
(196,194,182)
#CCCAC0
(204,202,192)
#D4D2CA
(212,210,202)
#DCDAD4
(220,218,212)
#E4E2DE
(228,226,222)
#ECEAE8
(236,234,232)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A28E color. Also use rgb(164,162,142) instead hex code.

Text Font Color

.myTextColor { color: #A4A28E; }

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

This text font color is #A4A28E.


Background Color

.myBgColor { background-color: #A4A28E; }

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

This div background color is #A4A28E.


Border color

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

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

This div border color is #A4A28E.


Opacity

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

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

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

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

This text has shadow with #A4A28E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A28E on black background.


Color preview on white background

This text has color #A4A28E on white background.



Black color preview on #A4A28E background

This text has black color on #A4A28E background.


White color preview on #A4A28E background

This text has white color on #A4A28E background.