COLOR #A2768C

HEX: #A2768C
RGB: (162,118,140)

Color info

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

RGB color model

#A2768C color RGB value is (162,118,140).

  • red value is 162;
  • green value is 118;
  • blue value is 140.
RGB:
(162,118,140)
(64%,46%,55%)

RGB channels and saturation

R 162 of 255 = 64%
G 118 of 255 = 46%
B 140 of 255 = 55%

162
118
140

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

Portions of RGB colors in percentages

R + G + B =
162 + 118 + 140 = 420 (100%)
R 162 of 420 ~ 38.57%
G 118 of 420 ~ 28.1%
B 140 of 420 ~ 33.33%

%38.57
%28.1
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.16%
  • yellow value is 13.58%
  • key color value is 36.47%
CMYK:
(0,27,14,36)
C0M27Y14K36 
(0%,27%,14%,36%)
(0.00/0.27/0.14/0.36)	

CMYK percentages

%0
%27.16
%13.58
%36.47

Codes

Color #A2768C in popluar color models

A2768C
RGB162118140
HSL330°19.13%54.90%
HSB/HSV330°27.16%63.53%
CMYK0.00%27.16%13.58%
36.47%

Color #A2768C in popluar number systems.

HEXA2768C
Decimal162118140
Binary10100010111011010001100
Octal242166214

Shades and tints

Shades of #A2768C

#A2768C
(162,118,140)
#946C80
(148,108,128)
#866274
(134,98,116)
#785868
(120,88,104)
#6A4E5C
(106,78,92)
#5C4450
(92,68,80)
#4E3A44
(78,58,68)
#403038
(64,48,56)
#32262C
(50,38,44)
#241C20
(36,28,32)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #A2768C

#A2768C
(162,118,140)
#AA8296
(170,130,150)
#B28EA0
(178,142,160)
#BA9AAA
(186,154,170)
#C2A6B4
(194,166,180)
#CAB2BE
(202,178,190)
#D2BEC8
(210,190,200)
#DACAD2
(218,202,210)
#E2D6DC
(226,214,220)
#EAE2E6
(234,226,230)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2768C color. Also use rgb(162,118,140) instead hex code.

Text Font Color

.myTextColor { color: #A2768C; }

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

This text font color is #A2768C.


Background Color

.myBgColor { background-color: #A2768C; }

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

This div background color is #A2768C.


Border color

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

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

This div border color is #A2768C.


Opacity

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

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

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

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

This text has shadow with #A2768C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2768C on black background.


Color preview on white background

This text has color #A2768C on white background.



Black color preview on #A2768C background

This text has black color on #A2768C background.


White color preview on #A2768C background

This text has white color on #A2768C background.