COLOR #A7A967

HEX: #A7A967
RGB: (167,169,103)

Color info

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

RGB color model

#A7A967 color RGB value is (167,169,103).

  • red value is 167;
  • green value is 169;
  • blue value is 103.
RGB:
(167,169,103)
(65%,66%,40%)

RGB channels and saturation

R 167 of 255 = 65%
G 169 of 255 = 66%
B 103 of 255 = 40%

167
169
103

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

Portions of RGB colors in percentages

R + G + B =
167 + 169 + 103 = 439 (100%)
R 167 of 439 ~ 38.04%
G 169 of 439 ~ 38.5%
B 103 of 439 ~ 23.46%

%38.04
%38.5
%23.46

CMYK color model

#A7A967 color CMYK value is (1,0,39,34).

  • cyan value is 1.18%
  • magenta value is 0.00%
  • yellow value is 39.05%
  • key color value is 33.73%
CMYK:
(1,0,39,34)
C1M0Y39K34 
(1%,0%,39%,34%)
(0.01/0.00/0.39/0.34)	

CMYK percentages

%1.18
%0
%39.05
%33.73

Codes

Color #A7A967 in popluar color models

A7A967
RGB167169103
HSL62°27.73%53.33%
HSB/HSV62°39.05%66.27%
CMYK1.18%0.00%39.05%
33.73%

Color #A7A967 in popluar number systems.

HEXA7A967
Decimal167169103
Binary10100111101010011100111
Octal247251147

Shades and tints

Shades of #A7A967

#A7A967
(167,169,103)
#989A5E
(152,154,94)
#898B55
(137,139,85)
#7A7C4C
(122,124,76)
#6B6D43
(107,109,67)
#5C5E3A
(92,94,58)
#4D4F31
(77,79,49)
#3E4028
(62,64,40)
#2F311F
(47,49,31)
#202216
(32,34,22)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #A7A967

#A7A967
(167,169,103)
#AFB074
(175,176,116)
#B7B781
(183,183,129)
#BFBE8E
(191,190,142)
#C7C59B
(199,197,155)
#CFCCA8
(207,204,168)
#D7D3B5
(215,211,181)
#DFDAC2
(223,218,194)
#E7E1CF
(231,225,207)
#EFE8DC
(239,232,220)
#F7EFE9
(247,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7A967 color. Also use rgb(167,169,103) instead hex code.

Text Font Color

.myTextColor { color: #A7A967; }

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

This text font color is #A7A967.


Background Color

.myBgColor { background-color: #A7A967; }

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

This div background color is #A7A967.


Border color

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

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

This div border color is #A7A967.


Opacity

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

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

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

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

This text has shadow with #A7A967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A967 on black background.


Color preview on white background

This text has color #A7A967 on white background.



Black color preview on #A7A967 background

This text has black color on #A7A967 background.


White color preview on #A7A967 background

This text has white color on #A7A967 background.