COLOR #A47A65

HEX: #A47A65
RGB: (164,122,101)

Color info

#A47A65 contains mainly red and green colors. Web safe color of #A47A65 is #996666 (or #966).

RGB color model

#A47A65 color RGB value is (164,122,101).

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

RGB channels and saturation

R 164 of 255 = 64%
G 122 of 255 = 48%
B 101 of 255 = 40%

164
122
101

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

Portions of RGB colors in percentages

R + G + B =
164 + 122 + 101 = 387 (100%)
R 164 of 387 ~ 42.38%
G 122 of 387 ~ 31.52%
B 101 of 387 ~ 26.1%

%42.38
%31.52
%26.1

CMYK color model

#A47A65 color CMYK value is (0,26,38,36).

  • cyan value is 0.00%
  • magenta value is 25.61%
  • yellow value is 38.41%
  • key color value is 35.69%
CMYK:
(0,26,38,36)
C0M26Y38K36 
(0%,26%,38%,36%)
(0.00/0.26/0.38/0.36)	

CMYK percentages

%0
%25.61
%38.41
%35.69

Codes

Color #A47A65 in popluar color models

A47A65
RGB164122101
HSL20°25.71%51.96%
HSB/HSV20°38.41%64.31%
CMYK0.00%25.61%38.41%
35.69%

Color #A47A65 in popluar number systems.

HEXA47A65
Decimal164122101
Binary1010010011110101100101
Octal244172145

Shades and tints

Shades of #A47A65

#A47A65
(164,122,101)
#966F5C
(150,111,92)
#886453
(136,100,83)
#7A594A
(122,89,74)
#6C4E41
(108,78,65)
#5E4338
(94,67,56)
#50382F
(80,56,47)
#422D26
(66,45,38)
#34221D
(52,34,29)
#261714
(38,23,20)
#180C0B
(24,12,11)
#000000
(0,0,0)

Tints of #A47A65

#A47A65
(164,122,101)
#AC8673
(172,134,115)
#B49281
(180,146,129)
#BC9E8F
(188,158,143)
#C4AA9D
(196,170,157)
#CCB6AB
(204,182,171)
#D4C2B9
(212,194,185)
#DCCEC7
(220,206,199)
#E4DAD5
(228,218,213)
#ECE6E3
(236,230,227)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47A65; }

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

This text font color is #A47A65.


Background Color

.myBgColor { background-color: #A47A65; }

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

This div background color is #A47A65.


Border color

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

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

This div border color is #A47A65.


Opacity

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

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

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

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

This text has shadow with #A47A65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47A65 on black background.


Color preview on white background

This text has color #A47A65 on white background.



Black color preview on #A47A65 background

This text has black color on #A47A65 background.


White color preview on #A47A65 background

This text has white color on #A47A65 background.