COLOR #A9346E

HEX: #A9346E
RGB: (169,52,110)

Color info

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

RGB color model

#A9346E color RGB value is (169,52,110).

  • red value is 169;
  • green value is 52;
  • blue value is 110.
RGB:
(169,52,110)
(66%,20%,43%)

RGB channels and saturation

R 169 of 255 = 66%
G 52 of 255 = 20%
B 110 of 255 = 43%

169
52
110

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

Portions of RGB colors in percentages

R + G + B =
169 + 52 + 110 = 331 (100%)
R 169 of 331 ~ 51.06%
G 52 of 331 ~ 15.71%
B 110 of 331 ~ 33.23%

%51.06
%15.71
%33.23

CMYK color model

#A9346E color CMYK value is (0,69,35,34).

  • cyan value is 0.00%
  • magenta value is 69.23%
  • yellow value is 34.91%
  • key color value is 33.73%
CMYK:
(0,69,35,34)
C0M69Y35K34 
(0%,69%,35%,34%)
(0.00/0.69/0.35/0.34)	

CMYK percentages

%0
%69.23
%34.91
%33.73

Codes

Color #A9346E in popluar color models

A9346E
RGB16952110
HSL330°52.94%43.33%
HSB/HSV330°69.23%66.27%
CMYK0.00%69.23%34.91%
33.73%

Color #A9346E in popluar number systems.

HEXA9346E
Decimal16952110
Binary101010011101001101110
Octal25164156

Shades and tints

Shades of #A9346E

#A9346E
(169,52,110)
#9A3064
(154,48,100)
#8B2C5A
(139,44,90)
#7C2850
(124,40,80)
#6D2446
(109,36,70)
#5E203C
(94,32,60)
#4F1C32
(79,28,50)
#401828
(64,24,40)
#31141E
(49,20,30)
#221014
(34,16,20)
#130C0A
(19,12,10)
#000000
(0,0,0)

Tints of #A9346E

#A9346E
(169,52,110)
#B0467B
(176,70,123)
#B75888
(183,88,136)
#BE6A95
(190,106,149)
#C57CA2
(197,124,162)
#CC8EAF
(204,142,175)
#D3A0BC
(211,160,188)
#DAB2C9
(218,178,201)
#E1C4D6
(225,196,214)
#E8D6E3
(232,214,227)
#EFE8F0
(239,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9346E color. Also use rgb(169,52,110) instead hex code.

Text Font Color

.myTextColor { color: #A9346E; }

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

This text font color is #A9346E.


Background Color

.myBgColor { background-color: #A9346E; }

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

This div background color is #A9346E.


Border color

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

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

This div border color is #A9346E.


Opacity

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

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

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

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

This text has shadow with #A9346E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9346E on black background.


Color preview on white background

This text has color #A9346E on white background.



Black color preview on #A9346E background

This text has black color on #A9346E background.


White color preview on #A9346E background

This text has white color on #A9346E background.