COLOR #A16099

HEX: #A16099
RGB: (161,96,153)

Color info

#A16099 contains mainly red and blue colors. Web safe color of #A16099 is #996699 (or #969).

RGB color model

#A16099 color RGB value is (161,96,153).

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

RGB channels and saturation

R 161 of 255 = 63%
G 96 of 255 = 38%
B 153 of 255 = 60%

161
96
153

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

Portions of RGB colors in percentages

R + G + B =
161 + 96 + 153 = 410 (100%)
R 161 of 410 ~ 39.27%
G 96 of 410 ~ 23.41%
B 153 of 410 ~ 37.32%

%39.27
%23.41
%37.32

CMYK color model

#A16099 color CMYK value is (0,40,5,37).

  • cyan value is 0.00%
  • magenta value is 40.37%
  • yellow value is 4.97%
  • key color value is 36.86%
CMYK: (0,40,5,37) C0M40Y5K37 (0%,40%,5%,37%) (0.00/0.40/0.05/0.37)

CMYK percentages

%0
%40.37
%4.97
%36.86

Codes

Color #A16099 in popluar color models

A16099
RGB16196153
HSL307°25.69%50.39%
HSB/HSV307°40.37%63.14%
CMYK0.00%40.37%4.97%
36.86%

Color #A16099 in popluar number systems.

HEXA16099
Decimal16196153
Binary10100001110000010011001
Octal241140231

Shades and tints

Shades of #A16099

#A16099
(161,96,153)
#93588C
(147,88,140)
#85507F
(133,80,127)
#774872
(119,72,114)
#694065
(105,64,101)
#5B3858
(91,56,88)
#4D304B
(77,48,75)
#3F283E
(63,40,62)
#312031
(49,32,49)
#231824
(35,24,36)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #A16099

#A16099
(161,96,153)
#A96EA2
(169,110,162)
#B17CAB
(177,124,171)
#B98AB4
(185,138,180)
#C198BD
(193,152,189)
#C9A6C6
(201,166,198)
#D1B4CF
(209,180,207)
#D9C2D8
(217,194,216)
#E1D0E1
(225,208,225)
#E9DEEA
(233,222,234)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A16099; }

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

This text font color is #A16099.


Background Color

.myBgColor { background-color: #A16099; }

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

This div background color is #A16099.


Border color

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

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

This div border color is #A16099.


Opacity

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

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

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

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

This text has shadow with #A16099 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A16099 on black background.


Color preview on white background

This text has color #A16099 on white background.



Black color preview on #A16099 background

This text has black color on #A16099 background.


White color preview on #A16099 background

This text has white color on #A16099 background.