COLOR #A49275

HEX: #A49275
RGB: (164,146,117)

Color info

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

RGB color model

#A49275 color RGB value is (164,146,117).

  • red value is 164;
  • green value is 146;
  • blue value is 117.
RGB:
(164,146,117)
(64%,57%,46%)

RGB channels and saturation

R 164 of 255 = 64%
G 146 of 255 = 57%
B 117 of 255 = 46%

164
146
117

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

Portions of RGB colors in percentages

R + G + B =
164 + 146 + 117 = 427 (100%)
R 164 of 427 ~ 38.41%
G 146 of 427 ~ 34.19%
B 117 of 427 ~ 27.4%

%38.41
%34.19
%27.4

CMYK color model

#A49275 color CMYK value is (0,11,29,36).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 28.66%
  • key color value is 35.69%
CMYK:
(0,11,29,36)
C0M11Y29K36 
(0%,11%,29%,36%)
(0.00/0.11/0.29/0.36)	

CMYK percentages

%0
%10.98
%28.66
%35.69

Codes

Color #A49275 in popluar color models

A49275
RGB164146117
HSL37°20.52%55.10%
HSB/HSV37°28.66%64.31%
CMYK0.00%10.98%28.66%
35.69%

Color #A49275 in popluar number systems.

HEXA49275
Decimal164146117
Binary10100100100100101110101
Octal244222165

Shades and tints

Shades of #A49275

#A49275
(164,146,117)
#96856B
(150,133,107)
#887861
(136,120,97)
#7A6B57
(122,107,87)
#6C5E4D
(108,94,77)
#5E5143
(94,81,67)
#504439
(80,68,57)
#42372F
(66,55,47)
#342A25
(52,42,37)
#261D1B
(38,29,27)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #A49275

#A49275
(164,146,117)
#AC9B81
(172,155,129)
#B4A48D
(180,164,141)
#BCAD99
(188,173,153)
#C4B6A5
(196,182,165)
#CCBFB1
(204,191,177)
#D4C8BD
(212,200,189)
#DCD1C9
(220,209,201)
#E4DAD5
(228,218,213)
#ECE3E1
(236,227,225)
#F4ECED
(244,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49275 color. Also use rgb(164,146,117) instead hex code.

Text Font Color

.myTextColor { color: #A49275; }

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

This text font color is #A49275.


Background Color

.myBgColor { background-color: #A49275; }

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

This div background color is #A49275.


Border color

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

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

This div border color is #A49275.


Opacity

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

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

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

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

This text has shadow with #A49275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49275 on black background.


Color preview on white background

This text has color #A49275 on white background.



Black color preview on #A49275 background

This text has black color on #A49275 background.


White color preview on #A49275 background

This text has white color on #A49275 background.