COLOR #A1698E

HEX: #A1698E
RGB: (161,105,142)

Color info

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

RGB color model

#A1698E color RGB value is (161,105,142).

  • red value is 161;
  • green value is 105;
  • blue value is 142.
RGB:
(161,105,142)
(63%,41%,56%)

RGB channels and saturation

R 161 of 255 = 63%
G 105 of 255 = 41%
B 142 of 255 = 56%

161
105
142

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

Portions of RGB colors in percentages

R + G + B =
161 + 105 + 142 = 408 (100%)
R 161 of 408 ~ 39.46%
G 105 of 408 ~ 25.74%
B 142 of 408 ~ 34.8%

%39.46
%25.74
%34.8

CMYK color model

#A1698E color CMYK value is (0,35,12,37).

  • cyan value is 0.00%
  • magenta value is 34.78%
  • yellow value is 11.80%
  • key color value is 36.86%
CMYK:
(0,35,12,37)
C0M35Y12K37 
(0%,35%,12%,37%)
(0.00/0.35/0.12/0.37)	

CMYK percentages

%0
%34.78
%11.8
%36.86

Codes

Color #A1698E in popluar color models

A1698E
RGB161105142
HSL320°22.95%52.16%
HSB/HSV320°34.78%63.14%
CMYK0.00%34.78%11.80%
36.86%

Color #A1698E in popluar number systems.

HEXA1698E
Decimal161105142
Binary10100001110100110001110
Octal241151216

Shades and tints

Shades of #A1698E

#A1698E
(161,105,142)
#936082
(147,96,130)
#855776
(133,87,118)
#774E6A
(119,78,106)
#69455E
(105,69,94)
#5B3C52
(91,60,82)
#4D3346
(77,51,70)
#3F2A3A
(63,42,58)
#31212E
(49,33,46)
#231822
(35,24,34)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #A1698E

#A1698E
(161,105,142)
#A97698
(169,118,152)
#B183A2
(177,131,162)
#B990AC
(185,144,172)
#C19DB6
(193,157,182)
#C9AAC0
(201,170,192)
#D1B7CA
(209,183,202)
#D9C4D4
(217,196,212)
#E1D1DE
(225,209,222)
#E9DEE8
(233,222,232)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1698E color. Also use rgb(161,105,142) instead hex code.

Text Font Color

.myTextColor { color: #A1698E; }

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

This text font color is #A1698E.


Background Color

.myBgColor { background-color: #A1698E; }

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

This div background color is #A1698E.


Border color

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

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

This div border color is #A1698E.


Opacity

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

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

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

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

This text has shadow with #A1698E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1698E on black background.


Color preview on white background

This text has color #A1698E on white background.



Black color preview on #A1698E background

This text has black color on #A1698E background.


White color preview on #A1698E background

This text has white color on #A1698E background.