COLOR #A76889

HEX: #A76889
RGB: (167,104,137)

Color info

#A76889 contains mainly red and blue colors. Web safe color of #A76889 is #996699 (or #969).

RGB color model

#A76889 color RGB value is (167,104,137).

  • red value is 167;
  • green value is 104;
  • blue value is 137.
RGB:
(167,104,137)
(65%,41%,54%)

RGB channels and saturation

R 167 of 255 = 65%
G 104 of 255 = 41%
B 137 of 255 = 54%

167
104
137

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

Portions of RGB colors in percentages

R + G + B =
167 + 104 + 137 = 408 (100%)
R 167 of 408 ~ 40.93%
G 104 of 408 ~ 25.49%
B 137 of 408 ~ 33.58%

%40.93
%25.49
%33.58

CMYK color model

#A76889 color CMYK value is (0,38,18,35).

  • cyan value is 0.00%
  • magenta value is 37.72%
  • yellow value is 17.96%
  • key color value is 34.51%
CMYK:
(0,38,18,35)
C0M38Y18K35 
(0%,38%,18%,35%)
(0.00/0.38/0.18/0.35)	

CMYK percentages

%0
%37.72
%17.96
%34.51

Codes

Color #A76889 in popluar color models

A76889
RGB167104137
HSL329°26.36%53.14%
HSB/HSV329°37.72%65.49%
CMYK0.00%37.72%17.96%
34.51%

Color #A76889 in popluar number systems.

HEXA76889
Decimal167104137
Binary10100111110100010001001
Octal247150211

Shades and tints

Shades of #A76889

#A76889
(167,104,137)
#985F7D
(152,95,125)
#895671
(137,86,113)
#7A4D65
(122,77,101)
#6B4459
(107,68,89)
#5C3B4D
(92,59,77)
#4D3241
(77,50,65)
#3E2935
(62,41,53)
#2F2029
(47,32,41)
#20171D
(32,23,29)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #A76889

#A76889
(167,104,137)
#AF7593
(175,117,147)
#B7829D
(183,130,157)
#BF8FA7
(191,143,167)
#C79CB1
(199,156,177)
#CFA9BB
(207,169,187)
#D7B6C5
(215,182,197)
#DFC3CF
(223,195,207)
#E7D0D9
(231,208,217)
#EFDDE3
(239,221,227)
#F7EAED
(247,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A76889; }

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

This text font color is #A76889.


Background Color

.myBgColor { background-color: #A76889; }

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

This div background color is #A76889.


Border color

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

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

This div border color is #A76889.


Opacity

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

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

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

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

This text has shadow with #A76889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76889 on black background.


Color preview on white background

This text has color #A76889 on white background.



Black color preview on #A76889 background

This text has black color on #A76889 background.


White color preview on #A76889 background

This text has white color on #A76889 background.