COLOR #A49B91

HEX: #A49B91 RGB: (164,155,145)

Color info

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

RGB color model

#A49B91 color RGB value is (164,155,145).

RGB: (164,155,145) (64%, 61%, 57%)

RGB channels and saturation

R 164 of 255 = 64%
G 155 of 255 = 61%
B 145 of 255 = 57%

164
155
145

R + G + B ~ 61%. #A49B91 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 155 + 145 = 464 (100%)
R 164 of 464 ~ 35.34%
G 155 of 464 ~ 33.41%
B 145 of 464 ~ 31.25'%

%35.34
%33.41
%31.25

CMYK color model

#A49B91 color CMYK value is (0,5,12,36).

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 11.59%
  • key color value is 35.69%
CMYK: (0,5,12,36) C0M5Y12K36 (0%,5%,12%,36%) (0.00/0.05/0.12/0.36) 

CMYK percentages

%0
%5.49
%11.59
%35.69

Codes

Color #A49B91 in popluar color models

A4 9B 91
RGB 164 155 145
HSL 32° 9.45% 60.59%
HSB/HSV 32° 11.59% 64.31%
CMYK 0.00% 5.49% 11.59%
35.69%

Color #A49B91 in popluar number systems.

HEX A4 9B 91
Decimal 164 155 145
Binary 10100100 10011011 10010001
Octal 244 233 221

Shades and tints

Shades of #A49B91

#A49B91
(164,155,145)
#968D84
(150,141,132)
#887F77
(136,127,119)
#7A716A
(122,113,106)
#6C635D
(108,99,93)
#5E5550
(94,85,80)
#504743
(80,71,67)
#423936
(66,57,54)
#342B29
(52,43,41)
#261D1C
(38,29,28)
#180F0F
(24,15,15)
#000000
(0,0,0)

Tints of #A49B91

#A49B91
(164,155,145)
#ACA49B
(172,164,155)
#B4ADA5
(180,173,165)
#BCB6AF
(188,182,175)
#C4BFB9
(196,191,185)
#CCC8C3
(204,200,195)
#D4D1CD
(212,209,205)
#DCDAD7
(220,218,215)
#E4E3E1
(228,227,225)
#ECECEB
(236,236,235)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49B91 color. Also use rgb(164,155,145) instead hex code.

Text Font Color

.myTextColor { color: #A49B91; }

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

This text font color is #A49B91.

Background Color

.myBgColor { background-color: #A49B91; }

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

This div background color is #A49B91.

Border color

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

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

This div border color is #A49B91.

Opacity

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

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

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

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

This text has shadow with #A49B91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49B91.

Preview

Color preview on black background

This text has color #A49B91 on black background.


Color preview on white background

This text has color #A49B91 on white background.


Black color preview on #A49B91 background

This text has black color on #A49B91 background.


White color preview on #A49B91 background

This text has white color on #A49B91 background.


Related colors

Complementary color

Complementary color for #hex is #5B646E.


I love getcolorcode.com

Triadic colors

1 #91A49B and #9B91A4 with #A49B91 are triadic colors.

2 #919BA4 and #9BA491 with #A49B91 are triadic colors.