COLOR #A7986C

HEX: #A7986C
RGB: (167,152,108)

Color info

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

RGB color model

#A7986C color RGB value is (167,152,108).

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

RGB channels and saturation

R 167 of 255 = 65%
G 152 of 255 = 60%
B 108 of 255 = 42%

167
152
108

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

Portions of RGB colors in percentages

R + G + B =
167 + 152 + 108 = 427 (100%)
R 167 of 427 ~ 39.11%
G 152 of 427 ~ 35.6%
B 108 of 427 ~ 25.29%

%39.11
%35.6
%25.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.98%
  • yellow value is 35.33%
  • key color value is 34.51%
CMYK:
(0,9,35,35)
C0M9Y35K35 
(0%,9%,35%,35%)
(0.00/0.09/0.35/0.35)	

CMYK percentages

%0
%8.98
%35.33
%34.51

Codes

Color #A7986C in popluar color models

A7986C
RGB167152108
HSL45°25.11%53.92%
HSB/HSV45°35.33%65.49%
CMYK0.00%8.98%35.33%
34.51%

Color #A7986C in popluar number systems.

HEXA7986C
Decimal167152108
Binary10100111100110001101100
Octal247230154

Shades and tints

Shades of #A7986C

#A7986C
(167,152,108)
#988B63
(152,139,99)
#897E5A
(137,126,90)
#7A7151
(122,113,81)
#6B6448
(107,100,72)
#5C573F
(92,87,63)
#4D4A36
(77,74,54)
#3E3D2D
(62,61,45)
#2F3024
(47,48,36)
#20231B
(32,35,27)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #A7986C

#A7986C
(167,152,108)
#AFA179
(175,161,121)
#B7AA86
(183,170,134)
#BFB393
(191,179,147)
#C7BCA0
(199,188,160)
#CFC5AD
(207,197,173)
#D7CEBA
(215,206,186)
#DFD7C7
(223,215,199)
#E7E0D4
(231,224,212)
#EFE9E1
(239,233,225)
#F7F2EE
(247,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7986C; }

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

This text font color is #A7986C.


Background Color

.myBgColor { background-color: #A7986C; }

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

This div background color is #A7986C.


Border color

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

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

This div border color is #A7986C.


Opacity

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

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

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

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

This text has shadow with #A7986C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7986C on black background.


Color preview on white background

This text has color #A7986C on white background.



Black color preview on #A7986C background

This text has black color on #A7986C background.


White color preview on #A7986C background

This text has white color on #A7986C background.