COLOR #A4677F

HEX: #A4677F
RGB: (164,103,127)

Color info

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

RGB color model

#A4677F color RGB value is (164,103,127).

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

RGB channels and saturation

R 164 of 255 = 64%
G 103 of 255 = 40%
B 127 of 255 = 50%

164
103
127

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

Portions of RGB colors in percentages

R + G + B =
164 + 103 + 127 = 394 (100%)
R 164 of 394 ~ 41.62%
G 103 of 394 ~ 26.14%
B 127 of 394 ~ 32.23%

%41.62
%26.14
%32.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.20%
  • 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
%37.2
%22.56
%35.69

Codes

Color #A4677F in popluar color models

A4677F
RGB164103127
HSL336°25.10%52.35%
HSB/HSV336°37.20%64.31%
CMYK0.00%37.20%22.56%
35.69%

Color #A4677F in popluar number systems.

HEXA4677F
Decimal164103127
Binary1010010011001111111111
Octal244147177

Shades and tints

Shades of #A4677F

#A4677F
(164,103,127)
#965E74
(150,94,116)
#885569
(136,85,105)
#7A4C5E
(122,76,94)
#6C4353
(108,67,83)
#5E3A48
(94,58,72)
#50313D
(80,49,61)
#422832
(66,40,50)
#341F27
(52,31,39)
#26161C
(38,22,28)
#180D11
(24,13,17)
#000000
(0,0,0)

Tints of #A4677F

#A4677F
(164,103,127)
#AC748A
(172,116,138)
#B48195
(180,129,149)
#BC8EA0
(188,142,160)
#C49BAB
(196,155,171)
#CCA8B6
(204,168,182)
#D4B5C1
(212,181,193)
#DCC2CC
(220,194,204)
#E4CFD7
(228,207,215)
#ECDCE2
(236,220,226)
#F4E9ED
(244,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4677F; }

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

This text font color is #A4677F.


Background Color

.myBgColor { background-color: #A4677F; }

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

This div background color is #A4677F.


Border color

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

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

This div border color is #A4677F.


Opacity

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

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

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

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

This text has shadow with #A4677F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4677F on black background.


Color preview on white background

This text has color #A4677F on white background.



Black color preview on #A4677F background

This text has black color on #A4677F background.


White color preview on #A4677F background

This text has white color on #A4677F background.