COLOR #A17899

HEX: #A17899 RGB: (161,120,153)

Color info

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

RGB color model

#A17899 color RGB value is (161,120,153).

RGB: (161,120,153) (63%, 47%, 60%)

RGB channels and saturation

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

161
120
153

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

Portions of RGB colors in percentages

R + G + B = 161 + 120 + 153 = 434 (100%)
R 161 of 434 ~ 37.1%
G 120 of 434 ~ 27.65%
B 153 of 434 ~ 35.25'%

%37.1
%27.65
%35.25

CMYK color model

#A17899 color CMYK value is (0,25,5,37).

  • cyan value is 0.00%
  • magenta value is 25.47%
  • yellow value is 4.97%
  • key color value is 36.86%

CMYK: (0,25,5,37)
C0M25Y5K37 (0%, 25%, 5%, 37%)
(0.00 / 0.25 / 0.05 / 0.37)

CMYK percentages

%0
%25.47
%4.97
%36.86

Codes

Color #A17899 in popluar color models

A1 78 99
RGB 161 120 153
HSL 312° 17.90% 55.10%
HSB/HSV 312° 25.47% 63.14%
CMYK 0.00% 25.47% 4.97%
36.86%

Color #A17899 in popluar number systems.

HEX A1 78 99
Decimal 161 120 153
Binary 10100001 1111000 10011001
Octal 241 170 231

Shades and tints

Shades of #A17899

#A17899
(161,120,153)
#936E8C
(147,110,140)
#85647F
(133,100,127)
#775A72
(119,90,114)
#695065
(105,80,101)
#5B4658
(91,70,88)
#4D3C4B
(77,60,75)
#3F323E
(63,50,62)
#312831
(49,40,49)
#231E24
(35,30,36)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #A17899

#A17899
(161,120,153)
#A984A2
(169,132,162)
#B190AB
(177,144,171)
#B99CB4
(185,156,180)
#C1A8BD
(193,168,189)
#C9B4C6
(201,180,198)
#D1C0CF
(209,192,207)
#D9CCD8
(217,204,216)
#E1D8E1
(225,216,225)
#E9E4EA
(233,228,234)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17899; }

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

This text font color is #A17899.

Background Color

.myBgColor { background-color: #A17899; }

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

This div background color is #A17899.

Border color

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

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

This div border color is #A17899.

Opacity

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

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

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

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

This text has shadow with #A17899 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A17899.

Preview

Color preview on black background

This text has color #A17899 on black background.


Color preview on white background

This text has color #A17899 on white background.


Black color preview on #A17899 background

This text has black color on #A17899 background.


White color preview on #A17899 background

This text has white color on #A17899 background.


Related colors

Complementary color

Complementary color for #hex is #5E8766.


I love getcolorcode.com

Triadic colors

1 #99A178 and #7899A1 with #A17899 are triadic colors.

2 #9978A1 and #78A199 with #A17899 are triadic colors.