COLOR #A3739A

HEX: #A3739A
RGB: (163,115,154)

Color info

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

RGB color model

#A3739A color RGB value is (163,115,154).

  • red value is 163;
  • green value is 115;
  • blue value is 154.
RGB:
(163,115,154)
(64%,45%,60%)

RGB channels and saturation

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

163
115
154

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

Portions of RGB colors in percentages

R + G + B =
163 + 115 + 154 = 432 (100%)
R 163 of 432 ~ 37.73%
G 115 of 432 ~ 26.62%
B 154 of 432 ~ 35.65%

%37.73
%26.62
%35.65

CMYK color model

#A3739A color CMYK value is (0,29,6,36).

  • cyan value is 0.00%
  • magenta value is 29.45%
  • yellow value is 5.52%
  • key color value is 36.08%
CMYK:
(0,29,6,36)
C0M29Y6K36 
(0%,29%,6%,36%)
(0.00/0.29/0.06/0.36)	

CMYK percentages

%0
%29.45
%5.52
%36.08

Codes

Color #A3739A in popluar color models

A3739A
RGB163115154
HSL311°20.69%54.51%
HSB/HSV311°29.45%63.92%
CMYK0.00%29.45%5.52%
36.08%

Color #A3739A in popluar number systems.

HEXA3739A
Decimal163115154
Binary10100011111001110011010
Octal243163232

Shades and tints

Shades of #A3739A

#A3739A
(163,115,154)
#95698C
(149,105,140)
#875F7E
(135,95,126)
#795570
(121,85,112)
#6B4B62
(107,75,98)
#5D4154
(93,65,84)
#4F3746
(79,55,70)
#412D38
(65,45,56)
#33232A
(51,35,42)
#25191C
(37,25,28)
#170F0E
(23,15,14)
#000000
(0,0,0)

Tints of #A3739A

#A3739A
(163,115,154)
#AB7FA3
(171,127,163)
#B38BAC
(179,139,172)
#BB97B5
(187,151,181)
#C3A3BE
(195,163,190)
#CBAFC7
(203,175,199)
#D3BBD0
(211,187,208)
#DBC7D9
(219,199,217)
#E3D3E2
(227,211,226)
#EBDFEB
(235,223,235)
#F3EBF4
(243,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3739A; }

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

This text font color is #A3739A.


Background Color

.myBgColor { background-color: #A3739A; }

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

This div background color is #A3739A.


Border color

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

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

This div border color is #A3739A.


Opacity

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

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

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

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

This text has shadow with #A3739A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3739A on black background.


Color preview on white background

This text has color #A3739A on white background.



Black color preview on #A3739A background

This text has black color on #A3739A background.


White color preview on #A3739A background

This text has white color on #A3739A background.