COLOR #A47868

HEX: #A47868
RGB: (164,120,104)

Color info

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

RGB color model

#A47868 color RGB value is (164,120,104).

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

RGB channels and saturation

R 164 of 255 = 64%
G 120 of 255 = 47%
B 104 of 255 = 41%

164
120
104

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

Portions of RGB colors in percentages

R + G + B =
164 + 120 + 104 = 388 (100%)
R 164 of 388 ~ 42.27%
G 120 of 388 ~ 30.93%
B 104 of 388 ~ 26.8%

%42.27
%30.93
%26.8

CMYK color model

#A47868 color CMYK value is (0,27,37,36).

  • cyan value is 0.00%
  • magenta value is 26.83%
  • yellow value is 36.59%
  • key color value is 35.69%
CMYK:
(0,27,37,36)
C0M27Y37K36 
(0%,27%,37%,36%)
(0.00/0.27/0.37/0.36)	

CMYK percentages

%0
%26.83
%36.59
%35.69

Codes

Color #A47868 in popluar color models

A47868
RGB164120104
HSL16°24.79%52.55%
HSB/HSV16°36.59%64.31%
CMYK0.00%26.83%36.59%
35.69%

Color #A47868 in popluar number systems.

HEXA47868
Decimal164120104
Binary1010010011110001101000
Octal244170150

Shades and tints

Shades of #A47868

#A47868
(164,120,104)
#966E5F
(150,110,95)
#886456
(136,100,86)
#7A5A4D
(122,90,77)
#6C5044
(108,80,68)
#5E463B
(94,70,59)
#503C32
(80,60,50)
#423229
(66,50,41)
#342820
(52,40,32)
#261E17
(38,30,23)
#18140E
(24,20,14)
#000000
(0,0,0)

Tints of #A47868

#A47868
(164,120,104)
#AC8475
(172,132,117)
#B49082
(180,144,130)
#BC9C8F
(188,156,143)
#C4A89C
(196,168,156)
#CCB4A9
(204,180,169)
#D4C0B6
(212,192,182)
#DCCCC3
(220,204,195)
#E4D8D0
(228,216,208)
#ECE4DD
(236,228,221)
#F4F0EA
(244,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47868; }

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

This text font color is #A47868.


Background Color

.myBgColor { background-color: #A47868; }

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

This div background color is #A47868.


Border color

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

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

This div border color is #A47868.


Opacity

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

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

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

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

This text has shadow with #A47868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47868 on black background.


Color preview on white background

This text has color #A47868 on white background.



Black color preview on #A47868 background

This text has black color on #A47868 background.


White color preview on #A47868 background

This text has white color on #A47868 background.