COLOR #A47A6A

HEX: #A47A6A
RGB: (164,122,106)

Color info

#A47A6A contains red, green and blue colors in about the same proportion. Web safe color of #A47A6A is #996666 (or #966).

RGB color model

#A47A6A color RGB value is (164,122,106).

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

RGB channels and saturation

R 164 of 255 = 64%
G 122 of 255 = 48%
B 106 of 255 = 42%

164
122
106

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

Portions of RGB colors in percentages

R + G + B =
164 + 122 + 106 = 392 (100%)
R 164 of 392 ~ 41.84%
G 122 of 392 ~ 31.12%
B 106 of 392 ~ 27.04%

%41.84
%31.12
%27.04

CMYK color model

#A47A6A color CMYK value is (0,26,35,36).

  • cyan value is 0.00%
  • magenta value is 25.61%
  • yellow value is 35.37%
  • key color value is 35.69%
CMYK:
(0,26,35,36)
C0M26Y35K36 
(0%,26%,35%,36%)
(0.00/0.26/0.35/0.36)	

CMYK percentages

%0
%25.61
%35.37
%35.69

Codes

Color #A47A6A in popluar color models

A47A6A
RGB164122106
HSL17°24.17%52.94%
HSB/HSV17°35.37%64.31%
CMYK0.00%25.61%35.37%
35.69%

Color #A47A6A in popluar number systems.

HEXA47A6A
Decimal164122106
Binary1010010011110101101010
Octal244172152

Shades and tints

Shades of #A47A6A

#A47A6A
(164,122,106)
#966F61
(150,111,97)
#886458
(136,100,88)
#7A594F
(122,89,79)
#6C4E46
(108,78,70)
#5E433D
(94,67,61)
#503834
(80,56,52)
#422D2B
(66,45,43)
#342222
(52,34,34)
#261719
(38,23,25)
#180C10
(24,12,16)
#000000
(0,0,0)

Tints of #A47A6A

#A47A6A
(164,122,106)
#AC8677
(172,134,119)
#B49284
(180,146,132)
#BC9E91
(188,158,145)
#C4AA9E
(196,170,158)
#CCB6AB
(204,182,171)
#D4C2B8
(212,194,184)
#DCCEC5
(220,206,197)
#E4DAD2
(228,218,210)
#ECE6DF
(236,230,223)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47A6A; }

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

This text font color is #A47A6A.


Background Color

.myBgColor { background-color: #A47A6A; }

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

This div background color is #A47A6A.


Border color

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

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

This div border color is #A47A6A.


Opacity

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

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

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

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

This text has shadow with #A47A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47A6A on black background.


Color preview on white background

This text has color #A47A6A on white background.



Black color preview on #A47A6A background

This text has black color on #A47A6A background.


White color preview on #A47A6A background

This text has white color on #A47A6A background.