COLOR #A4A990

HEX: #A4A990
RGB: (164,169,144)

Color info

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

RGB color model

#A4A990 color RGB value is (164,169,144).

  • red value is 164;
  • green value is 169;
  • blue value is 144.
RGB:
(164,169,144)
(64%,66%,56%)

RGB channels and saturation

R 164 of 255 = 64%
G 169 of 255 = 66%
B 144 of 255 = 56%

164
169
144

R + G + B ~ 62%. #A4A990 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 169 + 144 = 477 (100%)
R 164 of 477 ~ 34.38%
G 169 of 477 ~ 35.43%
B 144 of 477 ~ 30.19%

%34.38
%35.43
%30.19

CMYK color model

#A4A990 color CMYK value is (3,0,15,34).

  • cyan value is 2.96%
  • magenta value is 0.00%
  • yellow value is 14.79%
  • key color value is 33.73%
CMYK:
(3,0,15,34)
C3M0Y15K34 
(3%,0%,15%,34%)
(0.03/0.00/0.15/0.34)	

CMYK percentages

%2.96
%0
%14.79
%33.73

Codes

Color #A4A990 in popluar color models

A4A990
RGB164169144
HSL72°12.69%61.37%
HSB/HSV72°14.79%66.27%
CMYK2.96%0.00%14.79%
33.73%

Color #A4A990 in popluar number systems.

HEXA4A990
Decimal164169144
Binary101001001010100110010000
Octal244251220

Shades and tints

Shades of #A4A990

#A4A990
(164,169,144)
#969A83
(150,154,131)
#888B76
(136,139,118)
#7A7C69
(122,124,105)
#6C6D5C
(108,109,92)
#5E5E4F
(94,94,79)
#504F42
(80,79,66)
#424035
(66,64,53)
#343128
(52,49,40)
#26221B
(38,34,27)
#18130E
(24,19,14)
#000000
(0,0,0)

Tints of #A4A990

#A4A990
(164,169,144)
#ACB09A
(172,176,154)
#B4B7A4
(180,183,164)
#BCBEAE
(188,190,174)
#C4C5B8
(196,197,184)
#CCCCC2
(204,204,194)
#D4D3CC
(212,211,204)
#DCDAD6
(220,218,214)
#E4E1E0
(228,225,224)
#ECE8EA
(236,232,234)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A990; }

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

This text font color is #A4A990.


Background Color

.myBgColor { background-color: #A4A990; }

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

This div background color is #A4A990.


Border color

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

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

This div border color is #A4A990.


Opacity

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

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

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

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

This text has shadow with #A4A990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A990 on black background.


Color preview on white background

This text has color #A4A990 on white background.



Black color preview on #A4A990 background

This text has black color on #A4A990 background.


White color preview on #A4A990 background

This text has white color on #A4A990 background.