COLOR #A196A0

HEX: #A196A0 RGB: (161,150,160)

Color info

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

RGB color model

#A196A0 color RGB value is (161,150,160).

RGB: (161,150,160) (63%, 59%, 63%)

RGB channels and saturation

R 161 of 255 = 63%
G 150 of 255 = 59%
B 160 of 255 = 63%

161
150
160

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

Portions of RGB colors in percentages

R + G + B = 161 + 150 + 160 = 471 (100%)
R 161 of 471 ~ 34.18%
G 150 of 471 ~ 31.85%
B 160 of 471 ~ 33.97'%

%34.18
%31.85
%33.97

CMYK color model

#A196A0 color CMYK value is (0,7,1,37).

  • cyan value is 0.00%
  • magenta value is 6.83%
  • yellow value is 0.62%
  • key color value is 36.86%
CMYK: (0,7,1,37) C0M7Y1K37 (0%,7%,1%,37%) (0.00/0.07/0.01/0.37) 

CMYK percentages

%0
%6.83
%0.62
%36.86

Codes

Color #A196A0 in popluar color models

A1 96 A0
RGB 161 150 160
HSL 305° 5.53% 60.98%
HSB/HSV 305° 6.83% 63.14%
CMYK 0.00% 6.83% 0.62%
36.86%

Color #A196A0 in popluar number systems.

HEX A1 96 A0
Decimal 161 150 160
Binary 10100001 10010110 10100000
Octal 241 226 240

Shades and tints

Shades of #A196A0

#A196A0
(161,150,160)
#938992
(147,137,146)
#857C84
(133,124,132)
#776F76
(119,111,118)
#696268
(105,98,104)
#5B555A
(91,85,90)
#4D484C
(77,72,76)
#3F3B3E
(63,59,62)
#312E30
(49,46,48)
#232122
(35,33,34)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #A196A0

#A196A0
(161,150,160)
#A99FA8
(169,159,168)
#B1A8B0
(177,168,176)
#B9B1B8
(185,177,184)
#C1BAC0
(193,186,192)
#C9C3C8
(201,195,200)
#D1CCD0
(209,204,208)
#D9D5D8
(217,213,216)
#E1DEE0
(225,222,224)
#E9E7E8
(233,231,232)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A196A0; }

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

This text font color is #A196A0.

Background Color

.myBgColor { background-color: #A196A0; }

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

This div background color is #A196A0.

Border color

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

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

This div border color is #A196A0.

Opacity

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

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

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

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

This text has shadow with #A196A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A196A0.

Preview

Color preview on black background

This text has color #A196A0 on black background.


Color preview on white background

This text has color #A196A0 on white background.


Black color preview on #A196A0 background

This text has black color on #A196A0 background.


White color preview on #A196A0 background

This text has white color on #A196A0 background.


Related colors

Complementary color

Complementary color for #hex is #5E695F.


I love getcolorcode.com

Triadic colors

1 #A0A196 and #96A0A1 with #A196A0 are triadic colors.

2 #A096A1 and #96A1A0 with #A196A0 are triadic colors.