COLOR #A87794

HEX: #A87794
RGB: (168,119,148)

Color info

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

RGB color model

#A87794 color RGB value is (168,119,148).

  • red value is 168;
  • green value is 119;
  • blue value is 148.
RGB:
(168,119,148)
(66%,47%,58%)

RGB channels and saturation

R 168 of 255 = 66%
G 119 of 255 = 47%
B 148 of 255 = 58%

168
119
148

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

Portions of RGB colors in percentages

R + G + B =
168 + 119 + 148 = 435 (100%)
R 168 of 435 ~ 38.62%
G 119 of 435 ~ 27.36%
B 148 of 435 ~ 34.02%

%38.62
%27.36
%34.02

CMYK color model

#A87794 color CMYK value is (0,29,12,34).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 11.90%
  • key color value is 34.12%
CMYK:
(0,29,12,34)
C0M29Y12K34 
(0%,29%,12%,34%)
(0.00/0.29/0.12/0.34)	

CMYK percentages

%0
%29.17
%11.9
%34.12

Codes

Color #A87794 in popluar color models

A87794
RGB168119148
HSL324°21.97%56.27%
HSB/HSV324°29.17%65.88%
CMYK0.00%29.17%11.90%
34.12%

Color #A87794 in popluar number systems.

HEXA87794
Decimal168119148
Binary10101000111011110010100
Octal250167224

Shades and tints

Shades of #A87794

#A87794
(168,119,148)
#996D87
(153,109,135)
#8A637A
(138,99,122)
#7B596D
(123,89,109)
#6C4F60
(108,79,96)
#5D4553
(93,69,83)
#4E3B46
(78,59,70)
#3F3139
(63,49,57)
#30272C
(48,39,44)
#211D1F
(33,29,31)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #A87794

#A87794
(168,119,148)
#AF839D
(175,131,157)
#B68FA6
(182,143,166)
#BD9BAF
(189,155,175)
#C4A7B8
(196,167,184)
#CBB3C1
(203,179,193)
#D2BFCA
(210,191,202)
#D9CBD3
(217,203,211)
#E0D7DC
(224,215,220)
#E7E3E5
(231,227,229)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87794 color. Also use rgb(168,119,148) instead hex code.

Text Font Color

.myTextColor { color: #A87794; }

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

This text font color is #A87794.


Background Color

.myBgColor { background-color: #A87794; }

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

This div background color is #A87794.


Border color

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

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

This div border color is #A87794.


Opacity

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

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

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

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

This text has shadow with #A87794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87794 on black background.


Color preview on white background

This text has color #A87794 on white background.



Black color preview on #A87794 background

This text has black color on #A87794 background.


White color preview on #A87794 background

This text has white color on #A87794 background.