COLOR #A17785

HEX: #A17785
RGB: (161,119,133)

Color info

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

RGB color model

#A17785 color RGB value is (161,119,133).

  • red value is 161;
  • green value is 119;
  • blue value is 133.
RGB:
(161,119,133)
(63%,47%,52%)

RGB channels and saturation

R 161 of 255 = 63%
G 119 of 255 = 47%
B 133 of 255 = 52%

161
119
133

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

Portions of RGB colors in percentages

R + G + B =
161 + 119 + 133 = 413 (100%)
R 161 of 413 ~ 38.98%
G 119 of 413 ~ 28.81%
B 133 of 413 ~ 32.2%

%38.98
%28.81
%32.2

CMYK color model

#A17785 color CMYK value is (0,26,17,37).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 17.39%
  • key color value is 36.86%
CMYK:
(0,26,17,37)
C0M26Y17K37 
(0%,26%,17%,37%)
(0.00/0.26/0.17/0.37)	

CMYK percentages

%0
%26.09
%17.39
%36.86

Codes

Color #A17785 in popluar color models

A17785
RGB161119133
HSL340°18.26%54.90%
HSB/HSV340°26.09%63.14%
CMYK0.00%26.09%17.39%
36.86%

Color #A17785 in popluar number systems.

HEXA17785
Decimal161119133
Binary10100001111011110000101
Octal241167205

Shades and tints

Shades of #A17785

#A17785
(161,119,133)
#936D79
(147,109,121)
#85636D
(133,99,109)
#775961
(119,89,97)
#694F55
(105,79,85)
#5B4549
(91,69,73)
#4D3B3D
(77,59,61)
#3F3131
(63,49,49)
#312725
(49,39,37)
#231D19
(35,29,25)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #A17785

#A17785
(161,119,133)
#A98390
(169,131,144)
#B18F9B
(177,143,155)
#B99BA6
(185,155,166)
#C1A7B1
(193,167,177)
#C9B3BC
(201,179,188)
#D1BFC7
(209,191,199)
#D9CBD2
(217,203,210)
#E1D7DD
(225,215,221)
#E9E3E8
(233,227,232)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17785 color. Also use rgb(161,119,133) instead hex code.

Text Font Color

.myTextColor { color: #A17785; }

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

This text font color is #A17785.


Background Color

.myBgColor { background-color: #A17785; }

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

This div background color is #A17785.


Border color

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

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

This div border color is #A17785.


Opacity

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

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

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

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

This text has shadow with #A17785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17785 on black background.


Color preview on white background

This text has color #A17785 on white background.



Black color preview on #A17785 background

This text has black color on #A17785 background.


White color preview on #A17785 background

This text has white color on #A17785 background.