COLOR #A95076

HEX: #A95076
RGB: (169,80,118)

Color info

#A95076 contains mainly red and blue colors. Web safe color of #A95076 is #996666 (or #966).

RGB color model

#A95076 color RGB value is (169,80,118).

  • red value is 169;
  • green value is 80;
  • blue value is 118.
RGB:
(169,80,118)
(66%,31%,46%)

RGB channels and saturation

R 169 of 255 = 66%
G 80 of 255 = 31%
B 118 of 255 = 46%

169
80
118

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

Portions of RGB colors in percentages

R + G + B =
169 + 80 + 118 = 367 (100%)
R 169 of 367 ~ 46.05%
G 80 of 367 ~ 21.8%
B 118 of 367 ~ 32.15%

%46.05
%21.8
%32.15

CMYK color model

#A95076 color CMYK value is (0,53,30,34).

  • cyan value is 0.00%
  • magenta value is 52.66%
  • yellow value is 30.18%
  • key color value is 33.73%
CMYK:
(0,53,30,34)
C0M53Y30K34 
(0%,53%,30%,34%)
(0.00/0.53/0.30/0.34)	

CMYK percentages

%0
%52.66
%30.18
%33.73

Codes

Color #A95076 in popluar color models

A95076
RGB16980118
HSL334°35.74%48.82%
HSB/HSV334°52.66%66.27%
CMYK0.00%52.66%30.18%
33.73%

Color #A95076 in popluar number systems.

HEXA95076
Decimal16980118
Binary1010100110100001110110
Octal251120166

Shades and tints

Shades of #A95076

#A95076
(169,80,118)
#9A496C
(154,73,108)
#8B4262
(139,66,98)
#7C3B58
(124,59,88)
#6D344E
(109,52,78)
#5E2D44
(94,45,68)
#4F263A
(79,38,58)
#401F30
(64,31,48)
#311826
(49,24,38)
#22111C
(34,17,28)
#130A12
(19,10,18)
#000000
(0,0,0)

Tints of #A95076

#A95076
(169,80,118)
#B05F82
(176,95,130)
#B76E8E
(183,110,142)
#BE7D9A
(190,125,154)
#C58CA6
(197,140,166)
#CC9BB2
(204,155,178)
#D3AABE
(211,170,190)
#DAB9CA
(218,185,202)
#E1C8D6
(225,200,214)
#E8D7E2
(232,215,226)
#EFE6EE
(239,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A95076 color. Also use rgb(169,80,118) instead hex code.

Text Font Color

.myTextColor { color: #A95076; }

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

This text font color is #A95076.


Background Color

.myBgColor { background-color: #A95076; }

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

This div background color is #A95076.


Border color

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

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

This div border color is #A95076.


Opacity

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

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

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

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

This text has shadow with #A95076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A95076 on black background.


Color preview on white background

This text has color #A95076 on white background.



Black color preview on #A95076 background

This text has black color on #A95076 background.


White color preview on #A95076 background

This text has white color on #A95076 background.