COLOR #A8718B

HEX: #A8718B RGB: (168,113,139)

Color info

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

RGB color model

#A8718B color RGB value is (168,113,139).

RGB: (168,113,139) (66%, 44%, 55%)

RGB channels and saturation

R 168 of 255 = 66%
G 113 of 255 = 44%
B 139 of 255 = 55%

168
113
139

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

Portions of RGB colors in percentages

R + G + B = 168 + 113 + 139 = 420 (100%)
R 168 of 420 ~ 40%
G 113 of 420 ~ 26.9%
B 139 of 420 ~ 33.1'%

%40
%26.9
%33.1

CMYK color model

#A8718B color CMYK value is (0,33,17,34).

  • cyan value is 0.00%
  • magenta value is 32.74%
  • yellow value is 17.26%
  • key color value is 34.12%

CMYK: (0,33,17,34)
C0M33Y17K34 (0%, 33%, 17%, 34%)
(0.00 / 0.33 / 0.17 / 0.34)

CMYK percentages

%0
%32.74
%17.26
%34.12

Codes

Color #A8718B in popluar color models

A8 71 8B
RGB 168 113 139
HSL 332° 24.02% 55.10%
HSB/HSV 332° 32.74% 65.88%
CMYK 0.00% 32.74% 17.26%
34.12%

Color #A8718B in popluar number systems.

HEX A8 71 8B
Decimal 168 113 139
Binary 10101000 1110001 10001011
Octal 250 161 213

Shades and tints

Shades of #A8718B

#A8718B
(168,113,139)
#99677F
(153,103,127)
#8A5D73
(138,93,115)
#7B5367
(123,83,103)
#6C495B
(108,73,91)
#5D3F4F
(93,63,79)
#4E3543
(78,53,67)
#3F2B37
(63,43,55)
#30212B
(48,33,43)
#21171F
(33,23,31)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #A8718B

#A8718B
(168,113,139)
#AF7D95
(175,125,149)
#B6899F
(182,137,159)
#BD95A9
(189,149,169)
#C4A1B3
(196,161,179)
#CBADBD
(203,173,189)
#D2B9C7
(210,185,199)
#D9C5D1
(217,197,209)
#E0D1DB
(224,209,219)
#E7DDE5
(231,221,229)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8718B; }

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

This text font color is #A8718B.

Background Color

.myBgColor { background-color: #A8718B; }

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

This div background color is #A8718B.

Border color

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

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

This div border color is #A8718B.

Opacity

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

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

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

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

This text has shadow with #A8718B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8718B.

Preview

Color preview on black background

This text has color #A8718B on black background.


Color preview on white background

This text has color #A8718B on white background.


Black color preview on #A8718B background

This text has black color on #A8718B background.


White color preview on #A8718B background

This text has white color on #A8718B background.


Related colors

Complementary color

Complementary color for #hex is #578E74.


I love getcolorcode.com

Triadic colors

1 #8BA871 and #718BA8 with #A8718B are triadic colors.

2 #8B71A8 and #71A88B with #A8718B are triadic colors.