COLOR #A7AD55

HEX: #A7AD55
RGB: (167,173,85)

Color info

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

RGB color model

#A7AD55 color RGB value is (167,173,85).

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

RGB channels and saturation

R 167 of 255 = 65%
G 173 of 255 = 68%
B 85 of 255 = 33%

167
173
85

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

Portions of RGB colors in percentages

R + G + B =
167 + 173 + 85 = 425 (100%)
R 167 of 425 ~ 39.29%
G 173 of 425 ~ 40.71%
B 85 of 425 ~ 20%

%39.29
%40.71
%20

CMYK color model

#A7AD55 color CMYK value is (3,0,51,32).

  • cyan value is 3.47%
  • magenta value is 0.00%
  • yellow value is 50.87%
  • key color value is 32.16%
CMYK:
(3,0,51,32)
C3M0Y51K32 
(3%,0%,51%,32%)
(0.03/0.00/0.51/0.32)	

CMYK percentages

%3.47
%0
%50.87
%32.16

Codes

Color #A7AD55 in popluar color models

A7AD55
RGB16717385
HSL64°34.92%50.59%
HSB/HSV64°50.87%67.84%
CMYK3.47%0.00%50.87%
32.16%

Color #A7AD55 in popluar number systems.

HEXA7AD55
Decimal16717385
Binary10100111101011011010101
Octal247255125

Shades and tints

Shades of #A7AD55

#A7AD55
(167,173,85)
#989E4E
(152,158,78)
#898F47
(137,143,71)
#7A8040
(122,128,64)
#6B7139
(107,113,57)
#5C6232
(92,98,50)
#4D532B
(77,83,43)
#3E4424
(62,68,36)
#2F351D
(47,53,29)
#202616
(32,38,22)
#11170F
(17,23,15)
#000000
(0,0,0)

Tints of #A7AD55

#A7AD55
(167,173,85)
#AFB464
(175,180,100)
#B7BB73
(183,187,115)
#BFC282
(191,194,130)
#C7C991
(199,201,145)
#CFD0A0
(207,208,160)
#D7D7AF
(215,215,175)
#DFDEBE
(223,222,190)
#E7E5CD
(231,229,205)
#EFECDC
(239,236,220)
#F7F3EB
(247,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AD55; }

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

This text font color is #A7AD55.


Background Color

.myBgColor { background-color: #A7AD55; }

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

This div background color is #A7AD55.


Border color

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

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

This div border color is #A7AD55.


Opacity

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

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

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

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

This text has shadow with #A7AD55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AD55 on black background.


Color preview on white background

This text has color #A7AD55 on white background.



Black color preview on #A7AD55 background

This text has black color on #A7AD55 background.


White color preview on #A7AD55 background

This text has white color on #A7AD55 background.