COLOR #A7AF80

HEX: #A7AF80
RGB: (167,175,128)

Color info

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

RGB color model

#A7AF80 color RGB value is (167,175,128).

  • red value is 167;
  • green value is 175;
  • blue value is 128.
RGB:
(167,175,128)
(65%,69%,50%)

RGB channels and saturation

R 167 of 255 = 65%
G 175 of 255 = 69%
B 128 of 255 = 50%

167
175
128

R + G + B ~ 61%. #A7AF80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 175 + 128 = 470 (100%)
R 167 of 470 ~ 35.53%
G 175 of 470 ~ 37.23%
B 128 of 470 ~ 27.23%

%35.53
%37.23
%27.23

CMYK color model

#A7AF80 color CMYK value is (5,0,27,31).

  • cyan value is 4.57%
  • magenta value is 0.00%
  • yellow value is 26.86%
  • key color value is 31.37%
CMYK:
(5,0,27,31)
C5M0Y27K31 
(5%,0%,27%,31%)
(0.05/0.00/0.27/0.31)	

CMYK percentages

%4.57
%0
%26.86
%31.37

Codes

Color #A7AF80 in popluar color models

A7AF80
RGB167175128
HSL70°22.71%59.41%
HSB/HSV70°26.86%68.63%
CMYK4.57%0.00%26.86%
31.37%

Color #A7AF80 in popluar number systems.

HEXA7AF80
Decimal167175128
Binary101001111010111110000000
Octal247257200

Shades and tints

Shades of #A7AF80

#A7AF80
(167,175,128)
#98A075
(152,160,117)
#89916A
(137,145,106)
#7A825F
(122,130,95)
#6B7354
(107,115,84)
#5C6449
(92,100,73)
#4D553E
(77,85,62)
#3E4633
(62,70,51)
#2F3728
(47,55,40)
#20281D
(32,40,29)
#111912
(17,25,18)
#000000
(0,0,0)

Tints of #A7AF80

#A7AF80
(167,175,128)
#AFB68B
(175,182,139)
#B7BD96
(183,189,150)
#BFC4A1
(191,196,161)
#C7CBAC
(199,203,172)
#CFD2B7
(207,210,183)
#D7D9C2
(215,217,194)
#DFE0CD
(223,224,205)
#E7E7D8
(231,231,216)
#EFEEE3
(239,238,227)
#F7F5EE
(247,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7AF80 color. Also use rgb(167,175,128) instead hex code.

Text Font Color

.myTextColor { color: #A7AF80; }

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

This text font color is #A7AF80.


Background Color

.myBgColor { background-color: #A7AF80; }

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

This div background color is #A7AF80.


Border color

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

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

This div border color is #A7AF80.


Opacity

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

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

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

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

This text has shadow with #A7AF80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AF80 on black background.


Color preview on white background

This text has color #A7AF80 on white background.



Black color preview on #A7AF80 background

This text has black color on #A7AF80 background.


White color preview on #A7AF80 background

This text has white color on #A7AF80 background.