COLOR #A49585

HEX: #A49585 RGB: (164,149,133)

Color info

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

RGB color model

#A49585 color RGB value is (164,149,133).

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

RGB channels and saturation

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

164
149
133

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

Portions of RGB colors in percentages

R + G + B = 164 + 149 + 133 = 446 (100%)
R 164 of 446 ~ 36.77%
G 149 of 446 ~ 33.41%
B 133 of 446 ~ 29.82'%

%36.77
%33.41
%29.82

CMYK color model

#A49585 color CMYK value is (0,9,19,36).

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

CMYK: (0,9,19,36)
C0M9Y19K36 (0%, 9%, 19%, 36%)
(0.00 / 0.09 / 0.19 / 0.36)

CMYK percentages

%0
%9.15
%18.9
%35.69

Codes

Color #A49585 in popluar color models

A4 95 85
RGB 164 149 133
HSL 31° 14.55% 58.24%
HSB/HSV 31° 18.90% 64.31%
CMYK 0.00% 9.15% 18.90%
35.69%

Color #A49585 in popluar number systems.

HEX A4 95 85
Decimal 164 149 133
Binary 10100100 10010101 10000101
Octal 244 225 205

Shades and tints

Shades of #A49585

#A49585
(164,149,133)
#968879
(150,136,121)
#887B6D
(136,123,109)
#7A6E61
(122,110,97)
#6C6155
(108,97,85)
#5E5449
(94,84,73)
#50473D
(80,71,61)
#423A31
(66,58,49)
#342D25
(52,45,37)
#262019
(38,32,25)
#18130D
(24,19,13)
#000000
(0,0,0)

Tints of #A49585

#A49585
(164,149,133)
#AC9E90
(172,158,144)
#B4A79B
(180,167,155)
#BCB0A6
(188,176,166)
#C4B9B1
(196,185,177)
#CCC2BC
(204,194,188)
#D4CBC7
(212,203,199)
#DCD4D2
(220,212,210)
#E4DDDD
(228,221,221)
#ECE6E8
(236,230,232)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49585; }

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

This text font color is #A49585.

Background Color

.myBgColor { background-color: #A49585; }

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

This div background color is #A49585.

Border color

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

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

This div border color is #A49585.

Opacity

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

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

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

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

This text has shadow with #A49585 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49585.

Preview

Color preview on black background

This text has color #A49585 on black background.


Color preview on white background

This text has color #A49585 on white background.


Black color preview on #A49585 background

This text has black color on #A49585 background.


White color preview on #A49585 background

This text has white color on #A49585 background.


Related colors

Complementary color

Complementary color for #hex is #5B6A7A.


I love getcolorcode.com

Triadic colors

1 #85A495 and #9585A4 with #A49585 are triadic colors.

2 #8595A4 and #95A485 with #A49585 are triadic colors.