COLOR #A4A299

HEX: #A4A299
RGB: (164,162,153)

Color info

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

RGB color model

#A4A299 color RGB value is (164,162,153).

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

RGB channels and saturation

R 164 of 255 = 64%
G 162 of 255 = 64%
B 153 of 255 = 60%

164
162
153

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

Portions of RGB colors in percentages

R + G + B =
164 + 162 + 153 = 479 (100%)
R 164 of 479 ~ 34.24%
G 162 of 479 ~ 33.82%
B 153 of 479 ~ 31.94%

%34.24
%33.82
%31.94

CMYK color model

#A4A299 color CMYK value is (0,1,7,36).

  • cyan value is 0.00%
  • magenta value is 1.22%
  • yellow value is 6.71%
  • key color value is 35.69%
CMYK:
(0,1,7,36)
C0M1Y7K36 
(0%,1%,7%,36%)
(0.00/0.01/0.07/0.36)	

CMYK percentages

%0
%1.22
%6.71
%35.69

Codes

Color #A4A299 in popluar color models

A4A299
RGB164162153
HSL49°5.70%62.16%
HSB/HSV49°6.71%64.31%
CMYK0.00%1.22%6.71%
35.69%

Color #A4A299 in popluar number systems.

HEXA4A299
Decimal164162153
Binary101001001010001010011001
Octal244242231

Shades and tints

Shades of #A4A299

#A4A299
(164,162,153)
#96948C
(150,148,140)
#88867F
(136,134,127)
#7A7872
(122,120,114)
#6C6A65
(108,106,101)
#5E5C58
(94,92,88)
#504E4B
(80,78,75)
#42403E
(66,64,62)
#343231
(52,50,49)
#262424
(38,36,36)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #A4A299

#A4A299
(164,162,153)
#ACAAA2
(172,170,162)
#B4B2AB
(180,178,171)
#BCBAB4
(188,186,180)
#C4C2BD
(196,194,189)
#CCCAC6
(204,202,198)
#D4D2CF
(212,210,207)
#DCDAD8
(220,218,216)
#E4E2E1
(228,226,225)
#ECEAEA
(236,234,234)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A299; }

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

This text font color is #A4A299.


Background Color

.myBgColor { background-color: #A4A299; }

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

This div background color is #A4A299.


Border color

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

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

This div border color is #A4A299.


Opacity

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

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

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

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

This text has shadow with #A4A299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A299 on black background.


Color preview on white background

This text has color #A4A299 on white background.



Black color preview on #A4A299 background

This text has black color on #A4A299 background.


White color preview on #A4A299 background

This text has white color on #A4A299 background.