COLOR #A496A3

HEX: #A496A3
RGB: (164,150,163)

Color info

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

RGB color model

#A496A3 color RGB value is (164,150,163).

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

RGB channels and saturation

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

164
150
163

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

Portions of RGB colors in percentages

R + G + B =
164 + 150 + 163 = 477 (100%)
R 164 of 477 ~ 34.38%
G 150 of 477 ~ 31.45%
B 163 of 477 ~ 34.17%

%34.38
%31.45
%34.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.54%
  • yellow value is 0.61%
  • 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
%0.61
%35.69

Codes

Color #A496A3 in popluar color models

A496A3
RGB164150163
HSL304°7.14%61.57%
HSB/HSV304°8.54%64.31%
CMYK0.00%8.54%0.61%
35.69%

Color #A496A3 in popluar number systems.

HEXA496A3
Decimal164150163
Binary101001001001011010100011
Octal244226243

Shades and tints

Shades of #A496A3

#A496A3
(164,150,163)
#968995
(150,137,149)
#887C87
(136,124,135)
#7A6F79
(122,111,121)
#6C626B
(108,98,107)
#5E555D
(94,85,93)
#50484F
(80,72,79)
#423B41
(66,59,65)
#342E33
(52,46,51)
#262125
(38,33,37)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #A496A3

#A496A3
(164,150,163)
#AC9FAB
(172,159,171)
#B4A8B3
(180,168,179)
#BCB1BB
(188,177,187)
#C4BAC3
(196,186,195)
#CCC3CB
(204,195,203)
#D4CCD3
(212,204,211)
#DCD5DB
(220,213,219)
#E4DEE3
(228,222,227)
#ECE7EB
(236,231,235)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A496A3; }

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

This text font color is #A496A3.


Background Color

.myBgColor { background-color: #A496A3; }

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

This div background color is #A496A3.


Border color

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

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

This div border color is #A496A3.


Opacity

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

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

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

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

This text has shadow with #A496A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A496A3 on black background.


Color preview on white background

This text has color #A496A3 on white background.



Black color preview on #A496A3 background

This text has black color on #A496A3 background.


White color preview on #A496A3 background

This text has white color on #A496A3 background.