COLOR #A2768A

HEX: #A2768A
RGB: (162,118,138)

Color info

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

RGB color model

#A2768A color RGB value is (162,118,138).

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

RGB channels and saturation

R 162 of 255 = 64%
G 118 of 255 = 46%
B 138 of 255 = 54%

162
118
138

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

Portions of RGB colors in percentages

R + G + B =
162 + 118 + 138 = 418 (100%)
R 162 of 418 ~ 38.76%
G 118 of 418 ~ 28.23%
B 138 of 418 ~ 33.01%

%38.76
%28.23
%33.01

CMYK color model

#A2768A color CMYK value is (0,27,15,36).

  • cyan value is 0.00%
  • magenta value is 27.16%
  • yellow value is 14.81%
  • key color value is 36.47%
CMYK:
(0,27,15,36)
C0M27Y15K36 
(0%,27%,15%,36%)
(0.00/0.27/0.15/0.36)	

CMYK percentages

%0
%27.16
%14.81
%36.47

Codes

Color #A2768A in popluar color models

A2768A
RGB162118138
HSL333°19.13%54.90%
HSB/HSV333°27.16%63.53%
CMYK0.00%27.16%14.81%
36.47%

Color #A2768A in popluar number systems.

HEXA2768A
Decimal162118138
Binary10100010111011010001010
Octal242166212

Shades and tints

Shades of #A2768A

#A2768A
(162,118,138)
#946C7E
(148,108,126)
#866272
(134,98,114)
#785866
(120,88,102)
#6A4E5A
(106,78,90)
#5C444E
(92,68,78)
#4E3A42
(78,58,66)
#403036
(64,48,54)
#32262A
(50,38,42)
#241C1E
(36,28,30)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #A2768A

#A2768A
(162,118,138)
#AA8294
(170,130,148)
#B28E9E
(178,142,158)
#BA9AA8
(186,154,168)
#C2A6B2
(194,166,178)
#CAB2BC
(202,178,188)
#D2BEC6
(210,190,198)
#DACAD0
(218,202,208)
#E2D6DA
(226,214,218)
#EAE2E4
(234,226,228)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2768A; }

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

This text font color is #A2768A.


Background Color

.myBgColor { background-color: #A2768A; }

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

This div background color is #A2768A.


Border color

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

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

This div border color is #A2768A.


Opacity

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

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

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

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

This text has shadow with #A2768A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2768A on black background.


Color preview on white background

This text has color #A2768A on white background.



Black color preview on #A2768A background

This text has black color on #A2768A background.


White color preview on #A2768A background

This text has white color on #A2768A background.