COLOR #A49B67

HEX: #A49B67
RGB: (164,155,103)

Color info

#A49B67 contains mainly red and green colors. Web safe color of #A49B67 is #999966 (or #996).

RGB color model

#A49B67 color RGB value is (164,155,103).

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

RGB channels and saturation

R 164 of 255 = 64%
G 155 of 255 = 61%
B 103 of 255 = 40%

164
155
103

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

Portions of RGB colors in percentages

R + G + B =
164 + 155 + 103 = 422 (100%)
R 164 of 422 ~ 38.86%
G 155 of 422 ~ 36.73%
B 103 of 422 ~ 24.41%

%38.86
%36.73
%24.41

CMYK color model

#A49B67 color CMYK value is (0,5,37,36).

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 37.20%
  • key color value is 35.69%
CMYK:
(0,5,37,36)
C0M5Y37K36 
(0%,5%,37%,36%)
(0.00/0.05/0.37/0.36)	

CMYK percentages

%0
%5.49
%37.2
%35.69

Codes

Color #A49B67 in popluar color models

A49B67
RGB164155103
HSL51°25.10%52.35%
HSB/HSV51°37.20%64.31%
CMYK0.00%5.49%37.20%
35.69%

Color #A49B67 in popluar number systems.

HEXA49B67
Decimal164155103
Binary10100100100110111100111
Octal244233147

Shades and tints

Shades of #A49B67

#A49B67
(164,155,103)
#968D5E
(150,141,94)
#887F55
(136,127,85)
#7A714C
(122,113,76)
#6C6343
(108,99,67)
#5E553A
(94,85,58)
#504731
(80,71,49)
#423928
(66,57,40)
#342B1F
(52,43,31)
#261D16
(38,29,22)
#180F0D
(24,15,13)
#000000
(0,0,0)

Tints of #A49B67

#A49B67
(164,155,103)
#ACA474
(172,164,116)
#B4AD81
(180,173,129)
#BCB68E
(188,182,142)
#C4BF9B
(196,191,155)
#CCC8A8
(204,200,168)
#D4D1B5
(212,209,181)
#DCDAC2
(220,218,194)
#E4E3CF
(228,227,207)
#ECECDC
(236,236,220)
#F4F5E9
(244,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49B67; }

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

This text font color is #A49B67.


Background Color

.myBgColor { background-color: #A49B67; }

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

This div background color is #A49B67.


Border color

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

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

This div border color is #A49B67.


Opacity

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

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

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

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

This text has shadow with #A49B67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49B67 on black background.


Color preview on white background

This text has color #A49B67 on white background.



Black color preview on #A49B67 background

This text has black color on #A49B67 background.


White color preview on #A49B67 background

This text has white color on #A49B67 background.