COLOR #A77091

HEX: #A77091
RGB: (167,112,145)

Color info

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

RGB color model

#A77091 color RGB value is (167,112,145).

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

RGB channels and saturation

R 167 of 255 = 65%
G 112 of 255 = 44%
B 145 of 255 = 57%

167
112
145

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

Portions of RGB colors in percentages

R + G + B =
167 + 112 + 145 = 424 (100%)
R 167 of 424 ~ 39.39%
G 112 of 424 ~ 26.42%
B 145 of 424 ~ 34.2%

%39.39
%26.42
%34.2

CMYK color model

#A77091 color CMYK value is (0,33,13,35).

  • cyan value is 0.00%
  • magenta value is 32.93%
  • yellow value is 13.17%
  • key color value is 34.51%
CMYK:
(0,33,13,35)
C0M33Y13K35 
(0%,33%,13%,35%)
(0.00/0.33/0.13/0.35)	

CMYK percentages

%0
%32.93
%13.17
%34.51

Codes

Color #A77091 in popluar color models

A77091
RGB167112145
HSL324°23.81%54.71%
HSB/HSV324°32.93%65.49%
CMYK0.00%32.93%13.17%
34.51%

Color #A77091 in popluar number systems.

HEXA77091
Decimal167112145
Binary10100111111000010010001
Octal247160221

Shades and tints

Shades of #A77091

#A77091
(167,112,145)
#986684
(152,102,132)
#895C77
(137,92,119)
#7A526A
(122,82,106)
#6B485D
(107,72,93)
#5C3E50
(92,62,80)
#4D3443
(77,52,67)
#3E2A36
(62,42,54)
#2F2029
(47,32,41)
#20161C
(32,22,28)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #A77091

#A77091
(167,112,145)
#AF7D9B
(175,125,155)
#B78AA5
(183,138,165)
#BF97AF
(191,151,175)
#C7A4B9
(199,164,185)
#CFB1C3
(207,177,195)
#D7BECD
(215,190,205)
#DFCBD7
(223,203,215)
#E7D8E1
(231,216,225)
#EFE5EB
(239,229,235)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77091; }

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

This text font color is #A77091.


Background Color

.myBgColor { background-color: #A77091; }

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

This div background color is #A77091.


Border color

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

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

This div border color is #A77091.


Opacity

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

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

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

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

This text has shadow with #A77091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77091 on black background.


Color preview on white background

This text has color #A77091 on white background.



Black color preview on #A77091 background

This text has black color on #A77091 background.


White color preview on #A77091 background

This text has white color on #A77091 background.