COLOR #A49468

HEX: #A49468
RGB: (164,148,104)

Color info

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

RGB color model

#A49468 color RGB value is (164,148,104).

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

RGB channels and saturation

R 164 of 255 = 64%
G 148 of 255 = 58%
B 104 of 255 = 41%

164
148
104

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

Portions of RGB colors in percentages

R + G + B =
164 + 148 + 104 = 416 (100%)
R 164 of 416 ~ 39.42%
G 148 of 416 ~ 35.58%
B 104 of 416 ~ 25%

%39.42
%35.58
%25

CMYK color model

#A49468 color CMYK value is (0,10,37,36).

  • cyan value is 0.00%
  • magenta value is 9.76%
  • yellow value is 36.59%
  • key color value is 35.69%
CMYK:
(0,10,37,36)
C0M10Y37K36 
(0%,10%,37%,36%)
(0.00/0.10/0.37/0.36)	

CMYK percentages

%0
%9.76
%36.59
%35.69

Codes

Color #A49468 in popluar color models

A49468
RGB164148104
HSL44°24.79%52.55%
HSB/HSV44°36.59%64.31%
CMYK0.00%9.76%36.59%
35.69%

Color #A49468 in popluar number systems.

HEXA49468
Decimal164148104
Binary10100100100101001101000
Octal244224150

Shades and tints

Shades of #A49468

#A49468
(164,148,104)
#96875F
(150,135,95)
#887A56
(136,122,86)
#7A6D4D
(122,109,77)
#6C6044
(108,96,68)
#5E533B
(94,83,59)
#504632
(80,70,50)
#423929
(66,57,41)
#342C20
(52,44,32)
#261F17
(38,31,23)
#18120E
(24,18,14)
#000000
(0,0,0)

Tints of #A49468

#A49468
(164,148,104)
#AC9D75
(172,157,117)
#B4A682
(180,166,130)
#BCAF8F
(188,175,143)
#C4B89C
(196,184,156)
#CCC1A9
(204,193,169)
#D4CAB6
(212,202,182)
#DCD3C3
(220,211,195)
#E4DCD0
(228,220,208)
#ECE5DD
(236,229,221)
#F4EEEA
(244,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49468; }

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

This text font color is #A49468.


Background Color

.myBgColor { background-color: #A49468; }

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

This div background color is #A49468.


Border color

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

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

This div border color is #A49468.


Opacity

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

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

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

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

This text has shadow with #A49468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49468 on black background.


Color preview on white background

This text has color #A49468 on white background.



Black color preview on #A49468 background

This text has black color on #A49468 background.


White color preview on #A49468 background

This text has white color on #A49468 background.