COLOR #A77086

HEX: #A77086
RGB: (167,112,134)

Color info

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

RGB color model

#A77086 color RGB value is (167,112,134).

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

RGB channels and saturation

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

167
112
134

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

Portions of RGB colors in percentages

R + G + B =
167 + 112 + 134 = 413 (100%)
R 167 of 413 ~ 40.44%
G 112 of 413 ~ 27.12%
B 134 of 413 ~ 32.45%

%40.44
%27.12
%32.45

CMYK color model

#A77086 color CMYK value is (0,33,20,35).

  • cyan value is 0.00%
  • magenta value is 32.93%
  • yellow value is 19.76%
  • key color value is 34.51%
CMYK:
(0,33,20,35)
C0M33Y20K35 
(0%,33%,20%,35%)
(0.00/0.33/0.20/0.35)	

CMYK percentages

%0
%32.93
%19.76
%34.51

Codes

Color #A77086 in popluar color models

A77086
RGB167112134
HSL336°23.81%54.71%
HSB/HSV336°32.93%65.49%
CMYK0.00%32.93%19.76%
34.51%

Color #A77086 in popluar number systems.

HEXA77086
Decimal167112134
Binary10100111111000010000110
Octal247160206

Shades and tints

Shades of #A77086

#A77086
(167,112,134)
#98667A
(152,102,122)
#895C6E
(137,92,110)
#7A5262
(122,82,98)
#6B4856
(107,72,86)
#5C3E4A
(92,62,74)
#4D343E
(77,52,62)
#3E2A32
(62,42,50)
#2F2026
(47,32,38)
#20161A
(32,22,26)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #A77086

#A77086
(167,112,134)
#AF7D91
(175,125,145)
#B78A9C
(183,138,156)
#BF97A7
(191,151,167)
#C7A4B2
(199,164,178)
#CFB1BD
(207,177,189)
#D7BEC8
(215,190,200)
#DFCBD3
(223,203,211)
#E7D8DE
(231,216,222)
#EFE5E9
(239,229,233)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77086; }

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

This text font color is #A77086.


Background Color

.myBgColor { background-color: #A77086; }

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

This div background color is #A77086.


Border color

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

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

This div border color is #A77086.


Opacity

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

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

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

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

This text has shadow with #A77086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77086 on black background.


Color preview on white background

This text has color #A77086 on white background.



Black color preview on #A77086 background

This text has black color on #A77086 background.


White color preview on #A77086 background

This text has white color on #A77086 background.