COLOR #A7984C

HEX: #A7984C
RGB: (167,152,76)

Color info

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

RGB color model

#A7984C color RGB value is (167,152,76).

  • red value is 167;
  • green value is 152;
  • blue value is 76.
RGB:
(167,152,76)
(65%,60%,30%)

RGB channels and saturation

R 167 of 255 = 65%
G 152 of 255 = 60%
B 76 of 255 = 30%

167
152
76

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

Portions of RGB colors in percentages

R + G + B =
167 + 152 + 76 = 395 (100%)
R 167 of 395 ~ 42.28%
G 152 of 395 ~ 38.48%
B 76 of 395 ~ 19.24%

%42.28
%38.48
%19.24

CMYK color model

#A7984C color CMYK value is (0,9,54,35).

  • cyan value is 0.00%
  • magenta value is 8.98%
  • yellow value is 54.49%
  • key color value is 34.51%
CMYK:
(0,9,54,35)
C0M9Y54K35 
(0%,9%,54%,35%)
(0.00/0.09/0.54/0.35)	

CMYK percentages

%0
%8.98
%54.49
%34.51

Codes

Color #A7984C in popluar color models

A7984C
RGB16715276
HSL50°37.45%47.65%
HSB/HSV50°54.49%65.49%
CMYK0.00%8.98%54.49%
34.51%

Color #A7984C in popluar number systems.

HEXA7984C
Decimal16715276
Binary10100111100110001001100
Octal247230114

Shades and tints

Shades of #A7984C

#A7984C
(167,152,76)
#988B46
(152,139,70)
#897E40
(137,126,64)
#7A713A
(122,113,58)
#6B6434
(107,100,52)
#5C572E
(92,87,46)
#4D4A28
(77,74,40)
#3E3D22
(62,61,34)
#2F301C
(47,48,28)
#202316
(32,35,22)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #A7984C

#A7984C
(167,152,76)
#AFA15C
(175,161,92)
#B7AA6C
(183,170,108)
#BFB37C
(191,179,124)
#C7BC8C
(199,188,140)
#CFC59C
(207,197,156)
#D7CEAC
(215,206,172)
#DFD7BC
(223,215,188)
#E7E0CC
(231,224,204)
#EFE9DC
(239,233,220)
#F7F2EC
(247,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7984C color. Also use rgb(167,152,76) instead hex code.

Text Font Color

.myTextColor { color: #A7984C; }

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

This text font color is #A7984C.


Background Color

.myBgColor { background-color: #A7984C; }

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

This div background color is #A7984C.


Border color

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

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

This div border color is #A7984C.


Opacity

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

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

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

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

This text has shadow with #A7984C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7984C on black background.


Color preview on white background

This text has color #A7984C on white background.



Black color preview on #A7984C background

This text has black color on #A7984C background.


White color preview on #A7984C background

This text has white color on #A7984C background.