COLOR #A2739A

HEX: #A2739A RGB: (162,115,154)

Color info

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

RGB color model

#A2739A color RGB value is (162,115,154).

RGB: (162,115,154) (64%, 45%, 60%)

RGB channels and saturation

R 162 of 255 = 64%
G 115 of 255 = 45%
B 154 of 255 = 60%

162
115
154

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

Portions of RGB colors in percentages

R + G + B = 162 + 115 + 154 = 431 (100%)
R 162 of 431 ~ 37.59%
G 115 of 431 ~ 26.68%
B 154 of 431 ~ 35.73'%

%37.59
%26.68
%35.73

CMYK color model

#A2739A color CMYK value is (0,29,5,36).

  • cyan value is 0.00%
  • magenta value is 29.01%
  • yellow value is 4.94%
  • key color value is 36.47%

CMYK: (0,29,5,36)
C0M29Y5K36 (0%, 29%, 5%, 36%)
(0.00 / 0.29 / 0.05 / 0.36)

CMYK percentages

%0
%29.01
%4.94
%36.47

Codes

Color #A2739A in popluar color models

A2 73 9A
RGB 162 115 154
HSL 310° 20.17% 54.31%
HSB/HSV 310° 29.01% 63.53%
CMYK 0.00% 29.01% 4.94%
36.47%

Color #A2739A in popluar number systems.

HEX A2 73 9A
Decimal 162 115 154
Binary 10100010 1110011 10011010
Octal 242 163 232

Shades and tints

Shades of #A2739A

#A2739A
(162,115,154)
#94698C
(148,105,140)
#865F7E
(134,95,126)
#785570
(120,85,112)
#6A4B62
(106,75,98)
#5C4154
(92,65,84)
#4E3746
(78,55,70)
#402D38
(64,45,56)
#32232A
(50,35,42)
#24191C
(36,25,28)
#160F0E
(22,15,14)
#000000
(0,0,0)

Tints of #A2739A

#A2739A
(162,115,154)
#AA7FA3
(170,127,163)
#B28BAC
(178,139,172)
#BA97B5
(186,151,181)
#C2A3BE
(194,163,190)
#CAAFC7
(202,175,199)
#D2BBD0
(210,187,208)
#DAC7D9
(218,199,217)
#E2D3E2
(226,211,226)
#EADFEB
(234,223,235)
#F2EBF4
(242,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2739A color. Also use rgb(162,115,154) instead hex code.

Text Font Color

.myTextColor { color: #A2739A; }

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

This text font color is #A2739A.

Background Color

.myBgColor { background-color: #A2739A; }

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

This div background color is #A2739A.

Border color

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

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

This div border color is #A2739A.

Opacity

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

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

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

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

This text has shadow with #A2739A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2739A.

Preview

Color preview on black background

This text has color #A2739A on black background.


Color preview on white background

This text has color #A2739A on white background.


Black color preview on #A2739A background

This text has black color on #A2739A background.


White color preview on #A2739A background

This text has white color on #A2739A background.


Related colors

Complementary color

Complementary color for #hex is #5D8C65.


I love getcolorcode.com

Triadic colors

1 #9AA273 and #739AA2 with #A2739A are triadic colors.

2 #9A73A2 and #73A29A with #A2739A are triadic colors.