COLOR #A7A261

HEX: #A7A261
RGB: (167,162,97)

Color info

#A7A261 contains mainly red and green colors. Web safe color of #A7A261 is #999966 (or #996).

RGB color model

#A7A261 color RGB value is (167,162,97).

  • red value is 167;
  • green value is 162;
  • blue value is 97.
RGB:
(167,162,97)
(65%,64%,38%)

RGB channels and saturation

R 167 of 255 = 65%
G 162 of 255 = 64%
B 97 of 255 = 38%

167
162
97

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

Portions of RGB colors in percentages

R + G + B =
167 + 162 + 97 = 426 (100%)
R 167 of 426 ~ 39.2%
G 162 of 426 ~ 38.03%
B 97 of 426 ~ 22.77%

%39.2
%38.03
%22.77

CMYK color model

#A7A261 color CMYK value is (0,3,42,35).

  • cyan value is 0.00%
  • magenta value is 2.99%
  • yellow value is 41.92%
  • key color value is 34.51%
CMYK:
(0,3,42,35)
C0M3Y42K35 
(0%,3%,42%,35%)
(0.00/0.03/0.42/0.35)	

CMYK percentages

%0
%2.99
%41.92
%34.51

Codes

Color #A7A261 in popluar color models

A7A261
RGB16716297
HSL56°28.46%51.76%
HSB/HSV56°41.92%65.49%
CMYK0.00%2.99%41.92%
34.51%

Color #A7A261 in popluar number systems.

HEXA7A261
Decimal16716297
Binary10100111101000101100001
Octal247242141

Shades and tints

Shades of #A7A261

#A7A261
(167,162,97)
#989459
(152,148,89)
#898651
(137,134,81)
#7A7849
(122,120,73)
#6B6A41
(107,106,65)
#5C5C39
(92,92,57)
#4D4E31
(77,78,49)
#3E4029
(62,64,41)
#2F3221
(47,50,33)
#202419
(32,36,25)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #A7A261

#A7A261
(167,162,97)
#AFAA6F
(175,170,111)
#B7B27D
(183,178,125)
#BFBA8B
(191,186,139)
#C7C299
(199,194,153)
#CFCAA7
(207,202,167)
#D7D2B5
(215,210,181)
#DFDAC3
(223,218,195)
#E7E2D1
(231,226,209)
#EFEADF
(239,234,223)
#F7F2ED
(247,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7A261 color. Also use rgb(167,162,97) instead hex code.

Text Font Color

.myTextColor { color: #A7A261; }

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

This text font color is #A7A261.


Background Color

.myBgColor { background-color: #A7A261; }

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

This div background color is #A7A261.


Border color

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

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

This div border color is #A7A261.


Opacity

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

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

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

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

This text has shadow with #A7A261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A261 on black background.


Color preview on white background

This text has color #A7A261 on white background.



Black color preview on #A7A261 background

This text has black color on #A7A261 background.


White color preview on #A7A261 background

This text has white color on #A7A261 background.