COLOR #A49083

HEX: #A49083 RGB: (164,144,131)

Color info

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

RGB color model

#A49083 color RGB value is (164,144,131).

RGB: (164,144,131) (64%, 56%, 51%)

RGB channels and saturation

R 164 of 255 = 64%
G 144 of 255 = 56%
B 131 of 255 = 51%

164
144
131

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

Portions of RGB colors in percentages

R + G + B = 164 + 144 + 131 = 439 (100%)
R 164 of 439 ~ 37.36%
G 144 of 439 ~ 32.8%
B 131 of 439 ~ 29.84'%

%37.36
%32.8
%29.84

CMYK color model

#A49083 color CMYK value is (0,12,20,36).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 20.12%
  • key color value is 35.69%

CMYK: (0,12,20,36)
C0M12Y20K36 (0%, 12%, 20%, 36%)
(0.00 / 0.12 / 0.20 / 0.36)

CMYK percentages

%0
%12.2
%20.12
%35.69

Codes

Color #A49083 in popluar color models

A4 90 83
RGB 164 144 131
HSL 24° 15.35% 57.84%
HSB/HSV 24° 20.12% 64.31%
CMYK 0.00% 12.20% 20.12%
35.69%

Color #A49083 in popluar number systems.

HEX A4 90 83
Decimal 164 144 131
Binary 10100100 10010000 10000011
Octal 244 220 203

Shades and tints

Shades of #A49083

#A49083
(164,144,131)
#968378
(150,131,120)
#88766D
(136,118,109)
#7A6962
(122,105,98)
#6C5C57
(108,92,87)
#5E4F4C
(94,79,76)
#504241
(80,66,65)
#423536
(66,53,54)
#34282B
(52,40,43)
#261B20
(38,27,32)
#180E15
(24,14,21)
#000000
(0,0,0)

Tints of #A49083

#A49083
(164,144,131)
#AC9A8E
(172,154,142)
#B4A499
(180,164,153)
#BCAEA4
(188,174,164)
#C4B8AF
(196,184,175)
#CCC2BA
(204,194,186)
#D4CCC5
(212,204,197)
#DCD6D0
(220,214,208)
#E4E0DB
(228,224,219)
#ECEAE6
(236,234,230)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49083 color. Also use rgb(164,144,131) instead hex code.

Text Font Color

.myTextColor { color: #A49083; }

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

This text font color is #A49083.

Background Color

.myBgColor { background-color: #A49083; }

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

This div background color is #A49083.

Border color

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

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

This div border color is #A49083.

Opacity

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

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

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

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

This text has shadow with #A49083 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49083.

Preview

Color preview on black background

This text has color #A49083 on black background.


Color preview on white background

This text has color #A49083 on white background.


Black color preview on #A49083 background

This text has black color on #A49083 background.


White color preview on #A49083 background

This text has white color on #A49083 background.


Related colors

Complementary color

Complementary color for #hex is #5B6F7C.


I love getcolorcode.com

Triadic colors

1 #83A490 and #9083A4 with #A49083 are triadic colors.

2 #8390A4 and #90A483 with #A49083 are triadic colors.