COLOR #A2687D

HEX: #A2687D
RGB: (162,104,125)

Color info

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

RGB color model

#A2687D color RGB value is (162,104,125).

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

RGB channels and saturation

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

162
104
125

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

Portions of RGB colors in percentages

R + G + B =
162 + 104 + 125 = 391 (100%)
R 162 of 391 ~ 41.43%
G 104 of 391 ~ 26.6%
B 125 of 391 ~ 31.97%

%41.43
%26.6
%31.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.80%
  • yellow value is 22.84%
  • 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
%22.84
%36.47

Codes

Color #A2687D in popluar color models

A2687D
RGB162104125
HSL338°23.77%52.16%
HSB/HSV338°35.80%63.53%
CMYK0.00%35.80%22.84%
36.47%

Color #A2687D in popluar number systems.

HEXA2687D
Decimal162104125
Binary1010001011010001111101
Octal242150175

Shades and tints

Shades of #A2687D

#A2687D
(162,104,125)
#945F72
(148,95,114)
#865667
(134,86,103)
#784D5C
(120,77,92)
#6A4451
(106,68,81)
#5C3B46
(92,59,70)
#4E323B
(78,50,59)
#402930
(64,41,48)
#322025
(50,32,37)
#24171A
(36,23,26)
#160E0F
(22,14,15)
#000000
(0,0,0)

Tints of #A2687D

#A2687D
(162,104,125)
#AA7588
(170,117,136)
#B28293
(178,130,147)
#BA8F9E
(186,143,158)
#C29CA9
(194,156,169)
#CAA9B4
(202,169,180)
#D2B6BF
(210,182,191)
#DAC3CA
(218,195,202)
#E2D0D5
(226,208,213)
#EADDE0
(234,221,224)
#F2EAEB
(242,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2687D; }

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

This text font color is #A2687D.


Background Color

.myBgColor { background-color: #A2687D; }

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

This div background color is #A2687D.


Border color

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

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

This div border color is #A2687D.


Opacity

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

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

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

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

This text has shadow with #A2687D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2687D on black background.


Color preview on white background

This text has color #A2687D on white background.



Black color preview on #A2687D background

This text has black color on #A2687D background.


White color preview on #A2687D background

This text has white color on #A2687D background.