COLOR #A4A499

HEX: #A4A499
RGB: (164,164,153)

Color info

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

RGB color model

#A4A499 color RGB value is (164,164,153).

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

RGB channels and saturation

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

164
164
153

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

Portions of RGB colors in percentages

R + G + B =
164 + 164 + 153 = 481 (100%)
R 164 of 481 ~ 34.1%
G 164 of 481 ~ 34.1%
B 153 of 481 ~ 31.81%

%34.1
%34.1
%31.81

CMYK color model

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

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

CMYK percentages

%0
%0
%6.71
%35.69

Codes

Color #A4A499 in popluar color models

A4A499
RGB164164153
HSL60°5.70%62.16%
HSB/HSV60°6.71%64.31%
CMYK0.00%0.00%6.71%
35.69%

Color #A4A499 in popluar number systems.

HEXA4A499
Decimal164164153
Binary101001001010010010011001
Octal244244231

Shades and tints

Shades of #A4A499

#A4A499
(164,164,153)
#96968C
(150,150,140)
#88887F
(136,136,127)
#7A7A72
(122,122,114)
#6C6C65
(108,108,101)
#5E5E58
(94,94,88)
#50504B
(80,80,75)
#42423E
(66,66,62)
#343431
(52,52,49)
#262624
(38,38,36)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #A4A499

#A4A499
(164,164,153)
#ACACA2
(172,172,162)
#B4B4AB
(180,180,171)
#BCBCB4
(188,188,180)
#C4C4BD
(196,196,189)
#CCCCC6
(204,204,198)
#D4D4CF
(212,212,207)
#DCDCD8
(220,220,216)
#E4E4E1
(228,228,225)
#ECECEA
(236,236,234)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A499; }

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

This text font color is #A4A499.


Background Color

.myBgColor { background-color: #A4A499; }

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

This div background color is #A4A499.


Border color

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

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

This div border color is #A4A499.


Opacity

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

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

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

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

This text has shadow with #A4A499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A499 on black background.


Color preview on white background

This text has color #A4A499 on white background.



Black color preview on #A4A499 background

This text has black color on #A4A499 background.


White color preview on #A4A499 background

This text has white color on #A4A499 background.