COLOR #A17898

HEX: #A17898
RGB: (161,120,152)

Color info

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

RGB color model

#A17898 color RGB value is (161,120,152).

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

RGB channels and saturation

R 161 of 255 = 63%
G 120 of 255 = 47%
B 152 of 255 = 60%

161
120
152

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

Portions of RGB colors in percentages

R + G + B =
161 + 120 + 152 = 433 (100%)
R 161 of 433 ~ 37.18%
G 120 of 433 ~ 27.71%
B 152 of 433 ~ 35.1%

%37.18
%27.71
%35.1

CMYK color model

#A17898 color CMYK value is (0,25,6,37).

  • cyan value is 0.00%
  • magenta value is 25.47%
  • yellow value is 5.59%
  • key color value is 36.86%
CMYK:
(0,25,6,37)
C0M25Y6K37 
(0%,25%,6%,37%)
(0.00/0.25/0.06/0.37)	

CMYK percentages

%0
%25.47
%5.59
%36.86

Codes

Color #A17898 in popluar color models

A17898
RGB161120152
HSL313°17.90%55.10%
HSB/HSV313°25.47%63.14%
CMYK0.00%25.47%5.59%
36.86%

Color #A17898 in popluar number systems.

HEXA17898
Decimal161120152
Binary10100001111100010011000
Octal241170230

Shades and tints

Shades of #A17898

#A17898
(161,120,152)
#936E8B
(147,110,139)
#85647E
(133,100,126)
#775A71
(119,90,113)
#695064
(105,80,100)
#5B4657
(91,70,87)
#4D3C4A
(77,60,74)
#3F323D
(63,50,61)
#312830
(49,40,48)
#231E23
(35,30,35)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #A17898

#A17898
(161,120,152)
#A984A1
(169,132,161)
#B190AA
(177,144,170)
#B99CB3
(185,156,179)
#C1A8BC
(193,168,188)
#C9B4C5
(201,180,197)
#D1C0CE
(209,192,206)
#D9CCD7
(217,204,215)
#E1D8E0
(225,216,224)
#E9E4E9
(233,228,233)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17898; }

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

This text font color is #A17898.


Background Color

.myBgColor { background-color: #A17898; }

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

This div background color is #A17898.


Border color

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

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

This div border color is #A17898.


Opacity

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

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

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

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

This text has shadow with #A17898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17898 on black background.


Color preview on white background

This text has color #A17898 on white background.



Black color preview on #A17898 background

This text has black color on #A17898 background.


White color preview on #A17898 background

This text has white color on #A17898 background.