COLOR #A7996D

HEX: #A7996D
RGB: (167,153,109)

Color info

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

RGB color model

#A7996D color RGB value is (167,153,109).

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

RGB channels and saturation

R 167 of 255 = 65%
G 153 of 255 = 60%
B 109 of 255 = 43%

167
153
109

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

Portions of RGB colors in percentages

R + G + B =
167 + 153 + 109 = 429 (100%)
R 167 of 429 ~ 38.93%
G 153 of 429 ~ 35.66%
B 109 of 429 ~ 25.41%

%38.93
%35.66
%25.41

CMYK color model

#A7996D color CMYK value is (0,8,35,35).

  • cyan value is 0.00%
  • magenta value is 8.38%
  • yellow value is 34.73%
  • key color value is 34.51%
CMYK:
(0,8,35,35)
C0M8Y35K35 
(0%,8%,35%,35%)
(0.00/0.08/0.35/0.35)	

CMYK percentages

%0
%8.38
%34.73
%34.51

Codes

Color #A7996D in popluar color models

A7996D
RGB167153109
HSL46°24.79%54.12%
HSB/HSV46°34.73%65.49%
CMYK0.00%8.38%34.73%
34.51%

Color #A7996D in popluar number systems.

HEXA7996D
Decimal167153109
Binary10100111100110011101101
Octal247231155

Shades and tints

Shades of #A7996D

#A7996D
(167,153,109)
#988C64
(152,140,100)
#897F5B
(137,127,91)
#7A7252
(122,114,82)
#6B6549
(107,101,73)
#5C5840
(92,88,64)
#4D4B37
(77,75,55)
#3E3E2E
(62,62,46)
#2F3125
(47,49,37)
#20241C
(32,36,28)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #A7996D

#A7996D
(167,153,109)
#AFA27A
(175,162,122)
#B7AB87
(183,171,135)
#BFB494
(191,180,148)
#C7BDA1
(199,189,161)
#CFC6AE
(207,198,174)
#D7CFBB
(215,207,187)
#DFD8C8
(223,216,200)
#E7E1D5
(231,225,213)
#EFEAE2
(239,234,226)
#F7F3EF
(247,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7996D; }

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

This text font color is #A7996D.


Background Color

.myBgColor { background-color: #A7996D; }

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

This div background color is #A7996D.


Border color

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

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

This div border color is #A7996D.


Opacity

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

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

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

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

This text has shadow with #A7996D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7996D on black background.


Color preview on white background

This text has color #A7996D on white background.



Black color preview on #A7996D background

This text has black color on #A7996D background.


White color preview on #A7996D background

This text has white color on #A7996D background.