COLOR #A4695D

HEX: #A4695D
RGB: (164,105,93)

Color info

#A4695D contains mainly red and green colors. Web safe color of #A4695D is #996666 (or #966).

RGB color model

#A4695D color RGB value is (164,105,93).

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

RGB channels and saturation

R 164 of 255 = 64%
G 105 of 255 = 41%
B 93 of 255 = 36%

164
105
93

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

Portions of RGB colors in percentages

R + G + B =
164 + 105 + 93 = 362 (100%)
R 164 of 362 ~ 45.3%
G 105 of 362 ~ 29.01%
B 93 of 362 ~ 25.69%

%45.3
%29.01
%25.69

CMYK color model

#A4695D color CMYK value is (0,36,43,36).

  • cyan value is 0.00%
  • magenta value is 35.98%
  • yellow value is 43.29%
  • key color value is 35.69%
CMYK:
(0,36,43,36)
C0M36Y43K36 
(0%,36%,43%,36%)
(0.00/0.36/0.43/0.36)	

CMYK percentages

%0
%35.98
%43.29
%35.69

Codes

Color #A4695D in popluar color models

A4695D
RGB16410593
HSL10°28.06%50.39%
HSB/HSV10°43.29%64.31%
CMYK0.00%35.98%43.29%
35.69%

Color #A4695D in popluar number systems.

HEXA4695D
Decimal16410593
Binary1010010011010011011101
Octal244151135

Shades and tints

Shades of #A4695D

#A4695D
(164,105,93)
#966055
(150,96,85)
#88574D
(136,87,77)
#7A4E45
(122,78,69)
#6C453D
(108,69,61)
#5E3C35
(94,60,53)
#50332D
(80,51,45)
#422A25
(66,42,37)
#34211D
(52,33,29)
#261815
(38,24,21)
#180F0D
(24,15,13)
#000000
(0,0,0)

Tints of #A4695D

#A4695D
(164,105,93)
#AC766B
(172,118,107)
#B48379
(180,131,121)
#BC9087
(188,144,135)
#C49D95
(196,157,149)
#CCAAA3
(204,170,163)
#D4B7B1
(212,183,177)
#DCC4BF
(220,196,191)
#E4D1CD
(228,209,205)
#ECDEDB
(236,222,219)
#F4EBE9
(244,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4695D; }

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

This text font color is #A4695D.


Background Color

.myBgColor { background-color: #A4695D; }

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

This div background color is #A4695D.


Border color

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

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

This div border color is #A4695D.


Opacity

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

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

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

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

This text has shadow with #A4695D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4695D on black background.


Color preview on white background

This text has color #A4695D on white background.



Black color preview on #A4695D background

This text has black color on #A4695D background.


White color preview on #A4695D background

This text has white color on #A4695D background.