COLOR #A4847C

HEX: #A4847C
RGB: (164,132,124)

Color info

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

RGB color model

#A4847C color RGB value is (164,132,124).

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

RGB channels and saturation

R 164 of 255 = 64%
G 132 of 255 = 52%
B 124 of 255 = 49%

164
132
124

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

Portions of RGB colors in percentages

R + G + B =
164 + 132 + 124 = 420 (100%)
R 164 of 420 ~ 39.05%
G 132 of 420 ~ 31.43%
B 124 of 420 ~ 29.52%

%39.05
%31.43
%29.52

CMYK color model

#A4847C color CMYK value is (0,20,24,36).

  • cyan value is 0.00%
  • magenta value is 19.51%
  • yellow value is 24.39%
  • key color value is 35.69%
CMYK:
(0,20,24,36)
C0M20Y24K36 
(0%,20%,24%,36%)
(0.00/0.20/0.24/0.36)	

CMYK percentages

%0
%19.51
%24.39
%35.69

Codes

Color #A4847C in popluar color models

A4847C
RGB164132124
HSL12°18.02%56.47%
HSB/HSV12°24.39%64.31%
CMYK0.00%19.51%24.39%
35.69%

Color #A4847C in popluar number systems.

HEXA4847C
Decimal164132124
Binary10100100100001001111100
Octal244204174

Shades and tints

Shades of #A4847C

#A4847C
(164,132,124)
#967871
(150,120,113)
#886C66
(136,108,102)
#7A605B
(122,96,91)
#6C5450
(108,84,80)
#5E4845
(94,72,69)
#503C3A
(80,60,58)
#42302F
(66,48,47)
#342424
(52,36,36)
#261819
(38,24,25)
#180C0E
(24,12,14)
#000000
(0,0,0)

Tints of #A4847C

#A4847C
(164,132,124)
#AC8F87
(172,143,135)
#B49A92
(180,154,146)
#BCA59D
(188,165,157)
#C4B0A8
(196,176,168)
#CCBBB3
(204,187,179)
#D4C6BE
(212,198,190)
#DCD1C9
(220,209,201)
#E4DCD4
(228,220,212)
#ECE7DF
(236,231,223)
#F4F2EA
(244,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4847C; }

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

This text font color is #A4847C.


Background Color

.myBgColor { background-color: #A4847C; }

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

This div background color is #A4847C.


Border color

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

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

This div border color is #A4847C.


Opacity

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

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

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

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

This text has shadow with #A4847C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4847C on black background.


Color preview on white background

This text has color #A4847C on white background.



Black color preview on #A4847C background

This text has black color on #A4847C background.


White color preview on #A4847C background

This text has white color on #A4847C background.