COLOR #A0727B

HEX: #A0727B RGB: (160,114,123)

Color info

#A0727B contains red, green and blue colors in about the same proportion. Web safe color of #A0727B is #996666 (or #966).

RGB color model

#A0727B color RGB value is (160,114,123).

RGB: (160,114,123) (63%, 45%, 48%)

RGB channels and saturation

R 160 of 255 = 63%
G 114 of 255 = 45%
B 123 of 255 = 48%

160
114
123

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

Portions of RGB colors in percentages

R + G + B = 160 + 114 + 123 = 397 (100%)
R 160 of 397 ~ 40.3%
G 114 of 397 ~ 28.72%
B 123 of 397 ~ 30.98'%

%40.3
%28.72
%30.98

CMYK color model

#A0727B color CMYK value is (0,29,23,37).

  • cyan value is 0.00%
  • magenta value is 28.75%
  • yellow value is 23.13%
  • key color value is 37.25%

CMYK: (0,29,23,37)
C0M29Y23K37 (0%, 29%, 23%, 37%)
(0.00 / 0.29 / 0.23 / 0.37)

CMYK percentages

%0
%28.75
%23.13
%37.25

Codes

Color #A0727B in popluar color models

A0 72 7B
RGB 160 114 123
HSL 348° 19.49% 53.73%
HSB/HSV 348° 28.75% 62.75%
CMYK 0.00% 28.75% 23.13%
37.25%

Color #A0727B in popluar number systems.

HEX A0 72 7B
Decimal 160 114 123
Binary 10100000 1110010 1111011
Octal 240 162 173

Shades and tints

Shades of #A0727B

#A0727B
(160,114,123)
#926870
(146,104,112)
#845E65
(132,94,101)
#76545A
(118,84,90)
#684A4F
(104,74,79)
#5A4044
(90,64,68)
#4C3639
(76,54,57)
#3E2C2E
(62,44,46)
#302223
(48,34,35)
#221818
(34,24,24)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #A0727B

#A0727B
(160,114,123)
#A87E87
(168,126,135)
#B08A93
(176,138,147)
#B8969F
(184,150,159)
#C0A2AB
(192,162,171)
#C8AEB7
(200,174,183)
#D0BAC3
(208,186,195)
#D8C6CF
(216,198,207)
#E0D2DB
(224,210,219)
#E8DEE7
(232,222,231)
#F0EAF3
(240,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0727B color. Also use rgb(160,114,123) instead hex code.

Text Font Color

.myTextColor { color: #A0727B; }

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

This text font color is #A0727B.

Background Color

.myBgColor { background-color: #A0727B; }

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

This div background color is #A0727B.

Border color

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

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

This div border color is #A0727B.

Opacity

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

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

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

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

This text has shadow with #A0727B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0727B.

Preview

Color preview on black background

This text has color #A0727B on black background.


Color preview on white background

This text has color #A0727B on white background.


Black color preview on #A0727B background

This text has black color on #A0727B background.


White color preview on #A0727B background

This text has white color on #A0727B background.


Related colors

Complementary color

Complementary color for #hex is #5F8D84.


I love getcolorcode.com

Triadic colors

1 #7BA072 and #727BA0 with #A0727B are triadic colors.

2 #7B72A0 and #72A07B with #A0727B are triadic colors.