COLOR #A16C99

HEX: #A16C99
RGB: (161,108,153)

Color info

#A16C99 contains red, green and blue colors in about the same proportion. Web safe color of #A16C99 is #996699 (or #969).

RGB color model

#A16C99 color RGB value is (161,108,153).

  • red value is 161;
  • green value is 108;
  • blue value is 153.
RGB:
(161,108,153)
(63%,42%,60%)

RGB channels and saturation

R 161 of 255 = 63%
G 108 of 255 = 42%
B 153 of 255 = 60%

161
108
153

R + G + B ~ 55%. #A16C99 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
161 + 108 + 153 = 422 (100%)
R 161 of 422 ~ 38.15%
G 108 of 422 ~ 25.59%
B 153 of 422 ~ 36.26%

%38.15
%25.59
%36.26

CMYK color model

#A16C99 color CMYK value is (0,33,5,37).

  • cyan value is 0.00%
  • magenta value is 32.92%
  • yellow value is 4.97%
  • key color value is 36.86%
CMYK:
(0,33,5,37)
C0M33Y5K37 
(0%,33%,5%,37%)
(0.00/0.33/0.05/0.37)	

CMYK percentages

%0
%32.92
%4.97
%36.86

Codes

Color #A16C99 in popluar color models

A16C99
RGB161108153
HSL309°21.99%52.75%
HSB/HSV309°32.92%63.14%
CMYK0.00%32.92%4.97%
36.86%

Color #A16C99 in popluar number systems.

HEXA16C99
Decimal161108153
Binary10100001110110010011001
Octal241154231

Shades and tints

Shades of #A16C99

#A16C99
(161,108,153)
#93638C
(147,99,140)
#855A7F
(133,90,127)
#775172
(119,81,114)
#694865
(105,72,101)
#5B3F58
(91,63,88)
#4D364B
(77,54,75)
#3F2D3E
(63,45,62)
#312431
(49,36,49)
#231B24
(35,27,36)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #A16C99

#A16C99
(161,108,153)
#A979A2
(169,121,162)
#B186AB
(177,134,171)
#B993B4
(185,147,180)
#C1A0BD
(193,160,189)
#C9ADC6
(201,173,198)
#D1BACF
(209,186,207)
#D9C7D8
(217,199,216)
#E1D4E1
(225,212,225)
#E9E1EA
(233,225,234)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A16C99 color. Also use rgb(161,108,153) instead hex code.

Text Font Color

.myTextColor { color: #A16C99; }

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

This text font color is #A16C99.


Background Color

.myBgColor { background-color: #A16C99; }

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

This div background color is #A16C99.


Border color

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

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

This div border color is #A16C99.


Opacity

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

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

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

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

This text has shadow with #A16C99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A16C99 on black background.


Color preview on white background

This text has color #A16C99 on white background.



Black color preview on #A16C99 background

This text has black color on #A16C99 background.


White color preview on #A16C99 background

This text has white color on #A16C99 background.