COLOR #A95072

HEX: #A95072
RGB: (169,80,114)

Color info

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

RGB color model

#A95072 color RGB value is (169,80,114).

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

RGB channels and saturation

R 169 of 255 = 66%
G 80 of 255 = 31%
B 114 of 255 = 45%

169
80
114

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

Portions of RGB colors in percentages

R + G + B =
169 + 80 + 114 = 363 (100%)
R 169 of 363 ~ 46.56%
G 80 of 363 ~ 22.04%
B 114 of 363 ~ 31.4%

%46.56
%22.04
%31.4

CMYK color model

#A95072 color CMYK value is (0,53,33,34).

  • cyan value is 0.00%
  • magenta value is 52.66%
  • yellow value is 32.54%
  • key color value is 33.73%
CMYK:
(0,53,33,34)
C0M53Y33K34 
(0%,53%,33%,34%)
(0.00/0.53/0.33/0.34)	

CMYK percentages

%0
%52.66
%32.54
%33.73

Codes

Color #A95072 in popluar color models

A95072
RGB16980114
HSL337°35.74%48.82%
HSB/HSV337°52.66%66.27%
CMYK0.00%52.66%32.54%
33.73%

Color #A95072 in popluar number systems.

HEXA95072
Decimal16980114
Binary1010100110100001110010
Octal251120162

Shades and tints

Shades of #A95072

#A95072
(169,80,114)
#9A4968
(154,73,104)
#8B425E
(139,66,94)
#7C3B54
(124,59,84)
#6D344A
(109,52,74)
#5E2D40
(94,45,64)
#4F2636
(79,38,54)
#401F2C
(64,31,44)
#311822
(49,24,34)
#221118
(34,17,24)
#130A0E
(19,10,14)
#000000
(0,0,0)

Tints of #A95072

#A95072
(169,80,114)
#B05F7E
(176,95,126)
#B76E8A
(183,110,138)
#BE7D96
(190,125,150)
#C58CA2
(197,140,162)
#CC9BAE
(204,155,174)
#D3AABA
(211,170,186)
#DAB9C6
(218,185,198)
#E1C8D2
(225,200,210)
#E8D7DE
(232,215,222)
#EFE6EA
(239,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A95072; }

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

This text font color is #A95072.


Background Color

.myBgColor { background-color: #A95072; }

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

This div background color is #A95072.


Border color

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

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

This div border color is #A95072.


Opacity

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

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

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

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

This text has shadow with #A95072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A95072 on black background.


Color preview on white background

This text has color #A95072 on white background.



Black color preview on #A95072 background

This text has black color on #A95072 background.


White color preview on #A95072 background

This text has white color on #A95072 background.