COLOR #A4696A

HEX: #A4696A
RGB: (164,105,106)

Color info

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

RGB color model

#A4696A color RGB value is (164,105,106).

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

RGB channels and saturation

R 164 of 255 = 64%
G 105 of 255 = 41%
B 106 of 255 = 42%

164
105
106

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

Portions of RGB colors in percentages

R + G + B =
164 + 105 + 106 = 375 (100%)
R 164 of 375 ~ 43.73%
G 105 of 375 ~ 28%
B 106 of 375 ~ 28.27%

%43.73
%28
%28.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.98%
  • yellow value is 35.37%
  • key color value is 35.69%
CMYK:
(0,36,35,36)
C0M36Y35K36 
(0%,36%,35%,36%)
(0.00/0.36/0.35/0.36)	

CMYK percentages

%0
%35.98
%35.37
%35.69

Codes

Color #A4696A in popluar color models

A4696A
RGB164105106
HSL359°24.48%52.75%
HSB/HSV359°35.98%64.31%
CMYK0.00%35.98%35.37%
35.69%

Color #A4696A in popluar number systems.

HEXA4696A
Decimal164105106
Binary1010010011010011101010
Octal244151152

Shades and tints

Shades of #A4696A

#A4696A
(164,105,106)
#966061
(150,96,97)
#885758
(136,87,88)
#7A4E4F
(122,78,79)
#6C4546
(108,69,70)
#5E3C3D
(94,60,61)
#503334
(80,51,52)
#422A2B
(66,42,43)
#342122
(52,33,34)
#261819
(38,24,25)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #A4696A

#A4696A
(164,105,106)
#AC7677
(172,118,119)
#B48384
(180,131,132)
#BC9091
(188,144,145)
#C49D9E
(196,157,158)
#CCAAAB
(204,170,171)
#D4B7B8
(212,183,184)
#DCC4C5
(220,196,197)
#E4D1D2
(228,209,210)
#ECDEDF
(236,222,223)
#F4EBEC
(244,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4696A; }

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

This text font color is #A4696A.


Background Color

.myBgColor { background-color: #A4696A; }

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

This div background color is #A4696A.


Border color

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

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

This div border color is #A4696A.


Opacity

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

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

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

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

This text has shadow with #A4696A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4696A on black background.


Color preview on white background

This text has color #A4696A on white background.



Black color preview on #A4696A background

This text has black color on #A4696A background.


White color preview on #A4696A background

This text has white color on #A4696A background.