COLOR #A49385

HEX: #A49385 RGB: (164,147,133)

Color info

#A49385 contains red, green and blue colors in about the same proportion. Web safe color of #A49385 is #999999 (or #999).

RGB color model

#A49385 color RGB value is (164,147,133).

RGB: (164,147,133) (64%, 58%, 52%)

RGB channels and saturation

R 164 of 255 = 64%
G 147 of 255 = 58%
B 133 of 255 = 52%

164
147
133

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

Portions of RGB colors in percentages

R + G + B = 164 + 147 + 133 = 444 (100%)
R 164 of 444 ~ 36.94%
G 147 of 444 ~ 33.11%
B 133 of 444 ~ 29.95'%

%36.94
%33.11
%29.95

CMYK color model

#A49385 color CMYK value is (0,10,19,36).

  • cyan value is 0.00%
  • magenta value is 10.37%
  • yellow value is 18.90%
  • key color value is 35.69%

CMYK: (0,10,19,36)
C0M10Y19K36 (0%, 10%, 19%, 36%)
(0.00 / 0.10 / 0.19 / 0.36)

CMYK percentages

%0
%10.37
%18.9
%35.69

Codes

Color #A49385 in popluar color models

A4 93 85
RGB 164 147 133
HSL 27° 14.55% 58.24%
HSB/HSV 27° 18.90% 64.31%
CMYK 0.00% 10.37% 18.90%
35.69%

Color #A49385 in popluar number systems.

HEX A4 93 85
Decimal 164 147 133
Binary 10100100 10010011 10000101
Octal 244 223 205

Shades and tints

Shades of #A49385

#A49385
(164,147,133)
#968679
(150,134,121)
#88796D
(136,121,109)
#7A6C61
(122,108,97)
#6C5F55
(108,95,85)
#5E5249
(94,82,73)
#50453D
(80,69,61)
#423831
(66,56,49)
#342B25
(52,43,37)
#261E19
(38,30,25)
#18110D
(24,17,13)
#000000
(0,0,0)

Tints of #A49385

#A49385
(164,147,133)
#AC9C90
(172,156,144)
#B4A59B
(180,165,155)
#BCAEA6
(188,174,166)
#C4B7B1
(196,183,177)
#CCC0BC
(204,192,188)
#D4C9C7
(212,201,199)
#DCD2D2
(220,210,210)
#E4DBDD
(228,219,221)
#ECE4E8
(236,228,232)
#F4EDF3
(244,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49385 color. Also use rgb(164,147,133) instead hex code.

Text Font Color

.myTextColor { color: #A49385; }

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

This text font color is #A49385.

Background Color

.myBgColor { background-color: #A49385; }

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

This div background color is #A49385.

Border color

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

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

This div border color is #A49385.

Opacity

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

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

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

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

This text has shadow with #A49385 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49385.

Preview

Color preview on black background

This text has color #A49385 on black background.


Color preview on white background

This text has color #A49385 on white background.


Black color preview on #A49385 background

This text has black color on #A49385 background.


White color preview on #A49385 background

This text has white color on #A49385 background.


Related colors

Complementary color

Complementary color for #hex is #5B6C7A.


I love getcolorcode.com

Triadic colors

1 #85A493 and #9385A4 with #A49385 are triadic colors.

2 #8593A4 and #93A485 with #A49385 are triadic colors.