COLOR #A94A79

HEX: #A94A79
RGB: (169,74,121)

Color info

#A94A79 contains mainly red and blue colors. Web safe color of #A94A79 is #993366 (or #936).

RGB color model

#A94A79 color RGB value is (169,74,121).

  • red value is 169;
  • green value is 74;
  • blue value is 121.
RGB:
(169,74,121)
(66%,29%,47%)

RGB channels and saturation

R 169 of 255 = 66%
G 74 of 255 = 29%
B 121 of 255 = 47%

169
74
121

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

Portions of RGB colors in percentages

R + G + B =
169 + 74 + 121 = 364 (100%)
R 169 of 364 ~ 46.43%
G 74 of 364 ~ 20.33%
B 121 of 364 ~ 33.24%

%46.43
%20.33
%33.24

CMYK color model

#A94A79 color CMYK value is (0,56,28,34).

  • cyan value is 0.00%
  • magenta value is 56.21%
  • yellow value is 28.40%
  • key color value is 33.73%
CMYK:
(0,56,28,34)
C0M56Y28K34 
(0%,56%,28%,34%)
(0.00/0.56/0.28/0.34)	

CMYK percentages

%0
%56.21
%28.4
%33.73

Codes

Color #A94A79 in popluar color models

A94A79
RGB16974121
HSL330°39.09%47.65%
HSB/HSV330°56.21%66.27%
CMYK0.00%56.21%28.40%
33.73%

Color #A94A79 in popluar number systems.

HEXA94A79
Decimal16974121
Binary1010100110010101111001
Octal251112171

Shades and tints

Shades of #A94A79

#A94A79
(169,74,121)
#9A446E
(154,68,110)
#8B3E63
(139,62,99)
#7C3858
(124,56,88)
#6D324D
(109,50,77)
#5E2C42
(94,44,66)
#4F2637
(79,38,55)
#40202C
(64,32,44)
#311A21
(49,26,33)
#221416
(34,20,22)
#130E0B
(19,14,11)
#000000
(0,0,0)

Tints of #A94A79

#A94A79
(169,74,121)
#B05A85
(176,90,133)
#B76A91
(183,106,145)
#BE7A9D
(190,122,157)
#C58AA9
(197,138,169)
#CC9AB5
(204,154,181)
#D3AAC1
(211,170,193)
#DABACD
(218,186,205)
#E1CAD9
(225,202,217)
#E8DAE5
(232,218,229)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A94A79 color. Also use rgb(169,74,121) instead hex code.

Text Font Color

.myTextColor { color: #A94A79; }

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

This text font color is #A94A79.


Background Color

.myBgColor { background-color: #A94A79; }

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

This div background color is #A94A79.


Border color

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

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

This div border color is #A94A79.


Opacity

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

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

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

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

This text has shadow with #A94A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A94A79 on black background.


Color preview on white background

This text has color #A94A79 on white background.



Black color preview on #A94A79 background

This text has black color on #A94A79 background.


White color preview on #A94A79 background

This text has white color on #A94A79 background.