COLOR #A0728E

HEX: #A0728E
RGB: (160,114,142)

Color info

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

RGB color model

#A0728E color RGB value is (160,114,142).

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

RGB channels and saturation

R 160 of 255 = 63%
G 114 of 255 = 45%
B 142 of 255 = 56%

160
114
142

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

Portions of RGB colors in percentages

R + G + B =
160 + 114 + 142 = 416 (100%)
R 160 of 416 ~ 38.46%
G 114 of 416 ~ 27.4%
B 142 of 416 ~ 34.13%

%38.46
%27.4
%34.13

CMYK color model

#A0728E color CMYK value is (0,29,11,37).

  • cyan value is 0.00%
  • magenta value is 28.75%
  • yellow value is 11.25%
  • key color value is 37.25%
CMYK:
(0,29,11,37)
C0M29Y11K37 
(0%,29%,11%,37%)
(0.00/0.29/0.11/0.37)	

CMYK percentages

%0
%28.75
%11.25
%37.25

Codes

Color #A0728E in popluar color models

A0728E
RGB160114142
HSL323°19.49%53.73%
HSB/HSV323°28.75%62.75%
CMYK0.00%28.75%11.25%
37.25%

Color #A0728E in popluar number systems.

HEXA0728E
Decimal160114142
Binary10100000111001010001110
Octal240162216

Shades and tints

Shades of #A0728E

#A0728E
(160,114,142)
#926882
(146,104,130)
#845E76
(132,94,118)
#76546A
(118,84,106)
#684A5E
(104,74,94)
#5A4052
(90,64,82)
#4C3646
(76,54,70)
#3E2C3A
(62,44,58)
#30222E
(48,34,46)
#221822
(34,24,34)
#140E16
(20,14,22)
#000000
(0,0,0)

Tints of #A0728E

#A0728E
(160,114,142)
#A87E98
(168,126,152)
#B08AA2
(176,138,162)
#B896AC
(184,150,172)
#C0A2B6
(192,162,182)
#C8AEC0
(200,174,192)
#D0BACA
(208,186,202)
#D8C6D4
(216,198,212)
#E0D2DE
(224,210,222)
#E8DEE8
(232,222,232)
#F0EAF2
(240,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0728E; }

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

This text font color is #A0728E.


Background Color

.myBgColor { background-color: #A0728E; }

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

This div background color is #A0728E.


Border color

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

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

This div border color is #A0728E.


Opacity

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

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

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

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

This text has shadow with #A0728E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0728E on black background.


Color preview on white background

This text has color #A0728E on white background.



Black color preview on #A0728E background

This text has black color on #A0728E background.


White color preview on #A0728E background

This text has white color on #A0728E background.