COLOR #A1717B

HEX: #A1717B
RGB: (161,113,123)

Color info

#A1717B contains red, green and blue colors in about the same proportion. Web safe color of #A1717B is #996666 (or #966).

RGB color model

#A1717B color RGB value is (161,113,123).

  • red value is 161;
  • green value is 113;
  • blue value is 123.
RGB:
(161,113,123)
(63%,44%,48%)

RGB channels and saturation

R 161 of 255 = 63%
G 113 of 255 = 44%
B 123 of 255 = 48%

161
113
123

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

Portions of RGB colors in percentages

R + G + B =
161 + 113 + 123 = 397 (100%)
R 161 of 397 ~ 40.55%
G 113 of 397 ~ 28.46%
B 123 of 397 ~ 30.98%

%40.55
%28.46
%30.98

CMYK color model

#A1717B color CMYK value is (0,30,24,37).

  • cyan value is 0.00%
  • magenta value is 29.81%
  • yellow value is 23.60%
  • key color value is 36.86%
CMYK:
(0,30,24,37)
C0M30Y24K37 
(0%,30%,24%,37%)
(0.00/0.30/0.24/0.37)	

CMYK percentages

%0
%29.81
%23.6
%36.86

Codes

Color #A1717B in popluar color models

A1717B
RGB161113123
HSL348°20.34%53.73%
HSB/HSV348°29.81%63.14%
CMYK0.00%29.81%23.60%
36.86%

Color #A1717B in popluar number systems.

HEXA1717B
Decimal161113123
Binary1010000111100011111011
Octal241161173

Shades and tints

Shades of #A1717B

#A1717B
(161,113,123)
#936770
(147,103,112)
#855D65
(133,93,101)
#77535A
(119,83,90)
#69494F
(105,73,79)
#5B3F44
(91,63,68)
#4D3539
(77,53,57)
#3F2B2E
(63,43,46)
#312123
(49,33,35)
#231718
(35,23,24)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #A1717B

#A1717B
(161,113,123)
#A97D87
(169,125,135)
#B18993
(177,137,147)
#B9959F
(185,149,159)
#C1A1AB
(193,161,171)
#C9ADB7
(201,173,183)
#D1B9C3
(209,185,195)
#D9C5CF
(217,197,207)
#E1D1DB
(225,209,219)
#E9DDE7
(233,221,231)
#F1E9F3
(241,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1717B color. Also use rgb(161,113,123) instead hex code.

Text Font Color

.myTextColor { color: #A1717B; }

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

This text font color is #A1717B.


Background Color

.myBgColor { background-color: #A1717B; }

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

This div background color is #A1717B.


Border color

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

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

This div border color is #A1717B.


Opacity

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

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

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

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

This text has shadow with #A1717B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1717B on black background.


Color preview on white background

This text has color #A1717B on white background.



Black color preview on #A1717B background

This text has black color on #A1717B background.


White color preview on #A1717B background

This text has white color on #A1717B background.