COLOR #A4716A

HEX: #A4716A
RGB: (164,113,106)

Color info

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

RGB color model

#A4716A color RGB value is (164,113,106).

  • red value is 164;
  • green value is 113;
  • blue value is 106.
RGB:
(164,113,106)
(64%,44%,42%)

RGB channels and saturation

R 164 of 255 = 64%
G 113 of 255 = 44%
B 106 of 255 = 42%

164
113
106

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

Portions of RGB colors in percentages

R + G + B =
164 + 113 + 106 = 383 (100%)
R 164 of 383 ~ 42.82%
G 113 of 383 ~ 29.5%
B 106 of 383 ~ 27.68%

%42.82
%29.5
%27.68

CMYK color model

#A4716A color CMYK value is (0,31,35,36).

  • cyan value is 0.00%
  • magenta value is 31.10%
  • yellow value is 35.37%
  • key color value is 35.69%
CMYK:
(0,31,35,36)
C0M31Y35K36 
(0%,31%,35%,36%)
(0.00/0.31/0.35/0.36)	

CMYK percentages

%0
%31.1
%35.37
%35.69

Codes

Color #A4716A in popluar color models

A4716A
RGB164113106
HSL24.17%52.94%
HSB/HSV35.37%64.31%
CMYK0.00%31.10%35.37%
35.69%

Color #A4716A in popluar number systems.

HEXA4716A
Decimal164113106
Binary1010010011100011101010
Octal244161152

Shades and tints

Shades of #A4716A

#A4716A
(164,113,106)
#966761
(150,103,97)
#885D58
(136,93,88)
#7A534F
(122,83,79)
#6C4946
(108,73,70)
#5E3F3D
(94,63,61)
#503534
(80,53,52)
#422B2B
(66,43,43)
#342122
(52,33,34)
#261719
(38,23,25)
#180D10
(24,13,16)
#000000
(0,0,0)

Tints of #A4716A

#A4716A
(164,113,106)
#AC7D77
(172,125,119)
#B48984
(180,137,132)
#BC9591
(188,149,145)
#C4A19E
(196,161,158)
#CCADAB
(204,173,171)
#D4B9B8
(212,185,184)
#DCC5C5
(220,197,197)
#E4D1D2
(228,209,210)
#ECDDDF
(236,221,223)
#F4E9EC
(244,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4716A; }

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

This text font color is #A4716A.


Background Color

.myBgColor { background-color: #A4716A; }

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

This div background color is #A4716A.


Border color

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

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

This div border color is #A4716A.


Opacity

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

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

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

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

This text has shadow with #A4716A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4716A on black background.


Color preview on white background

This text has color #A4716A on white background.



Black color preview on #A4716A background

This text has black color on #A4716A background.


White color preview on #A4716A background

This text has white color on #A4716A background.