COLOR #A7896D

HEX: #A7896D
RGB: (167,137,109)

Color info

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

RGB color model

#A7896D color RGB value is (167,137,109).

  • red value is 167;
  • green value is 137;
  • blue value is 109.
RGB:
(167,137,109)
(65%,54%,43%)

RGB channels and saturation

R 167 of 255 = 65%
G 137 of 255 = 54%
B 109 of 255 = 43%

167
137
109

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

Portions of RGB colors in percentages

R + G + B =
167 + 137 + 109 = 413 (100%)
R 167 of 413 ~ 40.44%
G 137 of 413 ~ 33.17%
B 109 of 413 ~ 26.39%

%40.44
%33.17
%26.39

CMYK color model

#A7896D color CMYK value is (0,18,35,35).

  • cyan value is 0.00%
  • magenta value is 17.96%
  • yellow value is 34.73%
  • key color value is 34.51%
CMYK:
(0,18,35,35)
C0M18Y35K35 
(0%,18%,35%,35%)
(0.00/0.18/0.35/0.35)	

CMYK percentages

%0
%17.96
%34.73
%34.51

Codes

Color #A7896D in popluar color models

A7896D
RGB167137109
HSL29°24.79%54.12%
HSB/HSV29°34.73%65.49%
CMYK0.00%17.96%34.73%
34.51%

Color #A7896D in popluar number systems.

HEXA7896D
Decimal167137109
Binary10100111100010011101101
Octal247211155

Shades and tints

Shades of #A7896D

#A7896D
(167,137,109)
#987D64
(152,125,100)
#89715B
(137,113,91)
#7A6552
(122,101,82)
#6B5949
(107,89,73)
#5C4D40
(92,77,64)
#4D4137
(77,65,55)
#3E352E
(62,53,46)
#2F2925
(47,41,37)
#201D1C
(32,29,28)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #A7896D

#A7896D
(167,137,109)
#AF937A
(175,147,122)
#B79D87
(183,157,135)
#BFA794
(191,167,148)
#C7B1A1
(199,177,161)
#CFBBAE
(207,187,174)
#D7C5BB
(215,197,187)
#DFCFC8
(223,207,200)
#E7D9D5
(231,217,213)
#EFE3E2
(239,227,226)
#F7EDEF
(247,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7896D color. Also use rgb(167,137,109) instead hex code.

Text Font Color

.myTextColor { color: #A7896D; }

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

This text font color is #A7896D.


Background Color

.myBgColor { background-color: #A7896D; }

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

This div background color is #A7896D.


Border color

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

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

This div border color is #A7896D.


Opacity

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

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

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

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

This text has shadow with #A7896D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7896D on black background.


Color preview on white background

This text has color #A7896D on white background.



Black color preview on #A7896D background

This text has black color on #A7896D background.


White color preview on #A7896D background

This text has white color on #A7896D background.