COLOR #A4A189

HEX: #A4A189
RGB: (164,161,137)

Color info

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

RGB color model

#A4A189 color RGB value is (164,161,137).

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

RGB channels and saturation

R 164 of 255 = 64%
G 161 of 255 = 63%
B 137 of 255 = 54%

164
161
137

R + G + B ~ 60%. #A4A189 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
164 + 161 + 137 = 462 (100%)
R 164 of 462 ~ 35.5%
G 161 of 462 ~ 34.85%
B 137 of 462 ~ 29.65%

%35.5
%34.85
%29.65

CMYK color model

#A4A189 color CMYK value is (0,2,16,36).

  • cyan value is 0.00%
  • magenta value is 1.83%
  • yellow value is 16.46%
  • key color value is 35.69%
CMYK:
(0,2,16,36)
C0M2Y16K36 
(0%,2%,16%,36%)
(0.00/0.02/0.16/0.36)	

CMYK percentages

%0
%1.83
%16.46
%35.69

Codes

Color #A4A189 in popluar color models

A4A189
RGB164161137
HSL53°12.92%59.02%
HSB/HSV53°16.46%64.31%
CMYK0.00%1.83%16.46%
35.69%

Color #A4A189 in popluar number systems.

HEXA4A189
Decimal164161137
Binary101001001010000110001001
Octal244241211

Shades and tints

Shades of #A4A189

#A4A189
(164,161,137)
#96937D
(150,147,125)
#888571
(136,133,113)
#7A7765
(122,119,101)
#6C6959
(108,105,89)
#5E5B4D
(94,91,77)
#504D41
(80,77,65)
#423F35
(66,63,53)
#343129
(52,49,41)
#26231D
(38,35,29)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #A4A189

#A4A189
(164,161,137)
#ACA993
(172,169,147)
#B4B19D
(180,177,157)
#BCB9A7
(188,185,167)
#C4C1B1
(196,193,177)
#CCC9BB
(204,201,187)
#D4D1C5
(212,209,197)
#DCD9CF
(220,217,207)
#E4E1D9
(228,225,217)
#ECE9E3
(236,233,227)
#F4F1ED
(244,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A189; }

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

This text font color is #A4A189.


Background Color

.myBgColor { background-color: #A4A189; }

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

This div background color is #A4A189.


Border color

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

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

This div border color is #A4A189.


Opacity

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

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

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

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

This text has shadow with #A4A189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A189 on black background.


Color preview on white background

This text has color #A4A189 on white background.



Black color preview on #A4A189 background

This text has black color on #A4A189 background.


White color preview on #A4A189 background

This text has white color on #A4A189 background.