COLOR #A77186

HEX: #A77186
RGB: (167,113,134)

Color info

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

RGB color model

#A77186 color RGB value is (167,113,134).

  • red value is 167;
  • green value is 113;
  • blue value is 134.
RGB:
(167,113,134)
(65%,44%,53%)

RGB channels and saturation

R 167 of 255 = 65%
G 113 of 255 = 44%
B 134 of 255 = 53%

167
113
134

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

Portions of RGB colors in percentages

R + G + B =
167 + 113 + 134 = 414 (100%)
R 167 of 414 ~ 40.34%
G 113 of 414 ~ 27.29%
B 134 of 414 ~ 32.37%

%40.34
%27.29
%32.37

CMYK color model

#A77186 color CMYK value is (0,32,20,35).

  • cyan value is 0.00%
  • magenta value is 32.34%
  • yellow value is 19.76%
  • key color value is 34.51%
CMYK:
(0,32,20,35)
C0M32Y20K35 
(0%,32%,20%,35%)
(0.00/0.32/0.20/0.35)	

CMYK percentages

%0
%32.34
%19.76
%34.51

Codes

Color #A77186 in popluar color models

A77186
RGB167113134
HSL337°23.48%54.90%
HSB/HSV337°32.34%65.49%
CMYK0.00%32.34%19.76%
34.51%

Color #A77186 in popluar number systems.

HEXA77186
Decimal167113134
Binary10100111111000110000110
Octal247161206

Shades and tints

Shades of #A77186

#A77186
(167,113,134)
#98677A
(152,103,122)
#895D6E
(137,93,110)
#7A5362
(122,83,98)
#6B4956
(107,73,86)
#5C3F4A
(92,63,74)
#4D353E
(77,53,62)
#3E2B32
(62,43,50)
#2F2126
(47,33,38)
#20171A
(32,23,26)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #A77186

#A77186
(167,113,134)
#AF7D91
(175,125,145)
#B7899C
(183,137,156)
#BF95A7
(191,149,167)
#C7A1B2
(199,161,178)
#CFADBD
(207,173,189)
#D7B9C8
(215,185,200)
#DFC5D3
(223,197,211)
#E7D1DE
(231,209,222)
#EFDDE9
(239,221,233)
#F7E9F4
(247,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77186 color. Also use rgb(167,113,134) instead hex code.

Text Font Color

.myTextColor { color: #A77186; }

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

This text font color is #A77186.


Background Color

.myBgColor { background-color: #A77186; }

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

This div background color is #A77186.


Border color

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

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

This div border color is #A77186.


Opacity

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

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

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

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

This text has shadow with #A77186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77186 on black background.


Color preview on white background

This text has color #A77186 on white background.



Black color preview on #A77186 background

This text has black color on #A77186 background.


White color preview on #A77186 background

This text has white color on #A77186 background.