COLOR #A4846F

HEX: #A4846F
RGB: (164,132,111)

Color info

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

RGB color model

#A4846F color RGB value is (164,132,111).

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

RGB channels and saturation

R 164 of 255 = 64%
G 132 of 255 = 52%
B 111 of 255 = 44%

164
132
111

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

Portions of RGB colors in percentages

R + G + B =
164 + 132 + 111 = 407 (100%)
R 164 of 407 ~ 40.29%
G 132 of 407 ~ 32.43%
B 111 of 407 ~ 27.27%

%40.29
%32.43
%27.27

CMYK color model

#A4846F color CMYK value is (0,20,32,36).

  • cyan value is 0.00%
  • magenta value is 19.51%
  • yellow value is 32.32%
  • key color value is 35.69%
CMYK:
(0,20,32,36)
C0M20Y32K36 
(0%,20%,32%,36%)
(0.00/0.20/0.32/0.36)	

CMYK percentages

%0
%19.51
%32.32
%35.69

Codes

Color #A4846F in popluar color models

A4846F
RGB164132111
HSL24°22.55%53.92%
HSB/HSV24°32.32%64.31%
CMYK0.00%19.51%32.32%
35.69%

Color #A4846F in popluar number systems.

HEXA4846F
Decimal164132111
Binary10100100100001001101111
Octal244204157

Shades and tints

Shades of #A4846F

#A4846F
(164,132,111)
#967865
(150,120,101)
#886C5B
(136,108,91)
#7A6051
(122,96,81)
#6C5447
(108,84,71)
#5E483D
(94,72,61)
#503C33
(80,60,51)
#423029
(66,48,41)
#34241F
(52,36,31)
#261815
(38,24,21)
#180C0B
(24,12,11)
#000000
(0,0,0)

Tints of #A4846F

#A4846F
(164,132,111)
#AC8F7C
(172,143,124)
#B49A89
(180,154,137)
#BCA596
(188,165,150)
#C4B0A3
(196,176,163)
#CCBBB0
(204,187,176)
#D4C6BD
(212,198,189)
#DCD1CA
(220,209,202)
#E4DCD7
(228,220,215)
#ECE7E4
(236,231,228)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4846F; }

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

This text font color is #A4846F.


Background Color

.myBgColor { background-color: #A4846F; }

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

This div background color is #A4846F.


Border color

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

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

This div border color is #A4846F.


Opacity

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

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

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

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

This text has shadow with #A4846F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4846F on black background.


Color preview on white background

This text has color #A4846F on white background.



Black color preview on #A4846F background

This text has black color on #A4846F background.


White color preview on #A4846F background

This text has white color on #A4846F background.