COLOR #A4736F

HEX: #A4736F RGB: (164,115,111)

Color info

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

RGB color model

#A4736F color RGB value is (164,115,111).

RGB: (164,115,111) (64%, 45%, 44%)

RGB channels and saturation

R 164 of 255 = 64%
G 115 of 255 = 45%
B 111 of 255 = 44%

164
115
111

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

Portions of RGB colors in percentages

R + G + B = 164 + 115 + 111 = 390 (100%)
R 164 of 390 ~ 42.05%
G 115 of 390 ~ 29.49%
B 111 of 390 ~ 28.46'%

%42.05
%29.49
%28.46

CMYK color model

#A4736F color CMYK value is (0,30,32,36).

  • cyan value is 0.00%
  • magenta value is 29.88%
  • yellow value is 32.32%
  • key color value is 35.69%

CMYK: (0,30,32,36)
C0M30Y32K36 (0%, 30%, 32%, 36%)
(0.00 / 0.30 / 0.32 / 0.36)

CMYK percentages

%0
%29.88
%32.32
%35.69

Codes

Color #A4736F in popluar color models

A4 73 6F
RGB 164 115 111
HSL 22.55% 53.92%
HSB/HSV 32.32% 64.31%
CMYK 0.00% 29.88% 32.32%
35.69%

Color #A4736F in popluar number systems.

HEX A4 73 6F
Decimal 164 115 111
Binary 10100100 1110011 1101111
Octal 244 163 157

Shades and tints

Shades of #A4736F

#A4736F
(164,115,111)
#966965
(150,105,101)
#885F5B
(136,95,91)
#7A5551
(122,85,81)
#6C4B47
(108,75,71)
#5E413D
(94,65,61)
#503733
(80,55,51)
#422D29
(66,45,41)
#34231F
(52,35,31)
#261915
(38,25,21)
#180F0B
(24,15,11)
#000000
(0,0,0)

Tints of #A4736F

#A4736F
(164,115,111)
#AC7F7C
(172,127,124)
#B48B89
(180,139,137)
#BC9796
(188,151,150)
#C4A3A3
(196,163,163)
#CCAFB0
(204,175,176)
#D4BBBD
(212,187,189)
#DCC7CA
(220,199,202)
#E4D3D7
(228,211,215)
#ECDFE4
(236,223,228)
#F4EBF1
(244,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4736F color. Also use rgb(164,115,111) instead hex code.

Text Font Color

.myTextColor { color: #A4736F; }

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

This text font color is #A4736F.

Background Color

.myBgColor { background-color: #A4736F; }

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

This div background color is #A4736F.

Border color

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

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

This div border color is #A4736F.

Opacity

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

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

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

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

This text has shadow with #A4736F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4736F.

Preview

Color preview on black background

This text has color #A4736F on black background.


Color preview on white background

This text has color #A4736F on white background.


Black color preview on #A4736F background

This text has black color on #A4736F background.


White color preview on #A4736F background

This text has white color on #A4736F background.


Related colors

Complementary color

Complementary color for #hex is #5B8C90.


I love getcolorcode.com

Triadic colors

1 #6FA473 and #736FA4 with #A4736F are triadic colors.

2 #6F73A4 and #73A46F with #A4736F are triadic colors.