COLOR #A9849C

HEX: #A9849C RGB: (169,132,156)

Color info

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

RGB color model

#A9849C color RGB value is (169,132,156).

RGB: (169,132,156) (66%, 52%, 61%)

RGB channels and saturation

R 169 of 255 = 66%
G 132 of 255 = 52%
B 156 of 255 = 61%

169
132
156

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

Portions of RGB colors in percentages

R + G + B = 169 + 132 + 156 = 457 (100%)
R 169 of 457 ~ 36.98%
G 132 of 457 ~ 28.88%
B 156 of 457 ~ 34.14'%

%36.98
%28.88
%34.14

CMYK color model

#A9849C color CMYK value is (0,22,8,34).

  • cyan value is 0.00%
  • magenta value is 21.89%
  • yellow value is 7.69%
  • key color value is 33.73%
CMYK: (0,22,8,34) C0M22Y8K34 (0%,22%,8%,34%) (0.00/0.22/0.08/0.34) 

CMYK percentages

%0
%21.89
%7.69
%33.73

Codes

Color #A9849C in popluar color models

A9 84 9C
RGB 169 132 156
HSL 321° 17.70% 59.02%
HSB/HSV 321° 21.89% 66.27%
CMYK 0.00% 21.89% 7.69%
33.73%

Color #A9849C in popluar number systems.

HEX A9 84 9C
Decimal 169 132 156
Binary 10101001 10000100 10011100
Octal 251 204 234

Shades and tints

Shades of #A9849C

#A9849C
(169,132,156)
#9A788E
(154,120,142)
#8B6C80
(139,108,128)
#7C6072
(124,96,114)
#6D5464
(109,84,100)
#5E4856
(94,72,86)
#4F3C48
(79,60,72)
#40303A
(64,48,58)
#31242C
(49,36,44)
#22181E
(34,24,30)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #A9849C

#A9849C
(169,132,156)
#B08FA5
(176,143,165)
#B79AAE
(183,154,174)
#BEA5B7
(190,165,183)
#C5B0C0
(197,176,192)
#CCBBC9
(204,187,201)
#D3C6D2
(211,198,210)
#DAD1DB
(218,209,219)
#E1DCE4
(225,220,228)
#E8E7ED
(232,231,237)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9849C color. Also use rgb(169,132,156) instead hex code.

Text Font Color

.myTextColor { color: #A9849C; }

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

This text font color is #A9849C.

Background Color

.myBgColor { background-color: #A9849C; }

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

This div background color is #A9849C.

Border color

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

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

This div border color is #A9849C.

Opacity

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

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

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

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

This text has shadow with #A9849C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9849C.

Preview

Color preview on black background

This text has color #A9849C on black background.


Color preview on white background

This text has color #A9849C on white background.


Black color preview on #A9849C background

This text has black color on #A9849C background.


White color preview on #A9849C background

This text has white color on #A9849C background.


Related colors

Complementary color

Complementary color for #hex is #567B63.


I love getcolorcode.com

Triadic colors

1 #9CA984 and #849CA9 with #A9849C are triadic colors.

2 #9C84A9 and #84A99C with #A9849C are triadic colors.