COLOR #A2687C

HEX: #A2687C
RGB: (162,104,124)

Color info

#A2687C contains red, green and blue colors in about the same proportion. Web safe color of #A2687C is #996666 (or #966).

RGB color model

#A2687C color RGB value is (162,104,124).

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

RGB channels and saturation

R 162 of 255 = 64%
G 104 of 255 = 41%
B 124 of 255 = 49%

162
104
124

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

Portions of RGB colors in percentages

R + G + B =
162 + 104 + 124 = 390 (100%)
R 162 of 390 ~ 41.54%
G 104 of 390 ~ 26.67%
B 124 of 390 ~ 31.79%

%41.54
%26.67
%31.79

CMYK color model

#A2687C color CMYK value is (0,36,23,36).

  • cyan value is 0.00%
  • magenta value is 35.80%
  • yellow value is 23.46%
  • key color value is 36.47%
CMYK:
(0,36,23,36)
C0M36Y23K36 
(0%,36%,23%,36%)
(0.00/0.36/0.23/0.36)	

CMYK percentages

%0
%35.8
%23.46
%36.47

Codes

Color #A2687C in popluar color models

A2687C
RGB162104124
HSL339°23.77%52.16%
HSB/HSV339°35.80%63.53%
CMYK0.00%35.80%23.46%
36.47%

Color #A2687C in popluar number systems.

HEXA2687C
Decimal162104124
Binary1010001011010001111100
Octal242150174

Shades and tints

Shades of #A2687C

#A2687C
(162,104,124)
#945F71
(148,95,113)
#865666
(134,86,102)
#784D5B
(120,77,91)
#6A4450
(106,68,80)
#5C3B45
(92,59,69)
#4E323A
(78,50,58)
#40292F
(64,41,47)
#322024
(50,32,36)
#241719
(36,23,25)
#160E0E
(22,14,14)
#000000
(0,0,0)

Tints of #A2687C

#A2687C
(162,104,124)
#AA7587
(170,117,135)
#B28292
(178,130,146)
#BA8F9D
(186,143,157)
#C29CA8
(194,156,168)
#CAA9B3
(202,169,179)
#D2B6BE
(210,182,190)
#DAC3C9
(218,195,201)
#E2D0D4
(226,208,212)
#EADDDF
(234,221,223)
#F2EAEA
(242,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2687C; }

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

This text font color is #A2687C.


Background Color

.myBgColor { background-color: #A2687C; }

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

This div background color is #A2687C.


Border color

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

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

This div border color is #A2687C.


Opacity

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

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

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

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

This text has shadow with #A2687C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2687C on black background.


Color preview on white background

This text has color #A2687C on white background.



Black color preview on #A2687C background

This text has black color on #A2687C background.


White color preview on #A2687C background

This text has white color on #A2687C background.