COLOR #A4695E

HEX: #A4695E RGB: (164,105,94)

Color info

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

RGB color model

#A4695E color RGB value is (164,105,94).

RGB: (164,105,94) (64%, 41%, 37%)

RGB channels and saturation

R 164 of 255 = 64%
G 105 of 255 = 41%
B 94 of 255 = 37%

164
105
94

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

Portions of RGB colors in percentages

R + G + B = 164 + 105 + 94 = 363 (100%)
R 164 of 363 ~ 45.18%
G 105 of 363 ~ 28.93%
B 94 of 363 ~ 25.9'%

%45.18
%28.93
%25.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.98%
  • yellow value is 42.68%
  • 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
%42.68
%35.69

Codes

Color #A4695E in popluar color models

A4 69 5E
RGB 164 105 94
HSL 27.78% 50.59%
HSB/HSV 42.68% 64.31%
CMYK 0.00% 35.98% 42.68%
35.69%

Color #A4695E in popluar number systems.

HEX A4 69 5E
Decimal 164 105 94
Binary 10100100 1101001 1011110
Octal 244 151 136

Shades and tints

Shades of #A4695E

#A4695E
(164,105,94)
#966056
(150,96,86)
#88574E
(136,87,78)
#7A4E46
(122,78,70)
#6C453E
(108,69,62)
#5E3C36
(94,60,54)
#50332E
(80,51,46)
#422A26
(66,42,38)
#34211E
(52,33,30)
#261816
(38,24,22)
#180F0E
(24,15,14)
#000000
(0,0,0)

Tints of #A4695E

#A4695E
(164,105,94)
#AC766C
(172,118,108)
#B4837A
(180,131,122)
#BC9088
(188,144,136)
#C49D96
(196,157,150)
#CCAAA4
(204,170,164)
#D4B7B2
(212,183,178)
#DCC4C0
(220,196,192)
#E4D1CE
(228,209,206)
#ECDEDC
(236,222,220)
#F4EBEA
(244,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4695E; }

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

This text font color is #A4695E.

Background Color

.myBgColor { background-color: #A4695E; }

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

This div background color is #A4695E.

Border color

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

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

This div border color is #A4695E.

Opacity

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

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

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

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

This text has shadow with #A4695E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4695E.

Preview

Color preview on black background

This text has color #A4695E on black background.


Color preview on white background

This text has color #A4695E on white background.


Black color preview on #A4695E background

This text has black color on #A4695E background.


White color preview on #A4695E background

This text has white color on #A4695E background.


Related colors

Complementary color

Complementary color for #hex is #5B96A1.


I love getcolorcode.com

Triadic colors

1 #5EA469 and #695EA4 with #A4695E are triadic colors.

2 #5E69A4 and #69A45E with #A4695E are triadic colors.