COLOR #A4727B

HEX: #A4727B RGB: (164,114,123)

Color info

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

RGB color model

#A4727B color RGB value is (164,114,123).

RGB: (164,114,123) (64%, 45%, 48%)

RGB channels and saturation

R 164 of 255 = 64%
G 114 of 255 = 45%
B 123 of 255 = 48%

164
114
123

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

Portions of RGB colors in percentages

R + G + B = 164 + 114 + 123 = 401 (100%)
R 164 of 401 ~ 40.9%
G 114 of 401 ~ 28.43%
B 123 of 401 ~ 30.67'%

%40.9
%28.43
%30.67

CMYK color model

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

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

CMYK percentages

%0
%30.49
%25
%35.69

Codes

Color #A4727B in popluar color models

A4 72 7B
RGB 164 114 123
HSL 349° 21.55% 54.51%
HSB/HSV 349° 30.49% 64.31%
CMYK 0.00% 30.49% 25.00%
35.69%

Color #A4727B in popluar number systems.

HEX A4 72 7B
Decimal 164 114 123
Binary 10100100 1110010 1111011
Octal 244 162 173

Shades and tints

Shades of #A4727B

#A4727B
(164,114,123)
#966870
(150,104,112)
#885E65
(136,94,101)
#7A545A
(122,84,90)
#6C4A4F
(108,74,79)
#5E4044
(94,64,68)
#503639
(80,54,57)
#422C2E
(66,44,46)
#342223
(52,34,35)
#261818
(38,24,24)
#180E0D
(24,14,13)
#000000
(0,0,0)

Tints of #A4727B

#A4727B
(164,114,123)
#AC7E87
(172,126,135)
#B48A93
(180,138,147)
#BC969F
(188,150,159)
#C4A2AB
(196,162,171)
#CCAEB7
(204,174,183)
#D4BAC3
(212,186,195)
#DCC6CF
(220,198,207)
#E4D2DB
(228,210,219)
#ECDEE7
(236,222,231)
#F4EAF3
(244,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4727B color. Also use rgb(164,114,123) instead hex code.

Text Font Color

.myTextColor { color: #A4727B; }

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

This text font color is #A4727B.

Background Color

.myBgColor { background-color: #A4727B; }

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

This div background color is #A4727B.

Border color

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

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

This div border color is #A4727B.

Opacity

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

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

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

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

This text has shadow with #A4727B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4727B.

Preview

Color preview on black background

This text has color #A4727B on black background.


Color preview on white background

This text has color #A4727B on white background.


Black color preview on #A4727B background

This text has black color on #A4727B background.


White color preview on #A4727B background

This text has white color on #A4727B background.


Related colors

Complementary color

Complementary color for #hex is #5B8D84.


I love getcolorcode.com

Triadic colors

1 #7BA472 and #727BA4 with #A4727B are triadic colors.

2 #7B72A4 and #72A47B with #A4727B are triadic colors.