COLOR #A0737A

HEX: #A0737A RGB: (160,115,122)

Color info

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

RGB color model

#A0737A color RGB value is (160,115,122).

RGB: (160,115,122) (63%, 45%, 48%)

RGB channels and saturation

R 160 of 255 = 63%
G 115 of 255 = 45%
B 122 of 255 = 48%

160
115
122

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

Portions of RGB colors in percentages

R + G + B = 160 + 115 + 122 = 397 (100%)
R 160 of 397 ~ 40.3%
G 115 of 397 ~ 28.97%
B 122 of 397 ~ 30.73'%

%40.3
%28.97
%30.73

CMYK color model

#A0737A color CMYK value is (0,28,24,37).

  • cyan value is 0.00%
  • magenta value is 28.13%
  • yellow value is 23.75%
  • key color value is 37.25%

CMYK: (0,28,24,37)
C0M28Y24K37 (0%, 28%, 24%, 37%)
(0.00 / 0.28 / 0.24 / 0.37)

CMYK percentages

%0
%28.13
%23.75
%37.25

Codes

Color #A0737A in popluar color models

A0 73 7A
RGB 160 115 122
HSL 351° 19.15% 53.92%
HSB/HSV 351° 28.13% 62.75%
CMYK 0.00% 28.13% 23.75%
37.25%

Color #A0737A in popluar number systems.

HEX A0 73 7A
Decimal 160 115 122
Binary 10100000 1110011 1111010
Octal 240 163 172

Shades and tints

Shades of #A0737A

#A0737A
(160,115,122)
#92696F
(146,105,111)
#845F64
(132,95,100)
#765559
(118,85,89)
#684B4E
(104,75,78)
#5A4143
(90,65,67)
#4C3738
(76,55,56)
#3E2D2D
(62,45,45)
#302322
(48,35,34)
#221917
(34,25,23)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #A0737A

#A0737A
(160,115,122)
#A87F86
(168,127,134)
#B08B92
(176,139,146)
#B8979E
(184,151,158)
#C0A3AA
(192,163,170)
#C8AFB6
(200,175,182)
#D0BBC2
(208,187,194)
#D8C7CE
(216,199,206)
#E0D3DA
(224,211,218)
#E8DFE6
(232,223,230)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0737A color. Also use rgb(160,115,122) instead hex code.

Text Font Color

.myTextColor { color: #A0737A; }

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

This text font color is #A0737A.

Background Color

.myBgColor { background-color: #A0737A; }

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

This div background color is #A0737A.

Border color

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

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

This div border color is #A0737A.

Opacity

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

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

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

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

This text has shadow with #A0737A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0737A.

Preview

Color preview on black background

This text has color #A0737A on black background.


Color preview on white background

This text has color #A0737A on white background.


Black color preview on #A0737A background

This text has black color on #A0737A background.


White color preview on #A0737A background

This text has white color on #A0737A background.


Related colors

Complementary color

Complementary color for #hex is #5F8C85.


I love getcolorcode.com

Triadic colors

1 #7AA073 and #737AA0 with #A0737A are triadic colors.

2 #7A73A0 and #73A07A with #A0737A are triadic colors.