COLOR #A4A396

HEX: #A4A396
RGB: (164,163,150)

Color info

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

RGB color model

#A4A396 color RGB value is (164,163,150).

  • red value is 164;
  • green value is 163;
  • blue value is 150.
RGB:
(164,163,150)
(64%,64%,59%)

RGB channels and saturation

R 164 of 255 = 64%
G 163 of 255 = 64%
B 150 of 255 = 59%

164
163
150

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

Portions of RGB colors in percentages

R + G + B =
164 + 163 + 150 = 477 (100%)
R 164 of 477 ~ 34.38%
G 163 of 477 ~ 34.17%
B 150 of 477 ~ 31.45%

%34.38
%34.17
%31.45

CMYK color model

#A4A396 color CMYK value is (0,1,9,36).

  • cyan value is 0.00%
  • magenta value is 0.61%
  • yellow value is 8.54%
  • key color value is 35.69%
CMYK:
(0,1,9,36)
C0M1Y9K36 
(0%,1%,9%,36%)
(0.00/0.01/0.09/0.36)	

CMYK percentages

%0
%0.61
%8.54
%35.69

Codes

Color #A4A396 in popluar color models

A4A396
RGB164163150
HSL56°7.14%61.57%
HSB/HSV56°8.54%64.31%
CMYK0.00%0.61%8.54%
35.69%

Color #A4A396 in popluar number systems.

HEXA4A396
Decimal164163150
Binary101001001010001110010110
Octal244243226

Shades and tints

Shades of #A4A396

#A4A396
(164,163,150)
#969589
(150,149,137)
#88877C
(136,135,124)
#7A796F
(122,121,111)
#6C6B62
(108,107,98)
#5E5D55
(94,93,85)
#504F48
(80,79,72)
#42413B
(66,65,59)
#34332E
(52,51,46)
#262521
(38,37,33)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #A4A396

#A4A396
(164,163,150)
#ACAB9F
(172,171,159)
#B4B3A8
(180,179,168)
#BCBBB1
(188,187,177)
#C4C3BA
(196,195,186)
#CCCBC3
(204,203,195)
#D4D3CC
(212,211,204)
#DCDBD5
(220,219,213)
#E4E3DE
(228,227,222)
#ECEBE7
(236,235,231)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A396; }

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

This text font color is #A4A396.


Background Color

.myBgColor { background-color: #A4A396; }

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

This div background color is #A4A396.


Border color

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

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

This div border color is #A4A396.


Opacity

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

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

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

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

This text has shadow with #A4A396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A396 on black background.


Color preview on white background

This text has color #A4A396 on white background.



Black color preview on #A4A396 background

This text has black color on #A4A396 background.


White color preview on #A4A396 background

This text has white color on #A4A396 background.