COLOR #A3727A

HEX: #A3727A
RGB: (163,114,122)

Color info

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

RGB color model

#A3727A color RGB value is (163,114,122).

  • red value is 163;
  • green value is 114;
  • blue value is 122.
RGB:
(163,114,122)
(64%,45%,48%)

RGB channels and saturation

R 163 of 255 = 64%
G 114 of 255 = 45%
B 122 of 255 = 48%

163
114
122

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

Portions of RGB colors in percentages

R + G + B =
163 + 114 + 122 = 399 (100%)
R 163 of 399 ~ 40.85%
G 114 of 399 ~ 28.57%
B 122 of 399 ~ 30.58%

%40.85
%28.57
%30.58

CMYK color model

#A3727A color CMYK value is (0,30,25,36).

  • cyan value is 0.00%
  • magenta value is 30.06%
  • yellow value is 25.15%
  • key color value is 36.08%
CMYK:
(0,30,25,36)
C0M30Y25K36 
(0%,30%,25%,36%)
(0.00/0.30/0.25/0.36)	

CMYK percentages

%0
%30.06
%25.15
%36.08

Codes

Color #A3727A in popluar color models

A3727A
RGB163114122
HSL350°21.03%54.31%
HSB/HSV350°30.06%63.92%
CMYK0.00%30.06%25.15%
36.08%

Color #A3727A in popluar number systems.

HEXA3727A
Decimal163114122
Binary1010001111100101111010
Octal243162172

Shades and tints

Shades of #A3727A

#A3727A
(163,114,122)
#95686F
(149,104,111)
#875E64
(135,94,100)
#795459
(121,84,89)
#6B4A4E
(107,74,78)
#5D4043
(93,64,67)
#4F3638
(79,54,56)
#412C2D
(65,44,45)
#332222
(51,34,34)
#251817
(37,24,23)
#170E0C
(23,14,12)
#000000
(0,0,0)

Tints of #A3727A

#A3727A
(163,114,122)
#AB7E86
(171,126,134)
#B38A92
(179,138,146)
#BB969E
(187,150,158)
#C3A2AA
(195,162,170)
#CBAEB6
(203,174,182)
#D3BAC2
(211,186,194)
#DBC6CE
(219,198,206)
#E3D2DA
(227,210,218)
#EBDEE6
(235,222,230)
#F3EAF2
(243,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3727A color. Also use rgb(163,114,122) instead hex code.

Text Font Color

.myTextColor { color: #A3727A; }

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

This text font color is #A3727A.


Background Color

.myBgColor { background-color: #A3727A; }

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

This div background color is #A3727A.


Border color

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

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

This div border color is #A3727A.


Opacity

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

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

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

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

This text has shadow with #A3727A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3727A on black background.


Color preview on white background

This text has color #A3727A on white background.



Black color preview on #A3727A background

This text has black color on #A3727A background.


White color preview on #A3727A background

This text has white color on #A3727A background.