COLOR #A4937C

HEX: #A4937C
RGB: (164,147,124)

Color info

#A4937C contains red, green and blue colors in about the same proportion. Web safe color of #A4937C is #999966 (or #996).

RGB color model

#A4937C color RGB value is (164,147,124).

  • red value is 164;
  • green value is 147;
  • blue value is 124.
RGB:
(164,147,124)
(64%,58%,49%)

RGB channels and saturation

R 164 of 255 = 64%
G 147 of 255 = 58%
B 124 of 255 = 49%

164
147
124

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

Portions of RGB colors in percentages

R + G + B =
164 + 147 + 124 = 435 (100%)
R 164 of 435 ~ 37.7%
G 147 of 435 ~ 33.79%
B 124 of 435 ~ 28.51%

%37.7
%33.79
%28.51

CMYK color model

#A4937C color CMYK value is (0,10,24,36).

  • cyan value is 0.00%
  • magenta value is 10.37%
  • yellow value is 24.39%
  • key color value is 35.69%
CMYK:
(0,10,24,36)
C0M10Y24K36 
(0%,10%,24%,36%)
(0.00/0.10/0.24/0.36)	

CMYK percentages

%0
%10.37
%24.39
%35.69

Codes

Color #A4937C in popluar color models

A4937C
RGB164147124
HSL35°18.02%56.47%
HSB/HSV35°24.39%64.31%
CMYK0.00%10.37%24.39%
35.69%

Color #A4937C in popluar number systems.

HEXA4937C
Decimal164147124
Binary10100100100100111111100
Octal244223174

Shades and tints

Shades of #A4937C

#A4937C
(164,147,124)
#968671
(150,134,113)
#887966
(136,121,102)
#7A6C5B
(122,108,91)
#6C5F50
(108,95,80)
#5E5245
(94,82,69)
#50453A
(80,69,58)
#42382F
(66,56,47)
#342B24
(52,43,36)
#261E19
(38,30,25)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #A4937C

#A4937C
(164,147,124)
#AC9C87
(172,156,135)
#B4A592
(180,165,146)
#BCAE9D
(188,174,157)
#C4B7A8
(196,183,168)
#CCC0B3
(204,192,179)
#D4C9BE
(212,201,190)
#DCD2C9
(220,210,201)
#E4DBD4
(228,219,212)
#ECE4DF
(236,228,223)
#F4EDEA
(244,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4937C; }

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

This text font color is #A4937C.


Background Color

.myBgColor { background-color: #A4937C; }

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

This div background color is #A4937C.


Border color

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

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

This div border color is #A4937C.


Opacity

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

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

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

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

This text has shadow with #A4937C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4937C on black background.


Color preview on white background

This text has color #A4937C on white background.



Black color preview on #A4937C background

This text has black color on #A4937C background.


White color preview on #A4937C background

This text has white color on #A4937C background.