COLOR #A2688B

HEX: #A2688B
RGB: (162,104,139)

Color info

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

RGB color model

#A2688B color RGB value is (162,104,139).

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

RGB channels and saturation

R 162 of 255 = 64%
G 104 of 255 = 41%
B 139 of 255 = 55%

162
104
139

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

Portions of RGB colors in percentages

R + G + B =
162 + 104 + 139 = 405 (100%)
R 162 of 405 ~ 40%
G 104 of 405 ~ 25.68%
B 139 of 405 ~ 34.32%

%40
%25.68
%34.32

CMYK color model

#A2688B color CMYK value is (0,36,14,36).

  • cyan value is 0.00%
  • magenta value is 35.80%
  • yellow value is 14.20%
  • key color value is 36.47%
CMYK:
(0,36,14,36)
C0M36Y14K36 
(0%,36%,14%,36%)
(0.00/0.36/0.14/0.36)	

CMYK percentages

%0
%35.8
%14.2
%36.47

Codes

Color #A2688B in popluar color models

A2688B
RGB162104139
HSL324°23.77%52.16%
HSB/HSV324°35.80%63.53%
CMYK0.00%35.80%14.20%
36.47%

Color #A2688B in popluar number systems.

HEXA2688B
Decimal162104139
Binary10100010110100010001011
Octal242150213

Shades and tints

Shades of #A2688B

#A2688B
(162,104,139)
#945F7F
(148,95,127)
#865673
(134,86,115)
#784D67
(120,77,103)
#6A445B
(106,68,91)
#5C3B4F
(92,59,79)
#4E3243
(78,50,67)
#402937
(64,41,55)
#32202B
(50,32,43)
#24171F
(36,23,31)
#160E13
(22,14,19)
#000000
(0,0,0)

Tints of #A2688B

#A2688B
(162,104,139)
#AA7595
(170,117,149)
#B2829F
(178,130,159)
#BA8FA9
(186,143,169)
#C29CB3
(194,156,179)
#CAA9BD
(202,169,189)
#D2B6C7
(210,182,199)
#DAC3D1
(218,195,209)
#E2D0DB
(226,208,219)
#EADDE5
(234,221,229)
#F2EAEF
(242,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2688B; }

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

This text font color is #A2688B.


Background Color

.myBgColor { background-color: #A2688B; }

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

This div background color is #A2688B.


Border color

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

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

This div border color is #A2688B.


Opacity

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

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

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

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

This text has shadow with #A2688B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2688B on black background.


Color preview on white background

This text has color #A2688B on white background.



Black color preview on #A2688B background

This text has black color on #A2688B background.


White color preview on #A2688B background

This text has white color on #A2688B background.