COLOR #A77A96

HEX: #A77A96
RGB: (167,122,150)

Color info

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

RGB color model

#A77A96 color RGB value is (167,122,150).

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

RGB channels and saturation

R 167 of 255 = 65%
G 122 of 255 = 48%
B 150 of 255 = 59%

167
122
150

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

Portions of RGB colors in percentages

R + G + B =
167 + 122 + 150 = 439 (100%)
R 167 of 439 ~ 38.04%
G 122 of 439 ~ 27.79%
B 150 of 439 ~ 34.17%

%38.04
%27.79
%34.17

CMYK color model

#A77A96 color CMYK value is (0,27,10,35).

  • cyan value is 0.00%
  • magenta value is 26.95%
  • yellow value is 10.18%
  • key color value is 34.51%
CMYK:
(0,27,10,35)
C0M27Y10K35 
(0%,27%,10%,35%)
(0.00/0.27/0.10/0.35)	

CMYK percentages

%0
%26.95
%10.18
%34.51

Codes

Color #A77A96 in popluar color models

A77A96
RGB167122150
HSL323°20.36%56.67%
HSB/HSV323°26.95%65.49%
CMYK0.00%26.95%10.18%
34.51%

Color #A77A96 in popluar number systems.

HEXA77A96
Decimal167122150
Binary10100111111101010010110
Octal247172226

Shades and tints

Shades of #A77A96

#A77A96
(167,122,150)
#986F89
(152,111,137)
#89647C
(137,100,124)
#7A596F
(122,89,111)
#6B4E62
(107,78,98)
#5C4355
(92,67,85)
#4D3848
(77,56,72)
#3E2D3B
(62,45,59)
#2F222E
(47,34,46)
#201721
(32,23,33)
#110C14
(17,12,20)
#000000
(0,0,0)

Tints of #A77A96

#A77A96
(167,122,150)
#AF869F
(175,134,159)
#B792A8
(183,146,168)
#BF9EB1
(191,158,177)
#C7AABA
(199,170,186)
#CFB6C3
(207,182,195)
#D7C2CC
(215,194,204)
#DFCED5
(223,206,213)
#E7DADE
(231,218,222)
#EFE6E7
(239,230,231)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77A96; }

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

This text font color is #A77A96.


Background Color

.myBgColor { background-color: #A77A96; }

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

This div background color is #A77A96.


Border color

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

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

This div border color is #A77A96.


Opacity

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

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

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

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

This text has shadow with #A77A96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77A96 on black background.


Color preview on white background

This text has color #A77A96 on white background.



Black color preview on #A77A96 background

This text has black color on #A77A96 background.


White color preview on #A77A96 background

This text has white color on #A77A96 background.