COLOR #A4736A

HEX: #A4736A RGB: (164,115,106)

Color info

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

RGB color model

#A4736A color RGB value is (164,115,106).

RGB: (164,115,106) (64%, 45%, 42%)

RGB channels and saturation

R 164 of 255 = 64%
G 115 of 255 = 45%
B 106 of 255 = 42%

164
115
106

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

Portions of RGB colors in percentages

R + G + B = 164 + 115 + 106 = 385 (100%)
R 164 of 385 ~ 42.6%
G 115 of 385 ~ 29.87%
B 106 of 385 ~ 27.53'%

%42.6
%29.87
%27.53

CMYK color model

#A4736A color CMYK value is (0,30,35,36).

  • cyan value is 0.00%
  • magenta value is 29.88%
  • yellow value is 35.37%
  • key color value is 35.69%
CMYK: (0,30,35,36) C0M30Y35K36 (0%,30%,35%,36%) (0.00/0.30/0.35/0.36) 

CMYK percentages

%0
%29.88
%35.37
%35.69

Codes

Color #A4736A in popluar color models

A4 73 6A
RGB 164 115 106
HSL 24.17% 52.94%
HSB/HSV 35.37% 64.31%
CMYK 0.00% 29.88% 35.37%
35.69%

Color #A4736A in popluar number systems.

HEX A4 73 6A
Decimal 164 115 106
Binary 10100100 1110011 1101010
Octal 244 163 152

Shades and tints

Shades of #A4736A

#A4736A
(164,115,106)
#966961
(150,105,97)
#885F58
(136,95,88)
#7A554F
(122,85,79)
#6C4B46
(108,75,70)
#5E413D
(94,65,61)
#503734
(80,55,52)
#422D2B
(66,45,43)
#342322
(52,35,34)
#261919
(38,25,25)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #A4736A

#A4736A
(164,115,106)
#AC7F77
(172,127,119)
#B48B84
(180,139,132)
#BC9791
(188,151,145)
#C4A39E
(196,163,158)
#CCAFAB
(204,175,171)
#D4BBB8
(212,187,184)
#DCC7C5
(220,199,197)
#E4D3D2
(228,211,210)
#ECDFDF
(236,223,223)
#F4EBEC
(244,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4736A; }

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

This text font color is #A4736A.

Background Color

.myBgColor { background-color: #A4736A; }

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

This div background color is #A4736A.

Border color

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

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

This div border color is #A4736A.

Opacity

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

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

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

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

This text has shadow with #A4736A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4736A.

Preview

Color preview on black background

This text has color #A4736A on black background.


Color preview on white background

This text has color #A4736A on white background.


Black color preview on #A4736A background

This text has black color on #A4736A background.


White color preview on #A4736A background

This text has white color on #A4736A background.


Related colors

Complementary color

Complementary color for #hex is #5B8C95.


I love getcolorcode.com

Triadic colors

1 #6AA473 and #736AA4 with #A4736A are triadic colors.

2 #6A73A4 and #73A46A with #A4736A are triadic colors.