COLOR #A17B85

HEX: #A17B85
RGB: (161,123,133)

Color info

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

RGB color model

#A17B85 color RGB value is (161,123,133).

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

RGB channels and saturation

R 161 of 255 = 63%
G 123 of 255 = 48%
B 133 of 255 = 52%

161
123
133

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

Portions of RGB colors in percentages

R + G + B =
161 + 123 + 133 = 417 (100%)
R 161 of 417 ~ 38.61%
G 123 of 417 ~ 29.5%
B 133 of 417 ~ 31.89%

%38.61
%29.5
%31.89

CMYK color model

#A17B85 color CMYK value is (0,24,17,37).

  • cyan value is 0.00%
  • magenta value is 23.60%
  • yellow value is 17.39%
  • key color value is 36.86%
CMYK:
(0,24,17,37)
C0M24Y17K37 
(0%,24%,17%,37%)
(0.00/0.24/0.17/0.37)	

CMYK percentages

%0
%23.6
%17.39
%36.86

Codes

Color #A17B85 in popluar color models

A17B85
RGB161123133
HSL344°16.81%55.69%
HSB/HSV344°23.60%63.14%
CMYK0.00%23.60%17.39%
36.86%

Color #A17B85 in popluar number systems.

HEXA17B85
Decimal161123133
Binary10100001111101110000101
Octal241173205

Shades and tints

Shades of #A17B85

#A17B85
(161,123,133)
#937079
(147,112,121)
#85656D
(133,101,109)
#775A61
(119,90,97)
#694F55
(105,79,85)
#5B4449
(91,68,73)
#4D393D
(77,57,61)
#3F2E31
(63,46,49)
#312325
(49,35,37)
#231819
(35,24,25)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #A17B85

#A17B85
(161,123,133)
#A98790
(169,135,144)
#B1939B
(177,147,155)
#B99FA6
(185,159,166)
#C1ABB1
(193,171,177)
#C9B7BC
(201,183,188)
#D1C3C7
(209,195,199)
#D9CFD2
(217,207,210)
#E1DBDD
(225,219,221)
#E9E7E8
(233,231,232)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17B85; }

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

This text font color is #A17B85.


Background Color

.myBgColor { background-color: #A17B85; }

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

This div background color is #A17B85.


Border color

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

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

This div border color is #A17B85.


Opacity

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

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

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

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

This text has shadow with #A17B85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17B85 on black background.


Color preview on white background

This text has color #A17B85 on white background.



Black color preview on #A17B85 background

This text has black color on #A17B85 background.


White color preview on #A17B85 background

This text has white color on #A17B85 background.