COLOR #A17089

HEX: #A17089
RGB: (161,112,137)

Color info

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

RGB color model

#A17089 color RGB value is (161,112,137).

  • red value is 161;
  • green value is 112;
  • blue value is 137.
RGB:
(161,112,137)
(63%,44%,54%)

RGB channels and saturation

R 161 of 255 = 63%
G 112 of 255 = 44%
B 137 of 255 = 54%

161
112
137

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

Portions of RGB colors in percentages

R + G + B =
161 + 112 + 137 = 410 (100%)
R 161 of 410 ~ 39.27%
G 112 of 410 ~ 27.32%
B 137 of 410 ~ 33.41%

%39.27
%27.32
%33.41

CMYK color model

#A17089 color CMYK value is (0,30,15,37).

  • cyan value is 0.00%
  • magenta value is 30.43%
  • yellow value is 14.91%
  • key color value is 36.86%
CMYK:
(0,30,15,37)
C0M30Y15K37 
(0%,30%,15%,37%)
(0.00/0.30/0.15/0.37)	

CMYK percentages

%0
%30.43
%14.91
%36.86

Codes

Color #A17089 in popluar color models

A17089
RGB161112137
HSL329°20.68%53.53%
HSB/HSV329°30.43%63.14%
CMYK0.00%30.43%14.91%
36.86%

Color #A17089 in popluar number systems.

HEXA17089
Decimal161112137
Binary10100001111000010001001
Octal241160211

Shades and tints

Shades of #A17089

#A17089
(161,112,137)
#93667D
(147,102,125)
#855C71
(133,92,113)
#775265
(119,82,101)
#694859
(105,72,89)
#5B3E4D
(91,62,77)
#4D3441
(77,52,65)
#3F2A35
(63,42,53)
#312029
(49,32,41)
#23161D
(35,22,29)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #A17089

#A17089
(161,112,137)
#A97D93
(169,125,147)
#B18A9D
(177,138,157)
#B997A7
(185,151,167)
#C1A4B1
(193,164,177)
#C9B1BB
(201,177,187)
#D1BEC5
(209,190,197)
#D9CBCF
(217,203,207)
#E1D8D9
(225,216,217)
#E9E5E3
(233,229,227)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17089 color. Also use rgb(161,112,137) instead hex code.

Text Font Color

.myTextColor { color: #A17089; }

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

This text font color is #A17089.


Background Color

.myBgColor { background-color: #A17089; }

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

This div background color is #A17089.


Border color

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

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

This div border color is #A17089.


Opacity

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

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

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

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

This text has shadow with #A17089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17089 on black background.


Color preview on white background

This text has color #A17089 on white background.



Black color preview on #A17089 background

This text has black color on #A17089 background.


White color preview on #A17089 background

This text has white color on #A17089 background.