COLOR #A7946E

HEX: #A7946E RGB: (167,148,110)

Color info

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

RGB color model

#A7946E color RGB value is (167,148,110).

RGB: (167,148,110) (65%, 58%, 43%)

RGB channels and saturation

R 167 of 255 = 65%
G 148 of 255 = 58%
B 110 of 255 = 43%

167
148
110

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

Portions of RGB colors in percentages

R + G + B = 167 + 148 + 110 = 425 (100%)
R 167 of 425 ~ 39.29%
G 148 of 425 ~ 34.82%
B 110 of 425 ~ 25.88'%

%39.29
%34.82
%25.88

CMYK color model

#A7946E color CMYK value is (0,11,34,35).

  • cyan value is 0.00%
  • magenta value is 11.38%
  • yellow value is 34.13%
  • key color value is 34.51%

CMYK: (0,11,34,35)
C0M11Y34K35 (0%, 11%, 34%, 35%)
(0.00 / 0.11 / 0.34 / 0.35)

CMYK percentages

%0
%11.38
%34.13
%34.51

Codes

Color #A7946E in popluar color models

A7 94 6E
RGB 167 148 110
HSL 40° 24.46% 54.31%
HSB/HSV 40° 34.13% 65.49%
CMYK 0.00% 11.38% 34.13%
34.51%

Color #A7946E in popluar number systems.

HEX A7 94 6E
Decimal 167 148 110
Binary 10100111 10010100 1101110
Octal 247 224 156

Shades and tints

Shades of #A7946E

#A7946E
(167,148,110)
#988764
(152,135,100)
#897A5A
(137,122,90)
#7A6D50
(122,109,80)
#6B6046
(107,96,70)
#5C533C
(92,83,60)
#4D4632
(77,70,50)
#3E3928
(62,57,40)
#2F2C1E
(47,44,30)
#201F14
(32,31,20)
#11120A
(17,18,10)
#000000
(0,0,0)

Tints of #A7946E

#A7946E
(167,148,110)
#AF9D7B
(175,157,123)
#B7A688
(183,166,136)
#BFAF95
(191,175,149)
#C7B8A2
(199,184,162)
#CFC1AF
(207,193,175)
#D7CABC
(215,202,188)
#DFD3C9
(223,211,201)
#E7DCD6
(231,220,214)
#EFE5E3
(239,229,227)
#F7EEF0
(247,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7946E color. Also use rgb(167,148,110) instead hex code.

Text Font Color

.myTextColor { color: #A7946E; }

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

This text font color is #A7946E.

Background Color

.myBgColor { background-color: #A7946E; }

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

This div background color is #A7946E.

Border color

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

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

This div border color is #A7946E.

Opacity

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

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

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

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

This text has shadow with #A7946E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7946E.

Preview

Color preview on black background

This text has color #A7946E on black background.


Color preview on white background

This text has color #A7946E on white background.


Black color preview on #A7946E background

This text has black color on #A7946E background.


White color preview on #A7946E background

This text has white color on #A7946E background.


Related colors

Complementary color

Complementary color for #hex is #586B91.


I love getcolorcode.com

Triadic colors

1 #6EA794 and #946EA7 with #A7946E are triadic colors.

2 #6E94A7 and #94A76E with #A7946E are triadic colors.