COLOR #A17883

HEX: #A17883
RGB: (161,120,131)

Color info

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

RGB color model

#A17883 color RGB value is (161,120,131).

  • red value is 161;
  • green value is 120;
  • blue value is 131.
RGB:
(161,120,131)
(63%,47%,51%)

RGB channels and saturation

R 161 of 255 = 63%
G 120 of 255 = 47%
B 131 of 255 = 51%

161
120
131

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

Portions of RGB colors in percentages

R + G + B =
161 + 120 + 131 = 412 (100%)
R 161 of 412 ~ 39.08%
G 120 of 412 ~ 29.13%
B 131 of 412 ~ 31.8%

%39.08
%29.13
%31.8

CMYK color model

#A17883 color CMYK value is (0,25,19,37).

  • cyan value is 0.00%
  • magenta value is 25.47%
  • yellow value is 18.63%
  • key color value is 36.86%
CMYK:
(0,25,19,37)
C0M25Y19K37 
(0%,25%,19%,37%)
(0.00/0.25/0.19/0.37)	

CMYK percentages

%0
%25.47
%18.63
%36.86

Codes

Color #A17883 in popluar color models

A17883
RGB161120131
HSL344°17.90%55.10%
HSB/HSV344°25.47%63.14%
CMYK0.00%25.47%18.63%
36.86%

Color #A17883 in popluar number systems.

HEXA17883
Decimal161120131
Binary10100001111100010000011
Octal241170203

Shades and tints

Shades of #A17883

#A17883
(161,120,131)
#936E78
(147,110,120)
#85646D
(133,100,109)
#775A62
(119,90,98)
#695057
(105,80,87)
#5B464C
(91,70,76)
#4D3C41
(77,60,65)
#3F3236
(63,50,54)
#31282B
(49,40,43)
#231E20
(35,30,32)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #A17883

#A17883
(161,120,131)
#A9848E
(169,132,142)
#B19099
(177,144,153)
#B99CA4
(185,156,164)
#C1A8AF
(193,168,175)
#C9B4BA
(201,180,186)
#D1C0C5
(209,192,197)
#D9CCD0
(217,204,208)
#E1D8DB
(225,216,219)
#E9E4E6
(233,228,230)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17883 color. Also use rgb(161,120,131) instead hex code.

Text Font Color

.myTextColor { color: #A17883; }

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

This text font color is #A17883.


Background Color

.myBgColor { background-color: #A17883; }

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

This div background color is #A17883.


Border color

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

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

This div border color is #A17883.


Opacity

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

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

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

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

This text has shadow with #A17883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17883 on black background.


Color preview on white background

This text has color #A17883 on white background.



Black color preview on #A17883 background

This text has black color on #A17883 background.


White color preview on #A17883 background

This text has white color on #A17883 background.