COLOR #A9718F

HEX: #A9718F
RGB: (169,113,143)

Color info

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

RGB color model

#A9718F color RGB value is (169,113,143).

  • red value is 169;
  • green value is 113;
  • blue value is 143.
RGB:
(169,113,143)
(66%,44%,56%)

RGB channels and saturation

R 169 of 255 = 66%
G 113 of 255 = 44%
B 143 of 255 = 56%

169
113
143

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

Portions of RGB colors in percentages

R + G + B =
169 + 113 + 143 = 425 (100%)
R 169 of 425 ~ 39.76%
G 113 of 425 ~ 26.59%
B 143 of 425 ~ 33.65%

%39.76
%26.59
%33.65

CMYK color model

#A9718F color CMYK value is (0,33,15,34).

  • cyan value is 0.00%
  • magenta value is 33.14%
  • yellow value is 15.38%
  • key color value is 33.73%
CMYK:
(0,33,15,34)
C0M33Y15K34 
(0%,33%,15%,34%)
(0.00/0.33/0.15/0.34)	

CMYK percentages

%0
%33.14
%15.38
%33.73

Codes

Color #A9718F in popluar color models

A9718F
RGB169113143
HSL328°24.56%55.29%
HSB/HSV328°33.14%66.27%
CMYK0.00%33.14%15.38%
33.73%

Color #A9718F in popluar number systems.

HEXA9718F
Decimal169113143
Binary10101001111000110001111
Octal251161217

Shades and tints

Shades of #A9718F

#A9718F
(169,113,143)
#9A6782
(154,103,130)
#8B5D75
(139,93,117)
#7C5368
(124,83,104)
#6D495B
(109,73,91)
#5E3F4E
(94,63,78)
#4F3541
(79,53,65)
#402B34
(64,43,52)
#312127
(49,33,39)
#22171A
(34,23,26)
#130D0D
(19,13,13)
#000000
(0,0,0)

Tints of #A9718F

#A9718F
(169,113,143)
#B07D99
(176,125,153)
#B789A3
(183,137,163)
#BE95AD
(190,149,173)
#C5A1B7
(197,161,183)
#CCADC1
(204,173,193)
#D3B9CB
(211,185,203)
#DAC5D5
(218,197,213)
#E1D1DF
(225,209,223)
#E8DDE9
(232,221,233)
#EFE9F3
(239,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9718F; }

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

This text font color is #A9718F.


Background Color

.myBgColor { background-color: #A9718F; }

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

This div background color is #A9718F.


Border color

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

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

This div border color is #A9718F.


Opacity

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

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

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

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

This text has shadow with #A9718F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9718F on black background.


Color preview on white background

This text has color #A9718F on white background.



Black color preview on #A9718F background

This text has black color on #A9718F background.


White color preview on #A9718F background

This text has white color on #A9718F background.