COLOR #A49B7A

HEX: #A49B7A
RGB: (164,155,122)

Color info

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

RGB color model

#A49B7A color RGB value is (164,155,122).

  • red value is 164;
  • green value is 155;
  • blue value is 122.
RGB:
(164,155,122)
(64%,61%,48%)

RGB channels and saturation

R 164 of 255 = 64%
G 155 of 255 = 61%
B 122 of 255 = 48%

164
155
122

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

Portions of RGB colors in percentages

R + G + B =
164 + 155 + 122 = 441 (100%)
R 164 of 441 ~ 37.19%
G 155 of 441 ~ 35.15%
B 122 of 441 ~ 27.66%

%37.19
%35.15
%27.66

CMYK color model

#A49B7A color CMYK value is (0,5,26,36).

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 25.61%
  • key color value is 35.69%
CMYK:
(0,5,26,36)
C0M5Y26K36 
(0%,5%,26%,36%)
(0.00/0.05/0.26/0.36)	

CMYK percentages

%0
%5.49
%25.61
%35.69

Codes

Color #A49B7A in popluar color models

A49B7A
RGB164155122
HSL47°18.75%56.08%
HSB/HSV47°25.61%64.31%
CMYK0.00%5.49%25.61%
35.69%

Color #A49B7A in popluar number systems.

HEXA49B7A
Decimal164155122
Binary10100100100110111111010
Octal244233172

Shades and tints

Shades of #A49B7A

#A49B7A
(164,155,122)
#968D6F
(150,141,111)
#887F64
(136,127,100)
#7A7159
(122,113,89)
#6C634E
(108,99,78)
#5E5543
(94,85,67)
#504738
(80,71,56)
#42392D
(66,57,45)
#342B22
(52,43,34)
#261D17
(38,29,23)
#180F0C
(24,15,12)
#000000
(0,0,0)

Tints of #A49B7A

#A49B7A
(164,155,122)
#ACA486
(172,164,134)
#B4AD92
(180,173,146)
#BCB69E
(188,182,158)
#C4BFAA
(196,191,170)
#CCC8B6
(204,200,182)
#D4D1C2
(212,209,194)
#DCDACE
(220,218,206)
#E4E3DA
(228,227,218)
#ECECE6
(236,236,230)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49B7A; }

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

This text font color is #A49B7A.


Background Color

.myBgColor { background-color: #A49B7A; }

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

This div background color is #A49B7A.


Border color

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

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

This div border color is #A49B7A.


Opacity

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

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

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

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

This text has shadow with #A49B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49B7A on black background.


Color preview on white background

This text has color #A49B7A on white background.



Black color preview on #A49B7A background

This text has black color on #A49B7A background.


White color preview on #A49B7A background

This text has white color on #A49B7A background.