COLOR #A0727C

HEX: #A0727C
RGB: (160,114,124)

Color info

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

RGB color model

#A0727C color RGB value is (160,114,124).

  • red value is 160;
  • green value is 114;
  • blue value is 124.
RGB:
(160,114,124)
(63%,45%,49%)

RGB channels and saturation

R 160 of 255 = 63%
G 114 of 255 = 45%
B 124 of 255 = 49%

160
114
124

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

Portions of RGB colors in percentages

R + G + B =
160 + 114 + 124 = 398 (100%)
R 160 of 398 ~ 40.2%
G 114 of 398 ~ 28.64%
B 124 of 398 ~ 31.16%

%40.2
%28.64
%31.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.75%
  • yellow value is 22.50%
  • 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
%22.5
%37.25

Codes

Color #A0727C in popluar color models

A0727C
RGB160114124
HSL347°19.49%53.73%
HSB/HSV347°28.75%62.75%
CMYK0.00%28.75%22.50%
37.25%

Color #A0727C in popluar number systems.

HEXA0727C
Decimal160114124
Binary1010000011100101111100
Octal240162174

Shades and tints

Shades of #A0727C

#A0727C
(160,114,124)
#926871
(146,104,113)
#845E66
(132,94,102)
#76545B
(118,84,91)
#684A50
(104,74,80)
#5A4045
(90,64,69)
#4C363A
(76,54,58)
#3E2C2F
(62,44,47)
#302224
(48,34,36)
#221819
(34,24,25)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #A0727C

#A0727C
(160,114,124)
#A87E87
(168,126,135)
#B08A92
(176,138,146)
#B8969D
(184,150,157)
#C0A2A8
(192,162,168)
#C8AEB3
(200,174,179)
#D0BABE
(208,186,190)
#D8C6C9
(216,198,201)
#E0D2D4
(224,210,212)
#E8DEDF
(232,222,223)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0727C; }

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

This text font color is #A0727C.


Background Color

.myBgColor { background-color: #A0727C; }

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

This div background color is #A0727C.


Border color

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

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

This div border color is #A0727C.


Opacity

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

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

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

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

This text has shadow with #A0727C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0727C on black background.


Color preview on white background

This text has color #A0727C on white background.



Black color preview on #A0727C background

This text has black color on #A0727C background.


White color preview on #A0727C background

This text has white color on #A0727C background.