COLOR #A196A4

HEX: #A196A4
RGB: (161,150,164)

Color info

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

RGB color model

#A196A4 color RGB value is (161,150,164).

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

RGB channels and saturation

R 161 of 255 = 63%
G 150 of 255 = 59%
B 164 of 255 = 64%

161
150
164

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

Portions of RGB colors in percentages

R + G + B =
161 + 150 + 164 = 475 (100%)
R 161 of 475 ~ 33.89%
G 150 of 475 ~ 31.58%
B 164 of 475 ~ 34.53%

%33.89
%31.58
%34.53

CMYK color model

#A196A4 color CMYK value is (2,9,0,36).

  • cyan value is 1.83%
  • magenta value is 8.54%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(2,9,0,36)
C2M9Y0K36 
(2%,9%,0%,36%)
(0.02/0.09/0.00/0.36)	

CMYK percentages

%1.83
%8.54
%0
%35.69

Codes

Color #A196A4 in popluar color models

A196A4
RGB161150164
HSL287°7.14%61.57%
HSB/HSV287°8.54%64.31%
CMYK1.83%8.54%0.00%
35.69%

Color #A196A4 in popluar number systems.

HEXA196A4
Decimal161150164
Binary101000011001011010100100
Octal241226244

Shades and tints

Shades of #A196A4

#A196A4
(161,150,164)
#938996
(147,137,150)
#857C88
(133,124,136)
#776F7A
(119,111,122)
#69626C
(105,98,108)
#5B555E
(91,85,94)
#4D4850
(77,72,80)
#3F3B42
(63,59,66)
#312E34
(49,46,52)
#232126
(35,33,38)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #A196A4

#A196A4
(161,150,164)
#A99FAC
(169,159,172)
#B1A8B4
(177,168,180)
#B9B1BC
(185,177,188)
#C1BAC4
(193,186,196)
#C9C3CC
(201,195,204)
#D1CCD4
(209,204,212)
#D9D5DC
(217,213,220)
#E1DEE4
(225,222,228)
#E9E7EC
(233,231,236)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A196A4; }

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

This text font color is #A196A4.


Background Color

.myBgColor { background-color: #A196A4; }

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

This div background color is #A196A4.


Border color

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

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

This div border color is #A196A4.


Opacity

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

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

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

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

This text has shadow with #A196A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A196A4 on black background.


Color preview on white background

This text has color #A196A4 on white background.



Black color preview on #A196A4 background

This text has black color on #A196A4 background.


White color preview on #A196A4 background

This text has white color on #A196A4 background.