COLOR #A4687F

HEX: #A4687F
RGB: (164,104,127)

Color info

#A4687F contains mainly red and blue colors. Web safe color of #A4687F is #996666 (or #966).

RGB color model

#A4687F color RGB value is (164,104,127).

  • red value is 164;
  • green value is 104;
  • blue value is 127.
RGB:
(164,104,127)
(64%,41%,50%)

RGB channels and saturation

R 164 of 255 = 64%
G 104 of 255 = 41%
B 127 of 255 = 50%

164
104
127

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

Portions of RGB colors in percentages

R + G + B =
164 + 104 + 127 = 395 (100%)
R 164 of 395 ~ 41.52%
G 104 of 395 ~ 26.33%
B 127 of 395 ~ 32.15%

%41.52
%26.33
%32.15

CMYK color model

#A4687F color CMYK value is (0,37,23,36).

  • cyan value is 0.00%
  • magenta value is 36.59%
  • yellow value is 22.56%
  • key color value is 35.69%
CMYK:
(0,37,23,36)
C0M37Y23K36 
(0%,37%,23%,36%)
(0.00/0.37/0.23/0.36)	

CMYK percentages

%0
%36.59
%22.56
%35.69

Codes

Color #A4687F in popluar color models

A4687F
RGB164104127
HSL337°24.79%52.55%
HSB/HSV337°36.59%64.31%
CMYK0.00%36.59%22.56%
35.69%

Color #A4687F in popluar number systems.

HEXA4687F
Decimal164104127
Binary1010010011010001111111
Octal244150177

Shades and tints

Shades of #A4687F

#A4687F
(164,104,127)
#965F74
(150,95,116)
#885669
(136,86,105)
#7A4D5E
(122,77,94)
#6C4453
(108,68,83)
#5E3B48
(94,59,72)
#50323D
(80,50,61)
#422932
(66,41,50)
#342027
(52,32,39)
#26171C
(38,23,28)
#180E11
(24,14,17)
#000000
(0,0,0)

Tints of #A4687F

#A4687F
(164,104,127)
#AC758A
(172,117,138)
#B48295
(180,130,149)
#BC8FA0
(188,143,160)
#C49CAB
(196,156,171)
#CCA9B6
(204,169,182)
#D4B6C1
(212,182,193)
#DCC3CC
(220,195,204)
#E4D0D7
(228,208,215)
#ECDDE2
(236,221,226)
#F4EAED
(244,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4687F color. Also use rgb(164,104,127) instead hex code.

Text Font Color

.myTextColor { color: #A4687F; }

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

This text font color is #A4687F.


Background Color

.myBgColor { background-color: #A4687F; }

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

This div background color is #A4687F.


Border color

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

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

This div border color is #A4687F.


Opacity

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

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

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

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

This text has shadow with #A4687F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4687F on black background.


Color preview on white background

This text has color #A4687F on white background.



Black color preview on #A4687F background

This text has black color on #A4687F background.


White color preview on #A4687F background

This text has white color on #A4687F background.