COLOR #A8718A

HEX: #A8718A
RGB: (168,113,138)

Color info

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

RGB color model

#A8718A color RGB value is (168,113,138).

  • red value is 168;
  • green value is 113;
  • blue value is 138.
RGB:
(168,113,138)
(66%,44%,54%)

RGB channels and saturation

R 168 of 255 = 66%
G 113 of 255 = 44%
B 138 of 255 = 54%

168
113
138

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

Portions of RGB colors in percentages

R + G + B =
168 + 113 + 138 = 419 (100%)
R 168 of 419 ~ 40.1%
G 113 of 419 ~ 26.97%
B 138 of 419 ~ 32.94%

%40.1
%26.97
%32.94

CMYK color model

#A8718A color CMYK value is (0,33,18,34).

  • cyan value is 0.00%
  • magenta value is 32.74%
  • yellow value is 17.86%
  • key color value is 34.12%
CMYK:
(0,33,18,34)
C0M33Y18K34 
(0%,33%,18%,34%)
(0.00/0.33/0.18/0.34)	

CMYK percentages

%0
%32.74
%17.86
%34.12

Codes

Color #A8718A in popluar color models

A8718A
RGB168113138
HSL333°24.02%55.10%
HSB/HSV333°32.74%65.88%
CMYK0.00%32.74%17.86%
34.12%

Color #A8718A in popluar number systems.

HEXA8718A
Decimal168113138
Binary10101000111000110001010
Octal250161212

Shades and tints

Shades of #A8718A

#A8718A
(168,113,138)
#99677E
(153,103,126)
#8A5D72
(138,93,114)
#7B5366
(123,83,102)
#6C495A
(108,73,90)
#5D3F4E
(93,63,78)
#4E3542
(78,53,66)
#3F2B36
(63,43,54)
#30212A
(48,33,42)
#21171E
(33,23,30)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #A8718A

#A8718A
(168,113,138)
#AF7D94
(175,125,148)
#B6899E
(182,137,158)
#BD95A8
(189,149,168)
#C4A1B2
(196,161,178)
#CBADBC
(203,173,188)
#D2B9C6
(210,185,198)
#D9C5D0
(217,197,208)
#E0D1DA
(224,209,218)
#E7DDE4
(231,221,228)
#EEE9EE
(238,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8718A; }

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

This text font color is #A8718A.


Background Color

.myBgColor { background-color: #A8718A; }

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

This div background color is #A8718A.


Border color

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

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

This div border color is #A8718A.


Opacity

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

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

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

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

This text has shadow with #A8718A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8718A on black background.


Color preview on white background

This text has color #A8718A on white background.



Black color preview on #A8718A background

This text has black color on #A8718A background.


White color preview on #A8718A background

This text has white color on #A8718A background.