COLOR #A996A3

HEX: #A996A3
RGB: (169,150,163)

Color info

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

RGB color model

#A996A3 color RGB value is (169,150,163).

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

RGB channels and saturation

R 169 of 255 = 66%
G 150 of 255 = 59%
B 163 of 255 = 64%

169
150
163

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

Portions of RGB colors in percentages

R + G + B =
169 + 150 + 163 = 482 (100%)
R 169 of 482 ~ 35.06%
G 150 of 482 ~ 31.12%
B 163 of 482 ~ 33.82%

%35.06
%31.12
%33.82

CMYK color model

#A996A3 color CMYK value is (0,11,4,34).

  • cyan value is 0.00%
  • magenta value is 11.24%
  • yellow value is 3.55%
  • key color value is 33.73%
CMYK:
(0,11,4,34)
C0M11Y4K34 
(0%,11%,4%,34%)
(0.00/0.11/0.04/0.34)	

CMYK percentages

%0
%11.24
%3.55
%33.73

Codes

Color #A996A3 in popluar color models

A996A3
RGB169150163
HSL319°9.95%62.55%
HSB/HSV319°11.24%66.27%
CMYK0.00%11.24%3.55%
33.73%

Color #A996A3 in popluar number systems.

HEXA996A3
Decimal169150163
Binary101010011001011010100011
Octal251226243

Shades and tints

Shades of #A996A3

#A996A3
(169,150,163)
#9A8995
(154,137,149)
#8B7C87
(139,124,135)
#7C6F79
(124,111,121)
#6D626B
(109,98,107)
#5E555D
(94,85,93)
#4F484F
(79,72,79)
#403B41
(64,59,65)
#312E33
(49,46,51)
#222125
(34,33,37)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #A996A3

#A996A3
(169,150,163)
#B09FAB
(176,159,171)
#B7A8B3
(183,168,179)
#BEB1BB
(190,177,187)
#C5BAC3
(197,186,195)
#CCC3CB
(204,195,203)
#D3CCD3
(211,204,211)
#DAD5DB
(218,213,219)
#E1DEE3
(225,222,227)
#E8E7EB
(232,231,235)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A996A3; }

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

This text font color is #A996A3.


Background Color

.myBgColor { background-color: #A996A3; }

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

This div background color is #A996A3.


Border color

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

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

This div border color is #A996A3.


Opacity

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

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

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

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

This text has shadow with #A996A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A996A3 on black background.


Color preview on white background

This text has color #A996A3 on white background.



Black color preview on #A996A3 background

This text has black color on #A996A3 background.


White color preview on #A996A3 background

This text has white color on #A996A3 background.