COLOR #A49291

HEX: #A49291 RGB: (164,146,145)

Color info

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

RGB color model

#A49291 color RGB value is (164,146,145).

RGB: (164,146,145) (64%, 57%, 57%)

RGB channels and saturation

R 164 of 255 = 64%
G 146 of 255 = 57%
B 145 of 255 = 57%

164
146
145

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

Portions of RGB colors in percentages

R + G + B = 164 + 146 + 145 = 455 (100%)
R 164 of 455 ~ 36.04%
G 146 of 455 ~ 32.09%
B 145 of 455 ~ 31.87'%

%36.04
%32.09
%31.87

CMYK color model

#A49291 color CMYK value is (0,11,12,36).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 11.59%
  • key color value is 35.69%

CMYK: (0,11,12,36)
C0M11Y12K36 (0%, 11%, 12%, 36%)
(0.00 / 0.11 / 0.12 / 0.36)

CMYK percentages

%0
%10.98
%11.59
%35.69

Codes

Color #A49291 in popluar color models

A4 92 91
RGB 164 146 145
HSL 9.45% 60.59%
HSB/HSV 11.59% 64.31%
CMYK 0.00% 10.98% 11.59%
35.69%

Color #A49291 in popluar number systems.

HEX A4 92 91
Decimal 164 146 145
Binary 10100100 10010010 10010001
Octal 244 222 221

Shades and tints

Shades of #A49291

#A49291
(164,146,145)
#968584
(150,133,132)
#887877
(136,120,119)
#7A6B6A
(122,107,106)
#6C5E5D
(108,94,93)
#5E5150
(94,81,80)
#504443
(80,68,67)
#423736
(66,55,54)
#342A29
(52,42,41)
#261D1C
(38,29,28)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #A49291

#A49291
(164,146,145)
#AC9B9B
(172,155,155)
#B4A4A5
(180,164,165)
#BCADAF
(188,173,175)
#C4B6B9
(196,182,185)
#CCBFC3
(204,191,195)
#D4C8CD
(212,200,205)
#DCD1D7
(220,209,215)
#E4DAE1
(228,218,225)
#ECE3EB
(236,227,235)
#F4ECF5
(244,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49291; }

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

This text font color is #A49291.

Background Color

.myBgColor { background-color: #A49291; }

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

This div background color is #A49291.

Border color

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

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

This div border color is #A49291.

Opacity

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

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

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

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

This text has shadow with #A49291 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49291.

Preview

Color preview on black background

This text has color #A49291 on black background.


Color preview on white background

This text has color #A49291 on white background.


Black color preview on #A49291 background

This text has black color on #A49291 background.


White color preview on #A49291 background

This text has white color on #A49291 background.


Related colors

Complementary color

Complementary color for #hex is #5B6D6E.


I love getcolorcode.com

Triadic colors

1 #91A492 and #9291A4 with #A49291 are triadic colors.

2 #9192A4 and #92A491 with #A49291 are triadic colors.