COLOR #A9166D

HEX: #A9166D
RGB: (169,22,109)

Color info

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

RGB color model

#A9166D color RGB value is (169,22,109).

  • red value is 169;
  • green value is 22;
  • blue value is 109.
RGB:
(169,22,109)
(66%,9%,43%)

RGB channels and saturation

R 169 of 255 = 66%
G 22 of 255 = 9%
B 109 of 255 = 43%

169
22
109

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

Portions of RGB colors in percentages

R + G + B =
169 + 22 + 109 = 300 (100%)
R 169 of 300 ~ 56.33%
G 22 of 300 ~ 7.33%
B 109 of 300 ~ 36.33%

%56.33
%36.33

CMYK color model

#A9166D color CMYK value is (0,87,36,34).

  • cyan value is 0.00%
  • magenta value is 86.98%
  • yellow value is 35.50%
  • key color value is 33.73%
CMYK:
(0,87,36,34)
C0M87Y36K34 
(0%,87%,36%,34%)
(0.00/0.87/0.36/0.34)	

CMYK percentages

%0
%86.98
%35.5
%33.73

Codes

Color #A9166D in popluar color models

A9166D
RGB16922109
HSL324°76.96%37.45%
HSB/HSV324°86.98%66.27%
CMYK0.00%86.98%35.50%
33.73%

Color #A9166D in popluar number systems.

HEXA9166D
Decimal16922109
Binary10101001101101101101
Octal25126155

Shades and tints

Shades of #A9166D

#A9166D
(169,22,109)
#9A1464
(154,20,100)
#8B125B
(139,18,91)
#7C1052
(124,16,82)
#6D0E49
(109,14,73)
#5E0C40
(94,12,64)
#4F0A37
(79,10,55)
#40082E
(64,8,46)
#310625
(49,6,37)
#22041C
(34,4,28)
#130213
(19,2,19)
#000000
(0,0,0)

Tints of #A9166D

#A9166D
(169,22,109)
#B02B7A
(176,43,122)
#B74087
(183,64,135)
#BE5594
(190,85,148)
#C56AA1
(197,106,161)
#CC7FAE
(204,127,174)
#D394BB
(211,148,187)
#DAA9C8
(218,169,200)
#E1BED5
(225,190,213)
#E8D3E2
(232,211,226)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9166D color. Also use rgb(169,22,109) instead hex code.

Text Font Color

.myTextColor { color: #A9166D; }

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

This text font color is #A9166D.


Background Color

.myBgColor { background-color: #A9166D; }

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

This div background color is #A9166D.


Border color

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

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

This div border color is #A9166D.


Opacity

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

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

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

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

This text has shadow with #A9166D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9166D on black background.


Color preview on white background

This text has color #A9166D on white background.



Black color preview on #A9166D background

This text has black color on #A9166D background.


White color preview on #A9166D background

This text has white color on #A9166D background.