COLOR #A296AA

HEX: #A296AA
RGB: (162,150,170)

Color info

#A296AA contains red, green and blue colors in about the same proportion. Web safe color of #A296AA is #999999 (or #999).

RGB color model

#A296AA color RGB value is (162,150,170).

  • red value is 162;
  • green value is 150;
  • blue value is 170.
RGB:
(162,150,170)
(64%,59%,67%)

RGB channels and saturation

R 162 of 255 = 64%
G 150 of 255 = 59%
B 170 of 255 = 67%

162
150
170

R + G + B ~ 63%. #A296AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 150 + 170 = 482 (100%)
R 162 of 482 ~ 33.61%
G 150 of 482 ~ 31.12%
B 170 of 482 ~ 35.27%

%33.61
%31.12
%35.27

CMYK color model

#A296AA color CMYK value is (5,12,0,33).

  • cyan value is 4.71%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(5,12,0,33)
C5M12Y0K33 
(5%,12%,0%,33%)
(0.05/0.12/0.00/0.33)	

CMYK percentages

%4.71
%11.76
%0
%33.33

Codes

Color #A296AA in popluar color models

A296AA
RGB162150170
HSL276°10.53%62.75%
HSB/HSV276°11.76%66.67%
CMYK4.71%11.76%0.00%
33.33%

Color #A296AA in popluar number systems.

HEXA296AA
Decimal162150170
Binary101000101001011010101010
Octal242226252

Shades and tints

Shades of #A296AA

#A296AA
(162,150,170)
#94899B
(148,137,155)
#867C8C
(134,124,140)
#786F7D
(120,111,125)
#6A626E
(106,98,110)
#5C555F
(92,85,95)
#4E4850
(78,72,80)
#403B41
(64,59,65)
#322E32
(50,46,50)
#242123
(36,33,35)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #A296AA

#A296AA
(162,150,170)
#AA9FB1
(170,159,177)
#B2A8B8
(178,168,184)
#BAB1BF
(186,177,191)
#C2BAC6
(194,186,198)
#CAC3CD
(202,195,205)
#D2CCD4
(210,204,212)
#DAD5DB
(218,213,219)
#E2DEE2
(226,222,226)
#EAE7E9
(234,231,233)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A296AA color. Also use rgb(162,150,170) instead hex code.

Text Font Color

.myTextColor { color: #A296AA; }

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

This text font color is #A296AA.


Background Color

.myBgColor { background-color: #A296AA; }

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

This div background color is #A296AA.


Border color

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

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

This div border color is #A296AA.


Opacity

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

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

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

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

This text has shadow with #A296AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A296AA on black background.


Color preview on white background

This text has color #A296AA on white background.



Black color preview on #A296AA background

This text has black color on #A296AA background.


White color preview on #A296AA background

This text has white color on #A296AA background.