COLOR #A7946A

HEX: #A7946A RGB: (167,148,106)

Color info

#A7946A contains mainly red and green colors. Web safe color of #A7946A is #999966 (or #996).

RGB color model

#A7946A color RGB value is (167,148,106).

RGB: (167,148,106) (65%, 58%, 42%)

RGB channels and saturation

R 167 of 255 = 65%
G 148 of 255 = 58%
B 106 of 255 = 42%

167
148
106

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

Portions of RGB colors in percentages

R + G + B = 167 + 148 + 106 = 421 (100%)
R 167 of 421 ~ 39.67%
G 148 of 421 ~ 35.15%
B 106 of 421 ~ 25.18'%

%39.67
%35.15
%25.18

CMYK color model

#A7946A color CMYK value is (0,11,37,35).

  • cyan value is 0.00%
  • magenta value is 11.38%
  • yellow value is 36.53%
  • key color value is 34.51%
CMYK: (0,11,37,35) C0M11Y37K35 (0%,11%,37%,35%) (0.00/0.11/0.37/0.35) 

CMYK percentages

%0
%11.38
%36.53
%34.51

Codes

Color #A7946A in popluar color models

A7 94 6A
RGB 167 148 106
HSL 41° 25.74% 53.53%
HSB/HSV 41° 36.53% 65.49%
CMYK 0.00% 11.38% 36.53%
34.51%

Color #A7946A in popluar number systems.

HEX A7 94 6A
Decimal 167 148 106
Binary 10100111 10010100 1101010
Octal 247 224 152

Shades and tints

Shades of #A7946A

#A7946A
(167,148,106)
#988761
(152,135,97)
#897A58
(137,122,88)
#7A6D4F
(122,109,79)
#6B6046
(107,96,70)
#5C533D
(92,83,61)
#4D4634
(77,70,52)
#3E392B
(62,57,43)
#2F2C22
(47,44,34)
#201F19
(32,31,25)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #A7946A

#A7946A
(167,148,106)
#AF9D77
(175,157,119)
#B7A684
(183,166,132)
#BFAF91
(191,175,145)
#C7B89E
(199,184,158)
#CFC1AB
(207,193,171)
#D7CAB8
(215,202,184)
#DFD3C5
(223,211,197)
#E7DCD2
(231,220,210)
#EFE5DF
(239,229,223)
#F7EEEC
(247,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7946A; }

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

This text font color is #A7946A.

Background Color

.myBgColor { background-color: #A7946A; }

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

This div background color is #A7946A.

Border color

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

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

This div border color is #A7946A.

Opacity

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

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

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

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

This text has shadow with #A7946A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7946A.

Preview

Color preview on black background

This text has color #A7946A on black background.


Color preview on white background

This text has color #A7946A on white background.


Black color preview on #A7946A background

This text has black color on #A7946A background.


White color preview on #A7946A background

This text has white color on #A7946A background.


Related colors

Complementary color

Complementary color for #hex is #586B95.


I love getcolorcode.com

Triadic colors

1 #6AA794 and #946AA7 with #A7946A are triadic colors.

2 #6A94A7 and #94A76A with #A7946A are triadic colors.