COLOR #A4846E

HEX: #A4846E
RGB: (164,132,110)

Color info

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

RGB color model

#A4846E color RGB value is (164,132,110).

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

RGB channels and saturation

R 164 of 255 = 64%
G 132 of 255 = 52%
B 110 of 255 = 43%

164
132
110

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

Portions of RGB colors in percentages

R + G + B =
164 + 132 + 110 = 406 (100%)
R 164 of 406 ~ 40.39%
G 132 of 406 ~ 32.51%
B 110 of 406 ~ 27.09%

%40.39
%32.51
%27.09

CMYK color model

#A4846E color CMYK value is (0,20,33,36).

  • cyan value is 0.00%
  • magenta value is 19.51%
  • yellow value is 32.93%
  • key color value is 35.69%
CMYK:
(0,20,33,36)
C0M20Y33K36 
(0%,20%,33%,36%)
(0.00/0.20/0.33/0.36)	

CMYK percentages

%0
%19.51
%32.93
%35.69

Codes

Color #A4846E in popluar color models

A4846E
RGB164132110
HSL24°22.88%53.73%
HSB/HSV24°32.93%64.31%
CMYK0.00%19.51%32.93%
35.69%

Color #A4846E in popluar number systems.

HEXA4846E
Decimal164132110
Binary10100100100001001101110
Octal244204156

Shades and tints

Shades of #A4846E

#A4846E
(164,132,110)
#967864
(150,120,100)
#886C5A
(136,108,90)
#7A6050
(122,96,80)
#6C5446
(108,84,70)
#5E483C
(94,72,60)
#503C32
(80,60,50)
#423028
(66,48,40)
#34241E
(52,36,30)
#261814
(38,24,20)
#180C0A
(24,12,10)
#000000
(0,0,0)

Tints of #A4846E

#A4846E
(164,132,110)
#AC8F7B
(172,143,123)
#B49A88
(180,154,136)
#BCA595
(188,165,149)
#C4B0A2
(196,176,162)
#CCBBAF
(204,187,175)
#D4C6BC
(212,198,188)
#DCD1C9
(220,209,201)
#E4DCD6
(228,220,214)
#ECE7E3
(236,231,227)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4846E; }

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

This text font color is #A4846E.


Background Color

.myBgColor { background-color: #A4846E; }

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

This div background color is #A4846E.


Border color

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

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

This div border color is #A4846E.


Opacity

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

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

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

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

This text has shadow with #A4846E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4846E on black background.


Color preview on white background

This text has color #A4846E on white background.



Black color preview on #A4846E background

This text has black color on #A4846E background.


White color preview on #A4846E background

This text has white color on #A4846E background.