COLOR #A95077

HEX: #A95077
RGB: (169,80,119)

Color info

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

RGB color model

#A95077 color RGB value is (169,80,119).

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

RGB channels and saturation

R 169 of 255 = 66%
G 80 of 255 = 31%
B 119 of 255 = 47%

169
80
119

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

Portions of RGB colors in percentages

R + G + B =
169 + 80 + 119 = 368 (100%)
R 169 of 368 ~ 45.92%
G 80 of 368 ~ 21.74%
B 119 of 368 ~ 32.34%

%45.92
%21.74
%32.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 52.66%
  • yellow value is 29.59%
  • 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
%29.59
%33.73

Codes

Color #A95077 in popluar color models

A95077
RGB16980119
HSL334°35.74%48.82%
HSB/HSV334°52.66%66.27%
CMYK0.00%52.66%29.59%
33.73%

Color #A95077 in popluar number systems.

HEXA95077
Decimal16980119
Binary1010100110100001110111
Octal251120167

Shades and tints

Shades of #A95077

#A95077
(169,80,119)
#9A496D
(154,73,109)
#8B4263
(139,66,99)
#7C3B59
(124,59,89)
#6D344F
(109,52,79)
#5E2D45
(94,45,69)
#4F263B
(79,38,59)
#401F31
(64,31,49)
#311827
(49,24,39)
#22111D
(34,17,29)
#130A13
(19,10,19)
#000000
(0,0,0)

Tints of #A95077

#A95077
(169,80,119)
#B05F83
(176,95,131)
#B76E8F
(183,110,143)
#BE7D9B
(190,125,155)
#C58CA7
(197,140,167)
#CC9BB3
(204,155,179)
#D3AABF
(211,170,191)
#DAB9CB
(218,185,203)
#E1C8D7
(225,200,215)
#E8D7E3
(232,215,227)
#EFE6EF
(239,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A95077; }

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

This text font color is #A95077.


Background Color

.myBgColor { background-color: #A95077; }

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

This div background color is #A95077.


Border color

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

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

This div border color is #A95077.


Opacity

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

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

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

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

This text has shadow with #A95077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A95077 on black background.


Color preview on white background

This text has color #A95077 on white background.



Black color preview on #A95077 background

This text has black color on #A95077 background.


White color preview on #A95077 background

This text has white color on #A95077 background.