COLOR #A1727C

HEX: #A1727C RGB: (161,114,124)

Color info

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

RGB color model

#A1727C color RGB value is (161,114,124).

RGB: (161,114,124) (63%, 45%, 49%)

RGB channels and saturation

R 161 of 255 = 63%
G 114 of 255 = 45%
B 124 of 255 = 49%

161
114
124

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

Portions of RGB colors in percentages

R + G + B = 161 + 114 + 124 = 399 (100%)
R 161 of 399 ~ 40.35%
G 114 of 399 ~ 28.57%
B 124 of 399 ~ 31.08'%

%40.35
%28.57
%31.08

CMYK color model

#A1727C color CMYK value is (0,29,23,37).

  • cyan value is 0.00%
  • magenta value is 29.19%
  • yellow value is 22.98%
  • key color value is 36.86%

CMYK: (0,29,23,37)
C0M29Y23K37 (0%, 29%, 23%, 37%)
(0.00 / 0.29 / 0.23 / 0.37)

CMYK percentages

%0
%29.19
%22.98
%36.86

Codes

Color #A1727C in popluar color models

A1 72 7C
RGB 161 114 124
HSL 347° 20.00% 53.92%
HSB/HSV 347° 29.19% 63.14%
CMYK 0.00% 29.19% 22.98%
36.86%

Color #A1727C in popluar number systems.

HEX A1 72 7C
Decimal 161 114 124
Binary 10100001 1110010 1111100
Octal 241 162 174

Shades and tints

Shades of #A1727C

#A1727C
(161,114,124)
#936871
(147,104,113)
#855E66
(133,94,102)
#77545B
(119,84,91)
#694A50
(105,74,80)
#5B4045
(91,64,69)
#4D363A
(77,54,58)
#3F2C2F
(63,44,47)
#312224
(49,34,36)
#231819
(35,24,25)
#150E0E
(21,14,14)
#000000
(0,0,0)

Tints of #A1727C

#A1727C
(161,114,124)
#A97E87
(169,126,135)
#B18A92
(177,138,146)
#B9969D
(185,150,157)
#C1A2A8
(193,162,168)
#C9AEB3
(201,174,179)
#D1BABE
(209,186,190)
#D9C6C9
(217,198,201)
#E1D2D4
(225,210,212)
#E9DEDF
(233,222,223)
#F1EAEA
(241,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1727C color. Also use rgb(161,114,124) instead hex code.

Text Font Color

.myTextColor { color: #A1727C; }

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

This text font color is #A1727C.

Background Color

.myBgColor { background-color: #A1727C; }

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

This div background color is #A1727C.

Border color

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

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

This div border color is #A1727C.

Opacity

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

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

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

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

This text has shadow with #A1727C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1727C.

Preview

Color preview on black background

This text has color #A1727C on black background.


Color preview on white background

This text has color #A1727C on white background.


Black color preview on #A1727C background

This text has black color on #A1727C background.


White color preview on #A1727C background

This text has white color on #A1727C background.


Related colors

Complementary color

Complementary color for #hex is #5E8D83.


I love getcolorcode.com

Triadic colors

1 #7CA172 and #727CA1 with #A1727C are triadic colors.

2 #7C72A1 and #72A17C with #A1727C are triadic colors.