COLOR #A2747C

HEX: #A2747C RGB: (162,116,124)

Color info

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

RGB color model

#A2747C color RGB value is (162,116,124).

RGB: (162,116,124) (64%, 45%, 49%)

RGB channels and saturation

R 162 of 255 = 64%
G 116 of 255 = 45%
B 124 of 255 = 49%

162
116
124

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

Portions of RGB colors in percentages

R + G + B = 162 + 116 + 124 = 402 (100%)
R 162 of 402 ~ 40.3%
G 116 of 402 ~ 28.86%
B 124 of 402 ~ 30.85'%

%40.3
%28.86
%30.85

CMYK color model

#A2747C color CMYK value is (0,28,23,36).

  • cyan value is 0.00%
  • magenta value is 28.40%
  • yellow value is 23.46%
  • key color value is 36.47%

CMYK: (0,28,23,36)
C0M28Y23K36 (0%, 28%, 23%, 36%)
(0.00 / 0.28 / 0.23 / 0.36)

CMYK percentages

%0
%28.4
%23.46
%36.47

Codes

Color #A2747C in popluar color models

A2 74 7C
RGB 162 116 124
HSL 350° 19.83% 54.51%
HSB/HSV 350° 28.40% 63.53%
CMYK 0.00% 28.40% 23.46%
36.47%

Color #A2747C in popluar number systems.

HEX A2 74 7C
Decimal 162 116 124
Binary 10100010 1110100 1111100
Octal 242 164 174

Shades and tints

Shades of #A2747C

#A2747C
(162,116,124)
#946A71
(148,106,113)
#866066
(134,96,102)
#78565B
(120,86,91)
#6A4C50
(106,76,80)
#5C4245
(92,66,69)
#4E383A
(78,56,58)
#402E2F
(64,46,47)
#322424
(50,36,36)
#241A19
(36,26,25)
#16100E
(22,16,14)
#000000
(0,0,0)

Tints of #A2747C

#A2747C
(162,116,124)
#AA8087
(170,128,135)
#B28C92
(178,140,146)
#BA989D
(186,152,157)
#C2A4A8
(194,164,168)
#CAB0B3
(202,176,179)
#D2BCBE
(210,188,190)
#DAC8C9
(218,200,201)
#E2D4D4
(226,212,212)
#EAE0DF
(234,224,223)
#F2ECEA
(242,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2747C color. Also use rgb(162,116,124) instead hex code.

Text Font Color

.myTextColor { color: #A2747C; }

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

This text font color is #A2747C.

Background Color

.myBgColor { background-color: #A2747C; }

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

This div background color is #A2747C.

Border color

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

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

This div border color is #A2747C.

Opacity

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

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

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

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

This text has shadow with #A2747C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2747C.

Preview

Color preview on black background

This text has color #A2747C on black background.


Color preview on white background

This text has color #A2747C on white background.


Black color preview on #A2747C background

This text has black color on #A2747C background.


White color preview on #A2747C background

This text has white color on #A2747C background.


Related colors

Complementary color

Complementary color for #hex is #5D8B83.


I love getcolorcode.com

Triadic colors

1 #7CA274 and #747CA2 with #A2747C are triadic colors.

2 #7C74A2 and #74A27C with #A2747C are triadic colors.