COLOR #A4677D

HEX: #A4677D RGB: (164,103,125)

Color info

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

RGB color model

#A4677D color RGB value is (164,103,125).

RGB: (164,103,125) (64%, 40%, 49%)

RGB channels and saturation

R 164 of 255 = 64%
G 103 of 255 = 40%
B 125 of 255 = 49%

164
103
125

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

Portions of RGB colors in percentages

R + G + B = 164 + 103 + 125 = 392 (100%)
R 164 of 392 ~ 41.84%
G 103 of 392 ~ 26.28%
B 125 of 392 ~ 31.89'%

%41.84
%26.28
%31.89

CMYK color model

#A4677D color CMYK value is (0,37,24,36).

  • cyan value is 0.00%
  • magenta value is 37.20%
  • yellow value is 23.78%
  • key color value is 35.69%

CMYK: (0,37,24,36)
C0M37Y24K36 (0%, 37%, 24%, 36%)
(0.00 / 0.37 / 0.24 / 0.36)

CMYK percentages

%0
%37.2
%23.78
%35.69

Codes

Color #A4677D in popluar color models

A4 67 7D
RGB 164 103 125
HSL 338° 25.10% 52.35%
HSB/HSV 338° 37.20% 64.31%
CMYK 0.00% 37.20% 23.78%
35.69%

Color #A4677D in popluar number systems.

HEX A4 67 7D
Decimal 164 103 125
Binary 10100100 1100111 1111101
Octal 244 147 175

Shades and tints

Shades of #A4677D

#A4677D
(164,103,125)
#965E72
(150,94,114)
#885567
(136,85,103)
#7A4C5C
(122,76,92)
#6C4351
(108,67,81)
#5E3A46
(94,58,70)
#50313B
(80,49,59)
#422830
(66,40,48)
#341F25
(52,31,37)
#26161A
(38,22,26)
#180D0F
(24,13,15)
#000000
(0,0,0)

Tints of #A4677D

#A4677D
(164,103,125)
#AC7488
(172,116,136)
#B48193
(180,129,147)
#BC8E9E
(188,142,158)
#C49BA9
(196,155,169)
#CCA8B4
(204,168,180)
#D4B5BF
(212,181,191)
#DCC2CA
(220,194,202)
#E4CFD5
(228,207,213)
#ECDCE0
(236,220,224)
#F4E9EB
(244,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4677D; }

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

This text font color is #A4677D.

Background Color

.myBgColor { background-color: #A4677D; }

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

This div background color is #A4677D.

Border color

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

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

This div border color is #A4677D.

Opacity

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

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

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

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

This text has shadow with #A4677D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4677D.

Preview

Color preview on black background

This text has color #A4677D on black background.


Color preview on white background

This text has color #A4677D on white background.


Black color preview on #A4677D background

This text has black color on #A4677D background.


White color preview on #A4677D background

This text has white color on #A4677D background.


Related colors

Complementary color

Complementary color for #hex is #5B9882.


I love getcolorcode.com

Triadic colors

1 #7DA467 and #677DA4 with #A4677D are triadic colors.

2 #7D67A4 and #67A47D with #A4677D are triadic colors.