COLOR #A996A0

HEX: #A996A0
RGB: (169,150,160)

Color info

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

RGB color model

#A996A0 color RGB value is (169,150,160).

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

RGB channels and saturation

R 169 of 255 = 66%
G 150 of 255 = 59%
B 160 of 255 = 63%

169
150
160

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

Portions of RGB colors in percentages

R + G + B =
169 + 150 + 160 = 479 (100%)
R 169 of 479 ~ 35.28%
G 150 of 479 ~ 31.32%
B 160 of 479 ~ 33.4%

%35.28
%31.32
%33.4

CMYK color model

#A996A0 color CMYK value is (0,11,5,34).

  • cyan value is 0.00%
  • magenta value is 11.24%
  • yellow value is 5.33%
  • key color value is 33.73%
CMYK:
(0,11,5,34)
C0M11Y5K34 
(0%,11%,5%,34%)
(0.00/0.11/0.05/0.34)	

CMYK percentages

%0
%11.24
%5.33
%33.73

Codes

Color #A996A0 in popluar color models

A996A0
RGB169150160
HSL328°9.95%62.55%
HSB/HSV328°11.24%66.27%
CMYK0.00%11.24%5.33%
33.73%

Color #A996A0 in popluar number systems.

HEXA996A0
Decimal169150160
Binary101010011001011010100000
Octal251226240

Shades and tints

Shades of #A996A0

#A996A0
(169,150,160)
#9A8992
(154,137,146)
#8B7C84
(139,124,132)
#7C6F76
(124,111,118)
#6D6268
(109,98,104)
#5E555A
(94,85,90)
#4F484C
(79,72,76)
#403B3E
(64,59,62)
#312E30
(49,46,48)
#222122
(34,33,34)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #A996A0

#A996A0
(169,150,160)
#B09FA8
(176,159,168)
#B7A8B0
(183,168,176)
#BEB1B8
(190,177,184)
#C5BAC0
(197,186,192)
#CCC3C8
(204,195,200)
#D3CCD0
(211,204,208)
#DAD5D8
(218,213,216)
#E1DEE0
(225,222,224)
#E8E7E8
(232,231,232)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A996A0; }

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

This text font color is #A996A0.


Background Color

.myBgColor { background-color: #A996A0; }

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

This div background color is #A996A0.


Border color

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

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

This div border color is #A996A0.


Opacity

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

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

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

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

This text has shadow with #A996A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A996A0 on black background.


Color preview on white background

This text has color #A996A0 on white background.



Black color preview on #A996A0 background

This text has black color on #A996A0 background.


White color preview on #A996A0 background

This text has white color on #A996A0 background.