COLOR #A8717E

HEX: #A8717E RGB: (168,113,126)

Color info

#A8717E contains red, green and blue colors in about the same proportion. Web safe color of #A8717E is #996666 (or #966).

RGB color model

#A8717E color RGB value is (168,113,126).

RGB: (168,113,126) (66%, 44%, 49%)

RGB channels and saturation

R 168 of 255 = 66%
G 113 of 255 = 44%
B 126 of 255 = 49%

168
113
126

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

Portions of RGB colors in percentages

R + G + B = 168 + 113 + 126 = 407 (100%)
R 168 of 407 ~ 41.28%
G 113 of 407 ~ 27.76%
B 126 of 407 ~ 30.96'%

%41.28
%27.76
%30.96

CMYK color model

#A8717E color CMYK value is (0,33,25,34).

  • cyan value is 0.00%
  • magenta value is 32.74%
  • yellow value is 25.00%
  • key color value is 34.12%
CMYK: (0,33,25,34) C0M33Y25K34 (0%,33%,25%,34%) (0.00/0.33/0.25/0.34) 

CMYK percentages

%0
%32.74
%25
%34.12

Codes

Color #A8717E in popluar color models

A8 71 7E
RGB 168 113 126
HSL 346° 24.02% 55.10%
HSB/HSV 346° 32.74% 65.88%
CMYK 0.00% 32.74% 25.00%
34.12%

Color #A8717E in popluar number systems.

HEX A8 71 7E
Decimal 168 113 126
Binary 10101000 1110001 1111110
Octal 250 161 176

Shades and tints

Shades of #A8717E

#A8717E
(168,113,126)
#996773
(153,103,115)
#8A5D68
(138,93,104)
#7B535D
(123,83,93)
#6C4952
(108,73,82)
#5D3F47
(93,63,71)
#4E353C
(78,53,60)
#3F2B31
(63,43,49)
#302126
(48,33,38)
#21171B
(33,23,27)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #A8717E

#A8717E
(168,113,126)
#AF7D89
(175,125,137)
#B68994
(182,137,148)
#BD959F
(189,149,159)
#C4A1AA
(196,161,170)
#CBADB5
(203,173,181)
#D2B9C0
(210,185,192)
#D9C5CB
(217,197,203)
#E0D1D6
(224,209,214)
#E7DDE1
(231,221,225)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8717E color. Also use rgb(168,113,126) instead hex code.

Text Font Color

.myTextColor { color: #A8717E; }

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

This text font color is #A8717E.

Background Color

.myBgColor { background-color: #A8717E; }

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

This div background color is #A8717E.

Border color

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

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

This div border color is #A8717E.

Opacity

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

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

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

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

This text has shadow with #A8717E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8717E.

Preview

Color preview on black background

This text has color #A8717E on black background.


Color preview on white background

This text has color #A8717E on white background.


Black color preview on #A8717E background

This text has black color on #A8717E background.


White color preview on #A8717E background

This text has white color on #A8717E background.


Related colors

Complementary color

Complementary color for #hex is #578E81.


I love getcolorcode.com

Triadic colors

1 #7EA871 and #717EA8 with #A8717E are triadic colors.

2 #7E71A8 and #71A87E with #A8717E are triadic colors.