COLOR #A9819E

HEX: #A9819E RGB: (169,129,158)

Color info

#A9819E contains red, green and blue colors in about the same proportion. Web safe color of #A9819E is #999999 (or #999).

RGB color model

#A9819E color RGB value is (169,129,158).

RGB: (169,129,158) (66%, 51%, 62%)

RGB channels and saturation

R 169 of 255 = 66%
G 129 of 255 = 51%
B 158 of 255 = 62%

169
129
158

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

Portions of RGB colors in percentages

R + G + B = 169 + 129 + 158 = 456 (100%)
R 169 of 456 ~ 37.06%
G 129 of 456 ~ 28.29%
B 158 of 456 ~ 34.65'%

%37.06
%28.29
%34.65

CMYK color model

#A9819E color CMYK value is (0,24,7,34).

  • cyan value is 0.00%
  • magenta value is 23.67%
  • yellow value is 6.51%
  • key color value is 33.73%

CMYK: (0,24,7,34)
C0M24Y7K34 (0%, 24%, 7%, 34%)
(0.00 / 0.24 / 0.07 / 0.34)

CMYK percentages

%0
%23.67
%6.51
%33.73

Codes

Color #A9819E in popluar color models

A9 81 9E
RGB 169 129 158
HSL 317° 18.87% 58.43%
HSB/HSV 317° 23.67% 66.27%
CMYK 0.00% 23.67% 6.51%
33.73%

Color #A9819E in popluar number systems.

HEX A9 81 9E
Decimal 169 129 158
Binary 10101001 10000001 10011110
Octal 251 201 236

Shades and tints

Shades of #A9819E

#A9819E
(169,129,158)
#9A7690
(154,118,144)
#8B6B82
(139,107,130)
#7C6074
(124,96,116)
#6D5566
(109,85,102)
#5E4A58
(94,74,88)
#4F3F4A
(79,63,74)
#40343C
(64,52,60)
#31292E
(49,41,46)
#221E20
(34,30,32)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #A9819E

#A9819E
(169,129,158)
#B08CA6
(176,140,166)
#B797AE
(183,151,174)
#BEA2B6
(190,162,182)
#C5ADBE
(197,173,190)
#CCB8C6
(204,184,198)
#D3C3CE
(211,195,206)
#DACED6
(218,206,214)
#E1D9DE
(225,217,222)
#E8E4E6
(232,228,230)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9819E color. Also use rgb(169,129,158) instead hex code.

Text Font Color

.myTextColor { color: #A9819E; }

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

This text font color is #A9819E.

Background Color

.myBgColor { background-color: #A9819E; }

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

This div background color is #A9819E.

Border color

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

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

This div border color is #A9819E.

Opacity

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

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

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

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

This text has shadow with #A9819E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9819E.

Preview

Color preview on black background

This text has color #A9819E on black background.


Color preview on white background

This text has color #A9819E on white background.


Black color preview on #A9819E background

This text has black color on #A9819E background.


White color preview on #A9819E background

This text has white color on #A9819E background.


Related colors

Complementary color

Complementary color for #hex is #567E61.


I love getcolorcode.com

Triadic colors

1 #9EA981 and #819EA9 with #A9819E are triadic colors.

2 #9E81A9 and #81A99E with #A9819E are triadic colors.