COLOR #A9176C

HEX: #A9176C
RGB: (169,23,108)

Color info

#A9176C contains mainly red color. Web safe color of #A9176C is #990066 (or #906).

RGB color model

#A9176C color RGB value is (169,23,108).

  • red value is 169;
  • green value is 23;
  • blue value is 108.
RGB:
(169,23,108)
(66%,9%,42%)

RGB channels and saturation

R 169 of 255 = 66%
G 23 of 255 = 9%
B 108 of 255 = 42%

169
23
108

R + G + B ~ 39%. #A9176C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
169 + 23 + 108 = 300 (100%)
R 169 of 300 ~ 56.33%
G 23 of 300 ~ 7.67%
B 108 of 300 ~ 36%

%56.33
%36

CMYK color model

#A9176C color CMYK value is (0,86,36,34).

  • cyan value is 0.00%
  • magenta value is 86.39%
  • yellow value is 36.09%
  • key color value is 33.73%
CMYK:
(0,86,36,34)
C0M86Y36K34 
(0%,86%,36%,34%)
(0.00/0.86/0.36/0.34)	

CMYK percentages

%0
%86.39
%36.09
%33.73

Codes

Color #A9176C in popluar color models

A9176C
RGB16923108
HSL325°76.04%37.65%
HSB/HSV325°86.39%66.27%
CMYK0.00%86.39%36.09%
33.73%

Color #A9176C in popluar number systems.

HEXA9176C
Decimal16923108
Binary10101001101111101100
Octal25127154

Shades and tints

Shades of #A9176C

#A9176C
(169,23,108)
#9A1563
(154,21,99)
#8B135A
(139,19,90)
#7C1151
(124,17,81)
#6D0F48
(109,15,72)
#5E0D3F
(94,13,63)
#4F0B36
(79,11,54)
#40092D
(64,9,45)
#310724
(49,7,36)
#22051B
(34,5,27)
#130312
(19,3,18)
#000000
(0,0,0)

Tints of #A9176C

#A9176C
(169,23,108)
#B02C79
(176,44,121)
#B74186
(183,65,134)
#BE5693
(190,86,147)
#C56BA0
(197,107,160)
#CC80AD
(204,128,173)
#D395BA
(211,149,186)
#DAAAC7
(218,170,199)
#E1BFD4
(225,191,212)
#E8D4E1
(232,212,225)
#EFE9EE
(239,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9176C color. Also use rgb(169,23,108) instead hex code.

Text Font Color

.myTextColor { color: #A9176C; }

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

This text font color is #A9176C.


Background Color

.myBgColor { background-color: #A9176C; }

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

This div background color is #A9176C.


Border color

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

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

This div border color is #A9176C.


Opacity

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

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

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

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

This text has shadow with #A9176C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9176C on black background.


Color preview on white background

This text has color #A9176C on white background.



Black color preview on #A9176C background

This text has black color on #A9176C background.


White color preview on #A9176C background

This text has white color on #A9176C background.