COLOR #A76F8B

HEX: #A76F8B
RGB: (167,111,139)

Color info

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

RGB color model

#A76F8B color RGB value is (167,111,139).

  • red value is 167;
  • green value is 111;
  • blue value is 139.
RGB:
(167,111,139)
(65%,44%,55%)

RGB channels and saturation

R 167 of 255 = 65%
G 111 of 255 = 44%
B 139 of 255 = 55%

167
111
139

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

Portions of RGB colors in percentages

R + G + B =
167 + 111 + 139 = 417 (100%)
R 167 of 417 ~ 40.05%
G 111 of 417 ~ 26.62%
B 139 of 417 ~ 33.33%

%40.05
%26.62
%33.33

CMYK color model

#A76F8B color CMYK value is (0,34,17,35).

  • cyan value is 0.00%
  • magenta value is 33.53%
  • yellow value is 16.77%
  • key color value is 34.51%
CMYK:
(0,34,17,35)
C0M34Y17K35 
(0%,34%,17%,35%)
(0.00/0.34/0.17/0.35)	

CMYK percentages

%0
%33.53
%16.77
%34.51

Codes

Color #A76F8B in popluar color models

A76F8B
RGB167111139
HSL330°24.14%54.51%
HSB/HSV330°33.53%65.49%
CMYK0.00%33.53%16.77%
34.51%

Color #A76F8B in popluar number systems.

HEXA76F8B
Decimal167111139
Binary10100111110111110001011
Octal247157213

Shades and tints

Shades of #A76F8B

#A76F8B
(167,111,139)
#98657F
(152,101,127)
#895B73
(137,91,115)
#7A5167
(122,81,103)
#6B475B
(107,71,91)
#5C3D4F
(92,61,79)
#4D3343
(77,51,67)
#3E2937
(62,41,55)
#2F1F2B
(47,31,43)
#20151F
(32,21,31)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #A76F8B

#A76F8B
(167,111,139)
#AF7C95
(175,124,149)
#B7899F
(183,137,159)
#BF96A9
(191,150,169)
#C7A3B3
(199,163,179)
#CFB0BD
(207,176,189)
#D7BDC7
(215,189,199)
#DFCAD1
(223,202,209)
#E7D7DB
(231,215,219)
#EFE4E5
(239,228,229)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76F8B color. Also use rgb(167,111,139) instead hex code.

Text Font Color

.myTextColor { color: #A76F8B; }

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

This text font color is #A76F8B.


Background Color

.myBgColor { background-color: #A76F8B; }

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

This div background color is #A76F8B.


Border color

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

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

This div border color is #A76F8B.


Opacity

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

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

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

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

This text has shadow with #A76F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76F8B on black background.


Color preview on white background

This text has color #A76F8B on white background.



Black color preview on #A76F8B background

This text has black color on #A76F8B background.


White color preview on #A76F8B background

This text has white color on #A76F8B background.