COLOR #A7943C

HEX: #A7943C
RGB: (167,148,60)

Color info

#A7943C contains mainly red and green colors. Web safe color of #A7943C is #999933 (or #993).

RGB color model

#A7943C color RGB value is (167,148,60).

  • red value is 167;
  • green value is 148;
  • blue value is 60.
RGB:
(167,148,60)
(65%,58%,24%)

RGB channels and saturation

R 167 of 255 = 65%
G 148 of 255 = 58%
B 60 of 255 = 24%

167
148
60

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

Portions of RGB colors in percentages

R + G + B =
167 + 148 + 60 = 375 (100%)
R 167 of 375 ~ 44.53%
G 148 of 375 ~ 39.47%
B 60 of 375 ~ 16%

%44.53
%39.47
%16

CMYK color model

#A7943C color CMYK value is (0,11,64,35).

  • cyan value is 0.00%
  • magenta value is 11.38%
  • yellow value is 64.07%
  • key color value is 34.51%
CMYK:
(0,11,64,35)
C0M11Y64K35 
(0%,11%,64%,35%)
(0.00/0.11/0.64/0.35)	

CMYK percentages

%0
%11.38
%64.07
%34.51

Codes

Color #A7943C in popluar color models

A7943C
RGB16714860
HSL49°47.14%44.51%
HSB/HSV49°64.07%65.49%
CMYK0.00%11.38%64.07%
34.51%

Color #A7943C in popluar number systems.

HEXA7943C
Decimal16714860
Binary1010011110010100111100
Octal24722474

Shades and tints

Shades of #A7943C

#A7943C
(167,148,60)
#988737
(152,135,55)
#897A32
(137,122,50)
#7A6D2D
(122,109,45)
#6B6028
(107,96,40)
#5C5323
(92,83,35)
#4D461E
(77,70,30)
#3E3919
(62,57,25)
#2F2C14
(47,44,20)
#201F0F
(32,31,15)
#11120A
(17,18,10)
#000000
(0,0,0)

Tints of #A7943C

#A7943C
(167,148,60)
#AF9D4D
(175,157,77)
#B7A65E
(183,166,94)
#BFAF6F
(191,175,111)
#C7B880
(199,184,128)
#CFC191
(207,193,145)
#D7CAA2
(215,202,162)
#DFD3B3
(223,211,179)
#E7DCC4
(231,220,196)
#EFE5D5
(239,229,213)
#F7EEE6
(247,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7943C; }

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

This text font color is #A7943C.


Background Color

.myBgColor { background-color: #A7943C; }

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

This div background color is #A7943C.


Border color

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

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

This div border color is #A7943C.


Opacity

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

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

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

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

This text has shadow with #A7943C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7943C on black background.


Color preview on white background

This text has color #A7943C on white background.



Black color preview on #A7943C background

This text has black color on #A7943C background.


White color preview on #A7943C background

This text has white color on #A7943C background.