COLOR #A7AD78

HEX: #A7AD78
RGB: (167,173,120)

Color info

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

RGB color model

#A7AD78 color RGB value is (167,173,120).

  • red value is 167;
  • green value is 173;
  • blue value is 120.
RGB:
(167,173,120)
(65%,68%,47%)

RGB channels and saturation

R 167 of 255 = 65%
G 173 of 255 = 68%
B 120 of 255 = 47%

167
173
120

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

Portions of RGB colors in percentages

R + G + B =
167 + 173 + 120 = 460 (100%)
R 167 of 460 ~ 36.3%
G 173 of 460 ~ 37.61%
B 120 of 460 ~ 26.09%

%36.3
%37.61
%26.09

CMYK color model

#A7AD78 color CMYK value is (3,0,31,32).

  • cyan value is 3.47%
  • magenta value is 0.00%
  • yellow value is 30.64%
  • key color value is 32.16%
CMYK:
(3,0,31,32)
C3M0Y31K32 
(3%,0%,31%,32%)
(0.03/0.00/0.31/0.32)	

CMYK percentages

%3.47
%0
%30.64
%32.16

Codes

Color #A7AD78 in popluar color models

A7AD78
RGB167173120
HSL67°24.42%57.45%
HSB/HSV67°30.64%67.84%
CMYK3.47%0.00%30.64%
32.16%

Color #A7AD78 in popluar number systems.

HEXA7AD78
Decimal167173120
Binary10100111101011011111000
Octal247255170

Shades and tints

Shades of #A7AD78

#A7AD78
(167,173,120)
#989E6E
(152,158,110)
#898F64
(137,143,100)
#7A805A
(122,128,90)
#6B7150
(107,113,80)
#5C6246
(92,98,70)
#4D533C
(77,83,60)
#3E4432
(62,68,50)
#2F3528
(47,53,40)
#20261E
(32,38,30)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #A7AD78

#A7AD78
(167,173,120)
#AFB484
(175,180,132)
#B7BB90
(183,187,144)
#BFC29C
(191,194,156)
#C7C9A8
(199,201,168)
#CFD0B4
(207,208,180)
#D7D7C0
(215,215,192)
#DFDECC
(223,222,204)
#E7E5D8
(231,229,216)
#EFECE4
(239,236,228)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7AD78 color. Also use rgb(167,173,120) instead hex code.

Text Font Color

.myTextColor { color: #A7AD78; }

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

This text font color is #A7AD78.


Background Color

.myBgColor { background-color: #A7AD78; }

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

This div background color is #A7AD78.


Border color

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

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

This div border color is #A7AD78.


Opacity

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

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

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

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

This text has shadow with #A7AD78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AD78 on black background.


Color preview on white background

This text has color #A7AD78 on white background.



Black color preview on #A7AD78 background

This text has black color on #A7AD78 background.


White color preview on #A7AD78 background

This text has white color on #A7AD78 background.