COLOR #A7997A

HEX: #A7997A
RGB: (167,153,122)

Color info

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

RGB color model

#A7997A color RGB value is (167,153,122).

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

RGB channels and saturation

R 167 of 255 = 65%
G 153 of 255 = 60%
B 122 of 255 = 48%

167
153
122

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

Portions of RGB colors in percentages

R + G + B =
167 + 153 + 122 = 442 (100%)
R 167 of 442 ~ 37.78%
G 153 of 442 ~ 34.62%
B 122 of 442 ~ 27.6%

%37.78
%34.62
%27.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.38%
  • yellow value is 26.95%
  • key color value is 34.51%
CMYK:
(0,8,27,35)
C0M8Y27K35 
(0%,8%,27%,35%)
(0.00/0.08/0.27/0.35)	

CMYK percentages

%0
%8.38
%26.95
%34.51

Codes

Color #A7997A in popluar color models

A7997A
RGB167153122
HSL41°20.36%56.67%
HSB/HSV41°26.95%65.49%
CMYK0.00%8.38%26.95%
34.51%

Color #A7997A in popluar number systems.

HEXA7997A
Decimal167153122
Binary10100111100110011111010
Octal247231172

Shades and tints

Shades of #A7997A

#A7997A
(167,153,122)
#988C6F
(152,140,111)
#897F64
(137,127,100)
#7A7259
(122,114,89)
#6B654E
(107,101,78)
#5C5843
(92,88,67)
#4D4B38
(77,75,56)
#3E3E2D
(62,62,45)
#2F3122
(47,49,34)
#202417
(32,36,23)
#11170C
(17,23,12)
#000000
(0,0,0)

Tints of #A7997A

#A7997A
(167,153,122)
#AFA286
(175,162,134)
#B7AB92
(183,171,146)
#BFB49E
(191,180,158)
#C7BDAA
(199,189,170)
#CFC6B6
(207,198,182)
#D7CFC2
(215,207,194)
#DFD8CE
(223,216,206)
#E7E1DA
(231,225,218)
#EFEAE6
(239,234,230)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7997A; }

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

This text font color is #A7997A.


Background Color

.myBgColor { background-color: #A7997A; }

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

This div background color is #A7997A.


Border color

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

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

This div border color is #A7997A.


Opacity

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

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

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

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

This text has shadow with #A7997A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7997A on black background.


Color preview on white background

This text has color #A7997A on white background.



Black color preview on #A7997A background

This text has black color on #A7997A background.


White color preview on #A7997A background

This text has white color on #A7997A background.