COLOR #A496A2

HEX: #A496A2
RGB: (164,150,162)

Color info

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

RGB color model

#A496A2 color RGB value is (164,150,162).

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

RGB channels and saturation

R 164 of 255 = 64%
G 150 of 255 = 59%
B 162 of 255 = 64%

164
150
162

R + G + B ~ 62%. #A496A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 150 + 162 = 476 (100%)
R 164 of 476 ~ 34.45%
G 150 of 476 ~ 31.51%
B 162 of 476 ~ 34.03%

%34.45
%31.51
%34.03

CMYK color model

#A496A2 color CMYK value is (0,9,1,36).

  • cyan value is 0.00%
  • magenta value is 8.54%
  • yellow value is 1.22%
  • key color value is 35.69%
CMYK:
(0,9,1,36)
C0M9Y1K36 
(0%,9%,1%,36%)
(0.00/0.09/0.01/0.36)	

CMYK percentages

%0
%8.54
%1.22
%35.69

Codes

Color #A496A2 in popluar color models

A496A2
RGB164150162
HSL309°7.14%61.57%
HSB/HSV309°8.54%64.31%
CMYK0.00%8.54%1.22%
35.69%

Color #A496A2 in popluar number systems.

HEXA496A2
Decimal164150162
Binary101001001001011010100010
Octal244226242

Shades and tints

Shades of #A496A2

#A496A2
(164,150,162)
#968994
(150,137,148)
#887C86
(136,124,134)
#7A6F78
(122,111,120)
#6C626A
(108,98,106)
#5E555C
(94,85,92)
#50484E
(80,72,78)
#423B40
(66,59,64)
#342E32
(52,46,50)
#262124
(38,33,36)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #A496A2

#A496A2
(164,150,162)
#AC9FAA
(172,159,170)
#B4A8B2
(180,168,178)
#BCB1BA
(188,177,186)
#C4BAC2
(196,186,194)
#CCC3CA
(204,195,202)
#D4CCD2
(212,204,210)
#DCD5DA
(220,213,218)
#E4DEE2
(228,222,226)
#ECE7EA
(236,231,234)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A496A2; }

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

This text font color is #A496A2.


Background Color

.myBgColor { background-color: #A496A2; }

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

This div background color is #A496A2.


Border color

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

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

This div border color is #A496A2.


Opacity

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

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

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

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

This text has shadow with #A496A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A496A2 on black background.


Color preview on white background

This text has color #A496A2 on white background.



Black color preview on #A496A2 background

This text has black color on #A496A2 background.


White color preview on #A496A2 background

This text has white color on #A496A2 background.