COLOR #A07191

HEX: #A07191 RGB: (160,113,145)

Color info

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

RGB color model

#A07191 color RGB value is (160,113,145).

RGB: (160,113,145) (63%, 44%, 57%)

RGB channels and saturation

R 160 of 255 = 63%
G 113 of 255 = 44%
B 145 of 255 = 57%

160
113
145

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

Portions of RGB colors in percentages

R + G + B = 160 + 113 + 145 = 418 (100%)
R 160 of 418 ~ 38.28%
G 113 of 418 ~ 27.03%
B 145 of 418 ~ 34.69'%

%38.28
%27.03
%34.69

CMYK color model

#A07191 color CMYK value is (0,29,9,37).

  • cyan value is 0.00%
  • magenta value is 29.38%
  • yellow value is 9.38%
  • key color value is 37.25%
CMYK: (0,29,9,37) C0M29Y9K37 (0%,29%,9%,37%) (0.00/0.29/0.09/0.37) 

CMYK percentages

%0
%29.38
%9.38
%37.25

Codes

Color #A07191 in popluar color models

A0 71 91
RGB 160 113 145
HSL 319° 19.83% 53.53%
HSB/HSV 319° 29.38% 62.75%
CMYK 0.00% 29.38% 9.38%
37.25%

Color #A07191 in popluar number systems.

HEX A0 71 91
Decimal 160 113 145
Binary 10100000 1110001 10010001
Octal 240 161 221

Shades and tints

Shades of #A07191

#A07191
(160,113,145)
#926784
(146,103,132)
#845D77
(132,93,119)
#76536A
(118,83,106)
#68495D
(104,73,93)
#5A3F50
(90,63,80)
#4C3543
(76,53,67)
#3E2B36
(62,43,54)
#302129
(48,33,41)
#22171C
(34,23,28)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #A07191

#A07191
(160,113,145)
#A87D9B
(168,125,155)
#B089A5
(176,137,165)
#B895AF
(184,149,175)
#C0A1B9
(192,161,185)
#C8ADC3
(200,173,195)
#D0B9CD
(208,185,205)
#D8C5D7
(216,197,215)
#E0D1E1
(224,209,225)
#E8DDEB
(232,221,235)
#F0E9F5
(240,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07191 color. Also use rgb(160,113,145) instead hex code.

Text Font Color

.myTextColor { color: #A07191; }

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

This text font color is #A07191.

Background Color

.myBgColor { background-color: #A07191; }

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

This div background color is #A07191.

Border color

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

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

This div border color is #A07191.

Opacity

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

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

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

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

This text has shadow with #A07191 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07191.

Preview

Color preview on black background

This text has color #A07191 on black background.


Color preview on white background

This text has color #A07191 on white background.


Black color preview on #A07191 background

This text has black color on #A07191 background.


White color preview on #A07191 background

This text has white color on #A07191 background.


Related colors

Complementary color

Complementary color for #hex is #5F8E6E.


I love getcolorcode.com

Triadic colors

1 #91A071 and #7191A0 with #A07191 are triadic colors.

2 #9171A0 and #71A091 with #A07191 are triadic colors.