COLOR #A77A93

HEX: #A77A93
RGB: (167,122,147)

Color info

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

RGB color model

#A77A93 color RGB value is (167,122,147).

  • red value is 167;
  • green value is 122;
  • blue value is 147.
RGB:
(167,122,147)
(65%,48%,58%)

RGB channels and saturation

R 167 of 255 = 65%
G 122 of 255 = 48%
B 147 of 255 = 58%

167
122
147

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

Portions of RGB colors in percentages

R + G + B =
167 + 122 + 147 = 436 (100%)
R 167 of 436 ~ 38.3%
G 122 of 436 ~ 27.98%
B 147 of 436 ~ 33.72%

%38.3
%27.98
%33.72

CMYK color model

#A77A93 color CMYK value is (0,27,12,35).

  • cyan value is 0.00%
  • magenta value is 26.95%
  • yellow value is 11.98%
  • key color value is 34.51%
CMYK:
(0,27,12,35)
C0M27Y12K35 
(0%,27%,12%,35%)
(0.00/0.27/0.12/0.35)	

CMYK percentages

%0
%26.95
%11.98
%34.51

Codes

Color #A77A93 in popluar color models

A77A93
RGB167122147
HSL327°20.36%56.67%
HSB/HSV327°26.95%65.49%
CMYK0.00%26.95%11.98%
34.51%

Color #A77A93 in popluar number systems.

HEXA77A93
Decimal167122147
Binary10100111111101010010011
Octal247172223

Shades and tints

Shades of #A77A93

#A77A93
(167,122,147)
#986F86
(152,111,134)
#896479
(137,100,121)
#7A596C
(122,89,108)
#6B4E5F
(107,78,95)
#5C4352
(92,67,82)
#4D3845
(77,56,69)
#3E2D38
(62,45,56)
#2F222B
(47,34,43)
#20171E
(32,23,30)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #A77A93

#A77A93
(167,122,147)
#AF869C
(175,134,156)
#B792A5
(183,146,165)
#BF9EAE
(191,158,174)
#C7AAB7
(199,170,183)
#CFB6C0
(207,182,192)
#D7C2C9
(215,194,201)
#DFCED2
(223,206,210)
#E7DADB
(231,218,219)
#EFE6E4
(239,230,228)
#F7F2ED
(247,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77A93 color. Also use rgb(167,122,147) instead hex code.

Text Font Color

.myTextColor { color: #A77A93; }

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

This text font color is #A77A93.


Background Color

.myBgColor { background-color: #A77A93; }

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

This div background color is #A77A93.


Border color

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

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

This div border color is #A77A93.


Opacity

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

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

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

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

This text has shadow with #A77A93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77A93 on black background.


Color preview on white background

This text has color #A77A93 on white background.



Black color preview on #A77A93 background

This text has black color on #A77A93 background.


White color preview on #A77A93 background

This text has white color on #A77A93 background.