COLOR #A9689B

HEX: #A9689B
RGB: (169,104,155)

Color info

#A9689B contains mainly red and blue colors. Web safe color of #A9689B is #996699 (or #969).

RGB color model

#A9689B color RGB value is (169,104,155).

  • red value is 169;
  • green value is 104;
  • blue value is 155.
RGB:
(169,104,155)
(66%,41%,61%)

RGB channels and saturation

R 169 of 255 = 66%
G 104 of 255 = 41%
B 155 of 255 = 61%

169
104
155

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

Portions of RGB colors in percentages

R + G + B =
169 + 104 + 155 = 428 (100%)
R 169 of 428 ~ 39.49%
G 104 of 428 ~ 24.3%
B 155 of 428 ~ 36.21%

%39.49
%24.3
%36.21

CMYK color model

#A9689B color CMYK value is (0,38,8,34).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 8.28%
  • key color value is 33.73%
CMYK:
(0,38,8,34)
C0M38Y8K34 
(0%,38%,8%,34%)
(0.00/0.38/0.08/0.34)	

CMYK percentages

%0
%38.46
%8.28
%33.73

Codes

Color #A9689B in popluar color models

A9689B
RGB169104155
HSL313°27.43%53.53%
HSB/HSV313°38.46%66.27%
CMYK0.00%38.46%8.28%
33.73%

Color #A9689B in popluar number systems.

HEXA9689B
Decimal169104155
Binary10101001110100010011011
Octal251150233

Shades and tints

Shades of #A9689B

#A9689B
(169,104,155)
#9A5F8D
(154,95,141)
#8B567F
(139,86,127)
#7C4D71
(124,77,113)
#6D4463
(109,68,99)
#5E3B55
(94,59,85)
#4F3247
(79,50,71)
#402939
(64,41,57)
#31202B
(49,32,43)
#22171D
(34,23,29)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #A9689B

#A9689B
(169,104,155)
#B075A4
(176,117,164)
#B782AD
(183,130,173)
#BE8FB6
(190,143,182)
#C59CBF
(197,156,191)
#CCA9C8
(204,169,200)
#D3B6D1
(211,182,209)
#DAC3DA
(218,195,218)
#E1D0E3
(225,208,227)
#E8DDEC
(232,221,236)
#EFEAF5
(239,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9689B color. Also use rgb(169,104,155) instead hex code.

Text Font Color

.myTextColor { color: #A9689B; }

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

This text font color is #A9689B.


Background Color

.myBgColor { background-color: #A9689B; }

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

This div background color is #A9689B.


Border color

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

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

This div border color is #A9689B.


Opacity

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

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

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

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

This text has shadow with #A9689B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9689B on black background.


Color preview on white background

This text has color #A9689B on white background.



Black color preview on #A9689B background

This text has black color on #A9689B background.


White color preview on #A9689B background

This text has white color on #A9689B background.