COLOR #A76F92

HEX: #A76F92
RGB: (167,111,146)

Color info

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

RGB color model

#A76F92 color RGB value is (167,111,146).

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

RGB channels and saturation

R 167 of 255 = 65%
G 111 of 255 = 44%
B 146 of 255 = 57%

167
111
146

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

Portions of RGB colors in percentages

R + G + B =
167 + 111 + 146 = 424 (100%)
R 167 of 424 ~ 39.39%
G 111 of 424 ~ 26.18%
B 146 of 424 ~ 34.43%

%39.39
%26.18
%34.43

CMYK color model

#A76F92 color CMYK value is (0,34,13,35).

  • cyan value is 0.00%
  • magenta value is 33.53%
  • yellow value is 12.57%
  • key color value is 34.51%
CMYK:
(0,34,13,35)
C0M34Y13K35 
(0%,34%,13%,35%)
(0.00/0.34/0.13/0.35)	

CMYK percentages

%0
%33.53
%12.57
%34.51

Codes

Color #A76F92 in popluar color models

A76F92
RGB167111146
HSL323°24.14%54.51%
HSB/HSV323°33.53%65.49%
CMYK0.00%33.53%12.57%
34.51%

Color #A76F92 in popluar number systems.

HEXA76F92
Decimal167111146
Binary10100111110111110010010
Octal247157222

Shades and tints

Shades of #A76F92

#A76F92
(167,111,146)
#986585
(152,101,133)
#895B78
(137,91,120)
#7A516B
(122,81,107)
#6B475E
(107,71,94)
#5C3D51
(92,61,81)
#4D3344
(77,51,68)
#3E2937
(62,41,55)
#2F1F2A
(47,31,42)
#20151D
(32,21,29)
#110B10
(17,11,16)
#000000
(0,0,0)

Tints of #A76F92

#A76F92
(167,111,146)
#AF7C9B
(175,124,155)
#B789A4
(183,137,164)
#BF96AD
(191,150,173)
#C7A3B6
(199,163,182)
#CFB0BF
(207,176,191)
#D7BDC8
(215,189,200)
#DFCAD1
(223,202,209)
#E7D7DA
(231,215,218)
#EFE4E3
(239,228,227)
#F7F1EC
(247,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A76F92; }

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

This text font color is #A76F92.


Background Color

.myBgColor { background-color: #A76F92; }

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

This div background color is #A76F92.


Border color

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

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

This div border color is #A76F92.


Opacity

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

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

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

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

This text has shadow with #A76F92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76F92 on black background.


Color preview on white background

This text has color #A76F92 on white background.



Black color preview on #A76F92 background

This text has black color on #A76F92 background.


White color preview on #A76F92 background

This text has white color on #A76F92 background.