COLOR #A49080

HEX: #A49080
RGB: (164,144,128)

Color info

#A49080 contains red, green and blue colors in about the same proportion. Web safe color of #A49080 is #999966 (or #996).

RGB color model

#A49080 color RGB value is (164,144,128).

  • red value is 164;
  • green value is 144;
  • blue value is 128.
RGB:
(164,144,128)
(64%,56%,50%)

RGB channels and saturation

R 164 of 255 = 64%
G 144 of 255 = 56%
B 128 of 255 = 50%

164
144
128

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

Portions of RGB colors in percentages

R + G + B =
164 + 144 + 128 = 436 (100%)
R 164 of 436 ~ 37.61%
G 144 of 436 ~ 33.03%
B 128 of 436 ~ 29.36%

%37.61
%33.03
%29.36

CMYK color model

#A49080 color CMYK value is (0,12,22,36).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 21.95%
  • key color value is 35.69%
CMYK:
(0,12,22,36)
C0M12Y22K36 
(0%,12%,22%,36%)
(0.00/0.12/0.22/0.36)	

CMYK percentages

%0
%12.2
%21.95
%35.69

Codes

Color #A49080 in popluar color models

A49080
RGB164144128
HSL27°16.51%57.25%
HSB/HSV27°21.95%64.31%
CMYK0.00%12.20%21.95%
35.69%

Color #A49080 in popluar number systems.

HEXA49080
Decimal164144128
Binary101001001001000010000000
Octal244220200

Shades and tints

Shades of #A49080

#A49080
(164,144,128)
#968375
(150,131,117)
#88766A
(136,118,106)
#7A695F
(122,105,95)
#6C5C54
(108,92,84)
#5E4F49
(94,79,73)
#50423E
(80,66,62)
#423533
(66,53,51)
#342828
(52,40,40)
#261B1D
(38,27,29)
#180E12
(24,14,18)
#000000
(0,0,0)

Tints of #A49080

#A49080
(164,144,128)
#AC9A8B
(172,154,139)
#B4A496
(180,164,150)
#BCAEA1
(188,174,161)
#C4B8AC
(196,184,172)
#CCC2B7
(204,194,183)
#D4CCC2
(212,204,194)
#DCD6CD
(220,214,205)
#E4E0D8
(228,224,216)
#ECEAE3
(236,234,227)
#F4F4EE
(244,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49080; }

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

This text font color is #A49080.


Background Color

.myBgColor { background-color: #A49080; }

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

This div background color is #A49080.


Border color

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

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

This div border color is #A49080.


Opacity

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

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

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

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

This text has shadow with #A49080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49080 on black background.


Color preview on white background

This text has color #A49080 on white background.



Black color preview on #A49080 background

This text has black color on #A49080 background.


White color preview on #A49080 background

This text has white color on #A49080 background.