COLOR #A17781

HEX: #A17781
RGB: (161,119,129)

Color info

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

RGB color model

#A17781 color RGB value is (161,119,129).

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

RGB channels and saturation

R 161 of 255 = 63%
G 119 of 255 = 47%
B 129 of 255 = 51%

161
119
129

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

Portions of RGB colors in percentages

R + G + B =
161 + 119 + 129 = 409 (100%)
R 161 of 409 ~ 39.36%
G 119 of 409 ~ 29.1%
B 129 of 409 ~ 31.54%

%39.36
%29.1
%31.54

CMYK color model

#A17781 color CMYK value is (0,26,20,37).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 19.88%
  • key color value is 36.86%
CMYK:
(0,26,20,37)
C0M26Y20K37 
(0%,26%,20%,37%)
(0.00/0.26/0.20/0.37)	

CMYK percentages

%0
%26.09
%19.88
%36.86

Codes

Color #A17781 in popluar color models

A17781
RGB161119129
HSL346°18.26%54.90%
HSB/HSV346°26.09%63.14%
CMYK0.00%26.09%19.88%
36.86%

Color #A17781 in popluar number systems.

HEXA17781
Decimal161119129
Binary10100001111011110000001
Octal241167201

Shades and tints

Shades of #A17781

#A17781
(161,119,129)
#936D76
(147,109,118)
#85636B
(133,99,107)
#775960
(119,89,96)
#694F55
(105,79,85)
#5B454A
(91,69,74)
#4D3B3F
(77,59,63)
#3F3134
(63,49,52)
#312729
(49,39,41)
#231D1E
(35,29,30)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #A17781

#A17781
(161,119,129)
#A9838C
(169,131,140)
#B18F97
(177,143,151)
#B99BA2
(185,155,162)
#C1A7AD
(193,167,173)
#C9B3B8
(201,179,184)
#D1BFC3
(209,191,195)
#D9CBCE
(217,203,206)
#E1D7D9
(225,215,217)
#E9E3E4
(233,227,228)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17781; }

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

This text font color is #A17781.


Background Color

.myBgColor { background-color: #A17781; }

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

This div background color is #A17781.


Border color

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

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

This div border color is #A17781.


Opacity

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

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

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

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

This text has shadow with #A17781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17781 on black background.


Color preview on white background

This text has color #A17781 on white background.



Black color preview on #A17781 background

This text has black color on #A17781 background.


White color preview on #A17781 background

This text has white color on #A17781 background.