COLOR #A196AF

HEX: #A196AF
RGB: (161,150,175)

Color info

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

RGB color model

#A196AF color RGB value is (161,150,175).

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

RGB channels and saturation

R 161 of 255 = 63%
G 150 of 255 = 59%
B 175 of 255 = 69%

161
150
175

R + G + B ~ 64%. #A196AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 150 + 175 = 486 (100%)
R 161 of 486 ~ 33.13%
G 150 of 486 ~ 30.86%
B 175 of 486 ~ 36.01%

%33.13
%30.86
%36.01

CMYK color model

#A196AF color CMYK value is (8,14,0,31).

  • cyan value is 8.00%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(8,14,0,31)
C8M14Y0K31 
(8%,14%,0%,31%)
(0.08/0.14/0.00/0.31)	

CMYK percentages

%8
%14.29
%0
%31.37

Codes

Color #A196AF in popluar color models

A196AF
RGB161150175
HSL266°13.51%63.73%
HSB/HSV266°14.29%68.63%
CMYK8.00%14.29%0.00%
31.37%

Color #A196AF in popluar number systems.

HEXA196AF
Decimal161150175
Binary101000011001011010101111
Octal241226257

Shades and tints

Shades of #A196AF

#A196AF
(161,150,175)
#9389A0
(147,137,160)
#857C91
(133,124,145)
#776F82
(119,111,130)
#696273
(105,98,115)
#5B5564
(91,85,100)
#4D4855
(77,72,85)
#3F3B46
(63,59,70)
#312E37
(49,46,55)
#232128
(35,33,40)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #A196AF

#A196AF
(161,150,175)
#A99FB6
(169,159,182)
#B1A8BD
(177,168,189)
#B9B1C4
(185,177,196)
#C1BACB
(193,186,203)
#C9C3D2
(201,195,210)
#D1CCD9
(209,204,217)
#D9D5E0
(217,213,224)
#E1DEE7
(225,222,231)
#E9E7EE
(233,231,238)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A196AF; }

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

This text font color is #A196AF.


Background Color

.myBgColor { background-color: #A196AF; }

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

This div background color is #A196AF.


Border color

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

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

This div border color is #A196AF.


Opacity

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

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

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

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

This text has shadow with #A196AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A196AF on black background.


Color preview on white background

This text has color #A196AF on white background.



Black color preview on #A196AF background

This text has black color on #A196AF background.


White color preview on #A196AF background

This text has white color on #A196AF background.