COLOR #A76888

HEX: #A76888
RGB: (167,104,136)

Color info

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

RGB color model

#A76888 color RGB value is (167,104,136).

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

RGB channels and saturation

R 167 of 255 = 65%
G 104 of 255 = 41%
B 136 of 255 = 53%

167
104
136

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

Portions of RGB colors in percentages

R + G + B =
167 + 104 + 136 = 407 (100%)
R 167 of 407 ~ 41.03%
G 104 of 407 ~ 25.55%
B 136 of 407 ~ 33.42%

%41.03
%25.55
%33.42

CMYK color model

#A76888 color CMYK value is (0,38,19,35).

  • cyan value is 0.00%
  • magenta value is 37.72%
  • yellow value is 18.56%
  • key color value is 34.51%
CMYK:
(0,38,19,35)
C0M38Y19K35 
(0%,38%,19%,35%)
(0.00/0.38/0.19/0.35)	

CMYK percentages

%0
%37.72
%18.56
%34.51

Codes

Color #A76888 in popluar color models

A76888
RGB167104136
HSL330°26.36%53.14%
HSB/HSV330°37.72%65.49%
CMYK0.00%37.72%18.56%
34.51%

Color #A76888 in popluar number systems.

HEXA76888
Decimal167104136
Binary10100111110100010001000
Octal247150210

Shades and tints

Shades of #A76888

#A76888
(167,104,136)
#985F7C
(152,95,124)
#895670
(137,86,112)
#7A4D64
(122,77,100)
#6B4458
(107,68,88)
#5C3B4C
(92,59,76)
#4D3240
(77,50,64)
#3E2934
(62,41,52)
#2F2028
(47,32,40)
#20171C
(32,23,28)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #A76888

#A76888
(167,104,136)
#AF7592
(175,117,146)
#B7829C
(183,130,156)
#BF8FA6
(191,143,166)
#C79CB0
(199,156,176)
#CFA9BA
(207,169,186)
#D7B6C4
(215,182,196)
#DFC3CE
(223,195,206)
#E7D0D8
(231,208,216)
#EFDDE2
(239,221,226)
#F7EAEC
(247,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A76888; }

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

This text font color is #A76888.


Background Color

.myBgColor { background-color: #A76888; }

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

This div background color is #A76888.


Border color

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

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

This div border color is #A76888.


Opacity

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

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

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

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

This text has shadow with #A76888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76888 on black background.


Color preview on white background

This text has color #A76888 on white background.



Black color preview on #A76888 background

This text has black color on #A76888 background.


White color preview on #A76888 background

This text has white color on #A76888 background.