COLOR #A7847A

HEX: #A7847A RGB: (167,132,122)

Color info

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

RGB color model

#A7847A color RGB value is (167,132,122).

RGB: (167,132,122) (65%, 52%, 48%)

RGB channels and saturation

R 167 of 255 = 65%
G 132 of 255 = 52%
B 122 of 255 = 48%

167
132
122

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

Portions of RGB colors in percentages

R + G + B = 167 + 132 + 122 = 421 (100%)
R 167 of 421 ~ 39.67%
G 132 of 421 ~ 31.35%
B 122 of 421 ~ 28.98'%

%39.67
%31.35
%28.98

CMYK color model

#A7847A color CMYK value is (0,21,27,35).

  • cyan value is 0.00%
  • magenta value is 20.96%
  • yellow value is 26.95%
  • key color value is 34.51%

CMYK: (0,21,27,35)
C0M21Y27K35 (0%, 21%, 27%, 35%)
(0.00 / 0.21 / 0.27 / 0.35)

CMYK percentages

%0
%20.96
%26.95
%34.51

Codes

Color #A7847A in popluar color models

A7 84 7A
RGB 167 132 122
HSL 13° 20.36% 56.67%
HSB/HSV 13° 26.95% 65.49%
CMYK 0.00% 20.96% 26.95%
34.51%

Color #A7847A in popluar number systems.

HEX A7 84 7A
Decimal 167 132 122
Binary 10100111 10000100 1111010
Octal 247 204 172

Shades and tints

Shades of #A7847A

#A7847A
(167,132,122)
#98786F
(152,120,111)
#896C64
(137,108,100)
#7A6059
(122,96,89)
#6B544E
(107,84,78)
#5C4843
(92,72,67)
#4D3C38
(77,60,56)
#3E302D
(62,48,45)
#2F2422
(47,36,34)
#201817
(32,24,23)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #A7847A

#A7847A
(167,132,122)
#AF8F86
(175,143,134)
#B79A92
(183,154,146)
#BFA59E
(191,165,158)
#C7B0AA
(199,176,170)
#CFBBB6
(207,187,182)
#D7C6C2
(215,198,194)
#DFD1CE
(223,209,206)
#E7DCDA
(231,220,218)
#EFE7E6
(239,231,230)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7847A; }

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

This text font color is #A7847A.

Background Color

.myBgColor { background-color: #A7847A; }

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

This div background color is #A7847A.

Border color

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

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

This div border color is #A7847A.

Opacity

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

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

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

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

This text has shadow with #A7847A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7847A.

Preview

Color preview on black background

This text has color #A7847A on black background.


Color preview on white background

This text has color #A7847A on white background.


Black color preview on #A7847A background

This text has black color on #A7847A background.


White color preview on #A7847A background

This text has white color on #A7847A background.


Related colors

Complementary color

Complementary color for #hex is #587B85.


I love getcolorcode.com

Triadic colors

1 #7AA784 and #847AA7 with #A7847A are triadic colors.

2 #7A84A7 and #84A77A with #A7847A are triadic colors.