COLOR #A9779D

HEX: #A9779D
RGB: (169,119,157)

Color info

#A9779D contains red, green and blue colors in about the same proportion. Web safe color of #A9779D is #996699 (or #969).

RGB color model

#A9779D color RGB value is (169,119,157).

  • red value is 169;
  • green value is 119;
  • blue value is 157.
RGB:
(169,119,157)
(66%,47%,62%)

RGB channels and saturation

R 169 of 255 = 66%
G 119 of 255 = 47%
B 157 of 255 = 62%

169
119
157

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

Portions of RGB colors in percentages

R + G + B =
169 + 119 + 157 = 445 (100%)
R 169 of 445 ~ 37.98%
G 119 of 445 ~ 26.74%
B 157 of 445 ~ 35.28%

%37.98
%26.74
%35.28

CMYK color model

#A9779D color CMYK value is (0,30,7,34).

  • cyan value is 0.00%
  • magenta value is 29.59%
  • yellow value is 7.10%
  • key color value is 33.73%
CMYK:
(0,30,7,34)
C0M30Y7K34 
(0%,30%,7%,34%)
(0.00/0.30/0.07/0.34)	

CMYK percentages

%0
%29.59
%7.1
%33.73

Codes

Color #A9779D in popluar color models

A9779D
RGB169119157
HSL314°22.52%56.47%
HSB/HSV314°29.59%66.27%
CMYK0.00%29.59%7.10%
33.73%

Color #A9779D in popluar number systems.

HEXA9779D
Decimal169119157
Binary10101001111011110011101
Octal251167235

Shades and tints

Shades of #A9779D

#A9779D
(169,119,157)
#9A6D8F
(154,109,143)
#8B6381
(139,99,129)
#7C5973
(124,89,115)
#6D4F65
(109,79,101)
#5E4557
(94,69,87)
#4F3B49
(79,59,73)
#40313B
(64,49,59)
#31272D
(49,39,45)
#221D1F
(34,29,31)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #A9779D

#A9779D
(169,119,157)
#B083A5
(176,131,165)
#B78FAD
(183,143,173)
#BE9BB5
(190,155,181)
#C5A7BD
(197,167,189)
#CCB3C5
(204,179,197)
#D3BFCD
(211,191,205)
#DACBD5
(218,203,213)
#E1D7DD
(225,215,221)
#E8E3E5
(232,227,229)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9779D color. Also use rgb(169,119,157) instead hex code.

Text Font Color

.myTextColor { color: #A9779D; }

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

This text font color is #A9779D.


Background Color

.myBgColor { background-color: #A9779D; }

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

This div background color is #A9779D.


Border color

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

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

This div border color is #A9779D.


Opacity

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

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

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

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

This text has shadow with #A9779D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9779D on black background.


Color preview on white background

This text has color #A9779D on white background.



Black color preview on #A9779D background

This text has black color on #A9779D background.


White color preview on #A9779D background

This text has white color on #A9779D background.