COLOR #A7847C

HEX: #A7847C
RGB: (167,132,124)

Color info

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

RGB color model

#A7847C color RGB value is (167,132,124).

  • red value is 167;
  • green value is 132;
  • blue value is 124.
RGB:
(167,132,124)
(65%,52%,49%)

RGB channels and saturation

R 167 of 255 = 65%
G 132 of 255 = 52%
B 124 of 255 = 49%

167
132
124

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

Portions of RGB colors in percentages

R + G + B =
167 + 132 + 124 = 423 (100%)
R 167 of 423 ~ 39.48%
G 132 of 423 ~ 31.21%
B 124 of 423 ~ 29.31%

%39.48
%31.21
%29.31

CMYK color model

#A7847C color CMYK value is (0,21,26,35).

  • cyan value is 0.00%
  • magenta value is 20.96%
  • yellow value is 25.75%
  • key color value is 34.51%
CMYK:
(0,21,26,35)
C0M21Y26K35 
(0%,21%,26%,35%)
(0.00/0.21/0.26/0.35)	

CMYK percentages

%0
%20.96
%25.75
%34.51

Codes

Color #A7847C in popluar color models

A7847C
RGB167132124
HSL11°19.63%57.06%
HSB/HSV11°25.75%65.49%
CMYK0.00%20.96%25.75%
34.51%

Color #A7847C in popluar number systems.

HEXA7847C
Decimal167132124
Binary10100111100001001111100
Octal247204174

Shades and tints

Shades of #A7847C

#A7847C
(167,132,124)
#987871
(152,120,113)
#896C66
(137,108,102)
#7A605B
(122,96,91)
#6B5450
(107,84,80)
#5C4845
(92,72,69)
#4D3C3A
(77,60,58)
#3E302F
(62,48,47)
#2F2424
(47,36,36)
#201819
(32,24,25)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #A7847C

#A7847C
(167,132,124)
#AF8F87
(175,143,135)
#B79A92
(183,154,146)
#BFA59D
(191,165,157)
#C7B0A8
(199,176,168)
#CFBBB3
(207,187,179)
#D7C6BE
(215,198,190)
#DFD1C9
(223,209,201)
#E7DCD4
(231,220,212)
#EFE7DF
(239,231,223)
#F7F2EA
(247,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7847C color. Also use rgb(167,132,124) instead hex code.

Text Font Color

.myTextColor { color: #A7847C; }

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

This text font color is #A7847C.


Background Color

.myBgColor { background-color: #A7847C; }

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

This div background color is #A7847C.


Border color

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

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

This div border color is #A7847C.


Opacity

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

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

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

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

This text has shadow with #A7847C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7847C on black background.


Color preview on white background

This text has color #A7847C on white background.



Black color preview on #A7847C background

This text has black color on #A7847C background.


White color preview on #A7847C background

This text has white color on #A7847C background.