COLOR #A4A289

HEX: #A4A289
RGB: (164,162,137)

Color info

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

RGB color model

#A4A289 color RGB value is (164,162,137).

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

RGB channels and saturation

R 164 of 255 = 64%
G 162 of 255 = 64%
B 137 of 255 = 54%

164
162
137

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

Portions of RGB colors in percentages

R + G + B =
164 + 162 + 137 = 463 (100%)
R 164 of 463 ~ 35.42%
G 162 of 463 ~ 34.99%
B 137 of 463 ~ 29.59%

%35.42
%34.99
%29.59

CMYK color model

#A4A289 color CMYK value is (0,1,16,36).

  • cyan value is 0.00%
  • magenta value is 1.22%
  • yellow value is 16.46%
  • key color value is 35.69%
CMYK:
(0,1,16,36)
C0M1Y16K36 
(0%,1%,16%,36%)
(0.00/0.01/0.16/0.36)	

CMYK percentages

%0
%1.22
%16.46
%35.69

Codes

Color #A4A289 in popluar color models

A4A289
RGB164162137
HSL56°12.92%59.02%
HSB/HSV56°16.46%64.31%
CMYK0.00%1.22%16.46%
35.69%

Color #A4A289 in popluar number systems.

HEXA4A289
Decimal164162137
Binary101001001010001010001001
Octal244242211

Shades and tints

Shades of #A4A289

#A4A289
(164,162,137)
#96947D
(150,148,125)
#888671
(136,134,113)
#7A7865
(122,120,101)
#6C6A59
(108,106,89)
#5E5C4D
(94,92,77)
#504E41
(80,78,65)
#424035
(66,64,53)
#343229
(52,50,41)
#26241D
(38,36,29)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #A4A289

#A4A289
(164,162,137)
#ACAA93
(172,170,147)
#B4B29D
(180,178,157)
#BCBAA7
(188,186,167)
#C4C2B1
(196,194,177)
#CCCABB
(204,202,187)
#D4D2C5
(212,210,197)
#DCDACF
(220,218,207)
#E4E2D9
(228,226,217)
#ECEAE3
(236,234,227)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A289; }

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

This text font color is #A4A289.


Background Color

.myBgColor { background-color: #A4A289; }

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

This div background color is #A4A289.


Border color

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

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

This div border color is #A4A289.


Opacity

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

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

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

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

This text has shadow with #A4A289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A289 on black background.


Color preview on white background

This text has color #A4A289 on white background.



Black color preview on #A4A289 background

This text has black color on #A4A289 background.


White color preview on #A4A289 background

This text has white color on #A4A289 background.