COLOR #A7AF6F

HEX: #A7AF6F
RGB: (167,175,111)

Color info

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

RGB color model

#A7AF6F color RGB value is (167,175,111).

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

RGB channels and saturation

R 167 of 255 = 65%
G 175 of 255 = 69%
B 111 of 255 = 44%

167
175
111

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

Portions of RGB colors in percentages

R + G + B =
167 + 175 + 111 = 453 (100%)
R 167 of 453 ~ 36.87%
G 175 of 453 ~ 38.63%
B 111 of 453 ~ 24.5%

%36.87
%38.63
%24.5

CMYK color model

#A7AF6F color CMYK value is (5,0,37,31).

  • cyan value is 4.57%
  • magenta value is 0.00%
  • yellow value is 36.57%
  • key color value is 31.37%
CMYK:
(5,0,37,31)
C5M0Y37K31 
(5%,0%,37%,31%)
(0.05/0.00/0.37/0.31)	

CMYK percentages

%4.57
%0
%36.57
%31.37

Codes

Color #A7AF6F in popluar color models

A7AF6F
RGB167175111
HSL68°28.57%56.08%
HSB/HSV68°36.57%68.63%
CMYK4.57%0.00%36.57%
31.37%

Color #A7AF6F in popluar number systems.

HEXA7AF6F
Decimal167175111
Binary10100111101011111101111
Octal247257157

Shades and tints

Shades of #A7AF6F

#A7AF6F
(167,175,111)
#98A065
(152,160,101)
#89915B
(137,145,91)
#7A8251
(122,130,81)
#6B7347
(107,115,71)
#5C643D
(92,100,61)
#4D5533
(77,85,51)
#3E4629
(62,70,41)
#2F371F
(47,55,31)
#202815
(32,40,21)
#11190B
(17,25,11)
#000000
(0,0,0)

Tints of #A7AF6F

#A7AF6F
(167,175,111)
#AFB67C
(175,182,124)
#B7BD89
(183,189,137)
#BFC496
(191,196,150)
#C7CBA3
(199,203,163)
#CFD2B0
(207,210,176)
#D7D9BD
(215,217,189)
#DFE0CA
(223,224,202)
#E7E7D7
(231,231,215)
#EFEEE4
(239,238,228)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AF6F; }

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

This text font color is #A7AF6F.


Background Color

.myBgColor { background-color: #A7AF6F; }

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

This div background color is #A7AF6F.


Border color

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

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

This div border color is #A7AF6F.


Opacity

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

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

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

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

This text has shadow with #A7AF6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AF6F on black background.


Color preview on white background

This text has color #A7AF6F on white background.



Black color preview on #A7AF6F background

This text has black color on #A7AF6F background.


White color preview on #A7AF6F background

This text has white color on #A7AF6F background.