COLOR #A9687C

HEX: #A9687C
RGB: (169,104,124)

Color info

#A9687C contains mainly red and blue colors. Web safe color of #A9687C is #996666 (or #966).

RGB color model

#A9687C color RGB value is (169,104,124).

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

RGB channels and saturation

R 169 of 255 = 66%
G 104 of 255 = 41%
B 124 of 255 = 49%

169
104
124

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

Portions of RGB colors in percentages

R + G + B =
169 + 104 + 124 = 397 (100%)
R 169 of 397 ~ 42.57%
G 104 of 397 ~ 26.2%
B 124 of 397 ~ 31.23%

%42.57
%26.2
%31.23

CMYK color model

#A9687C color CMYK value is (0,38,27,34).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 26.63%
  • key color value is 33.73%
CMYK:
(0,38,27,34)
C0M38Y27K34 
(0%,38%,27%,34%)
(0.00/0.38/0.27/0.34)	

CMYK percentages

%0
%38.46
%26.63
%33.73

Codes

Color #A9687C in popluar color models

A9687C
RGB169104124
HSL342°27.43%53.53%
HSB/HSV342°38.46%66.27%
CMYK0.00%38.46%26.63%
33.73%

Color #A9687C in popluar number systems.

HEXA9687C
Decimal169104124
Binary1010100111010001111100
Octal251150174

Shades and tints

Shades of #A9687C

#A9687C
(169,104,124)
#9A5F71
(154,95,113)
#8B5666
(139,86,102)
#7C4D5B
(124,77,91)
#6D4450
(109,68,80)
#5E3B45
(94,59,69)
#4F323A
(79,50,58)
#40292F
(64,41,47)
#312024
(49,32,36)
#221719
(34,23,25)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #A9687C

#A9687C
(169,104,124)
#B07587
(176,117,135)
#B78292
(183,130,146)
#BE8F9D
(190,143,157)
#C59CA8
(197,156,168)
#CCA9B3
(204,169,179)
#D3B6BE
(211,182,190)
#DAC3C9
(218,195,201)
#E1D0D4
(225,208,212)
#E8DDDF
(232,221,223)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9687C; }

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

This text font color is #A9687C.


Background Color

.myBgColor { background-color: #A9687C; }

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

This div background color is #A9687C.


Border color

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

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

This div border color is #A9687C.


Opacity

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

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

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

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

This text has shadow with #A9687C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9687C on black background.


Color preview on white background

This text has color #A9687C on white background.



Black color preview on #A9687C background

This text has black color on #A9687C background.


White color preview on #A9687C background

This text has white color on #A9687C background.