COLOR #A49168

HEX: #A49168
RGB: (164,145,104)

Color info

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

RGB color model

#A49168 color RGB value is (164,145,104).

  • red value is 164;
  • green value is 145;
  • blue value is 104.
RGB:
(164,145,104)
(64%,57%,41%)

RGB channels and saturation

R 164 of 255 = 64%
G 145 of 255 = 57%
B 104 of 255 = 41%

164
145
104

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

Portions of RGB colors in percentages

R + G + B =
164 + 145 + 104 = 413 (100%)
R 164 of 413 ~ 39.71%
G 145 of 413 ~ 35.11%
B 104 of 413 ~ 25.18%

%39.71
%35.11
%25.18

CMYK color model

#A49168 color CMYK value is (0,12,37,36).

  • cyan value is 0.00%
  • magenta value is 11.59%
  • yellow value is 36.59%
  • key color value is 35.69%
CMYK:
(0,12,37,36)
C0M12Y37K36 
(0%,12%,37%,36%)
(0.00/0.12/0.37/0.36)	

CMYK percentages

%0
%11.59
%36.59
%35.69

Codes

Color #A49168 in popluar color models

A49168
RGB164145104
HSL41°24.79%52.55%
HSB/HSV41°36.59%64.31%
CMYK0.00%11.59%36.59%
35.69%

Color #A49168 in popluar number systems.

HEXA49168
Decimal164145104
Binary10100100100100011101000
Octal244221150

Shades and tints

Shades of #A49168

#A49168
(164,145,104)
#96845F
(150,132,95)
#887756
(136,119,86)
#7A6A4D
(122,106,77)
#6C5D44
(108,93,68)
#5E503B
(94,80,59)
#504332
(80,67,50)
#423629
(66,54,41)
#342920
(52,41,32)
#261C17
(38,28,23)
#180F0E
(24,15,14)
#000000
(0,0,0)

Tints of #A49168

#A49168
(164,145,104)
#AC9B75
(172,155,117)
#B4A582
(180,165,130)
#BCAF8F
(188,175,143)
#C4B99C
(196,185,156)
#CCC3A9
(204,195,169)
#D4CDB6
(212,205,182)
#DCD7C3
(220,215,195)
#E4E1D0
(228,225,208)
#ECEBDD
(236,235,221)
#F4F5EA
(244,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49168; }

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

This text font color is #A49168.


Background Color

.myBgColor { background-color: #A49168; }

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

This div background color is #A49168.


Border color

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

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

This div border color is #A49168.


Opacity

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

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

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

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

This text has shadow with #A49168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49168 on black background.


Color preview on white background

This text has color #A49168 on white background.



Black color preview on #A49168 background

This text has black color on #A49168 background.


White color preview on #A49168 background

This text has white color on #A49168 background.