COLOR #A77189

HEX: #A77189 RGB: (167,113,137)

Color info

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

RGB color model

#A77189 color RGB value is (167,113,137).

RGB: (167,113,137) (65%, 44%, 54%)

RGB channels and saturation

R 167 of 255 = 65%
G 113 of 255 = 44%
B 137 of 255 = 54%

167
113
137

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

Portions of RGB colors in percentages

R + G + B = 167 + 113 + 137 = 417 (100%)
R 167 of 417 ~ 40.05%
G 113 of 417 ~ 27.1%
B 137 of 417 ~ 32.85'%

%40.05
%27.1
%32.85

CMYK color model

#A77189 color CMYK value is (0,32,18,35).

  • cyan value is 0.00%
  • magenta value is 32.34%
  • yellow value is 17.96%
  • key color value is 34.51%

CMYK: (0,32,18,35)
C0M32Y18K35 (0%, 32%, 18%, 35%)
(0.00 / 0.32 / 0.18 / 0.35)

CMYK percentages

%0
%32.34
%17.96
%34.51

Codes

Color #A77189 in popluar color models

A7 71 89
RGB 167 113 137
HSL 333° 23.48% 54.90%
HSB/HSV 333° 32.34% 65.49%
CMYK 0.00% 32.34% 17.96%
34.51%

Color #A77189 in popluar number systems.

HEX A7 71 89
Decimal 167 113 137
Binary 10100111 1110001 10001001
Octal 247 161 211

Shades and tints

Shades of #A77189

#A77189
(167,113,137)
#98677D
(152,103,125)
#895D71
(137,93,113)
#7A5365
(122,83,101)
#6B4959
(107,73,89)
#5C3F4D
(92,63,77)
#4D3541
(77,53,65)
#3E2B35
(62,43,53)
#2F2129
(47,33,41)
#20171D
(32,23,29)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #A77189

#A77189
(167,113,137)
#AF7D93
(175,125,147)
#B7899D
(183,137,157)
#BF95A7
(191,149,167)
#C7A1B1
(199,161,177)
#CFADBB
(207,173,187)
#D7B9C5
(215,185,197)
#DFC5CF
(223,197,207)
#E7D1D9
(231,209,217)
#EFDDE3
(239,221,227)
#F7E9ED
(247,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77189; }

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

This text font color is #A77189.

Background Color

.myBgColor { background-color: #A77189; }

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

This div background color is #A77189.

Border color

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

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

This div border color is #A77189.

Opacity

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

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

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

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

This text has shadow with #A77189 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A77189.

Preview

Color preview on black background

This text has color #A77189 on black background.


Color preview on white background

This text has color #A77189 on white background.


Black color preview on #A77189 background

This text has black color on #A77189 background.


White color preview on #A77189 background

This text has white color on #A77189 background.


Related colors

Complementary color

Complementary color for #hex is #588E76.


I love getcolorcode.com

Triadic colors

1 #89A771 and #7189A7 with #A77189 are triadic colors.

2 #8971A7 and #71A789 with #A77189 are triadic colors.