COLOR #A4718F

HEX: #A4718F RGB: (164,113,143)

Color info

#A4718F contains red, green and blue colors in about the same proportion. Web safe color of #A4718F is #996699 (or #969).

RGB color model

#A4718F color RGB value is (164,113,143).

RGB: (164,113,143) (64%, 44%, 56%)

RGB channels and saturation

R 164 of 255 = 64%
G 113 of 255 = 44%
B 143 of 255 = 56%

164
113
143

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

Portions of RGB colors in percentages

R + G + B = 164 + 113 + 143 = 420 (100%)
R 164 of 420 ~ 39.05%
G 113 of 420 ~ 26.9%
B 143 of 420 ~ 34.05'%

%39.05
%26.9
%34.05

CMYK color model

#A4718F color CMYK value is (0,31,13,36).

  • cyan value is 0.00%
  • magenta value is 31.10%
  • yellow value is 12.80%
  • key color value is 35.69%

CMYK: (0,31,13,36)
C0M31Y13K36 (0%, 31%, 13%, 36%)
(0.00 / 0.31 / 0.13 / 0.36)

CMYK percentages

%0
%31.1
%12.8
%35.69

Codes

Color #A4718F in popluar color models

A4 71 8F
RGB 164 113 143
HSL 325° 21.89% 54.31%
HSB/HSV 325° 31.10% 64.31%
CMYK 0.00% 31.10% 12.80%
35.69%

Color #A4718F in popluar number systems.

HEX A4 71 8F
Decimal 164 113 143
Binary 10100100 1110001 10001111
Octal 244 161 217

Shades and tints

Shades of #A4718F

#A4718F
(164,113,143)
#966782
(150,103,130)
#885D75
(136,93,117)
#7A5368
(122,83,104)
#6C495B
(108,73,91)
#5E3F4E
(94,63,78)
#503541
(80,53,65)
#422B34
(66,43,52)
#342127
(52,33,39)
#26171A
(38,23,26)
#180D0D
(24,13,13)
#000000
(0,0,0)

Tints of #A4718F

#A4718F
(164,113,143)
#AC7D99
(172,125,153)
#B489A3
(180,137,163)
#BC95AD
(188,149,173)
#C4A1B7
(196,161,183)
#CCADC1
(204,173,193)
#D4B9CB
(212,185,203)
#DCC5D5
(220,197,213)
#E4D1DF
(228,209,223)
#ECDDE9
(236,221,233)
#F4E9F3
(244,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4718F color. Also use rgb(164,113,143) instead hex code.

Text Font Color

.myTextColor { color: #A4718F; }

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

This text font color is #A4718F.

Background Color

.myBgColor { background-color: #A4718F; }

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

This div background color is #A4718F.

Border color

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

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

This div border color is #A4718F.

Opacity

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

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

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

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

This text has shadow with #A4718F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4718F.

Preview

Color preview on black background

This text has color #A4718F on black background.


Color preview on white background

This text has color #A4718F on white background.


Black color preview on #A4718F background

This text has black color on #A4718F background.


White color preview on #A4718F background

This text has white color on #A4718F background.


Related colors

Complementary color

Complementary color for #hex is #5B8E70.


I love getcolorcode.com

Triadic colors

1 #8FA471 and #718FA4 with #A4718F are triadic colors.

2 #8F71A4 and #71A48F with #A4718F are triadic colors.