COLOR #A7AF67

HEX: #A7AF67
RGB: (167,175,103)

Color info

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

RGB color model

#A7AF67 color RGB value is (167,175,103).

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

RGB channels and saturation

R 167 of 255 = 65%
G 175 of 255 = 69%
B 103 of 255 = 40%

167
175
103

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

Portions of RGB colors in percentages

R + G + B =
167 + 175 + 103 = 445 (100%)
R 167 of 445 ~ 37.53%
G 175 of 445 ~ 39.33%
B 103 of 445 ~ 23.15%

%37.53
%39.33
%23.15

CMYK color model

#A7AF67 color CMYK value is (5,0,41,31).

  • cyan value is 4.57%
  • magenta value is 0.00%
  • yellow value is 41.14%
  • key color value is 31.37%
CMYK:
(5,0,41,31)
C5M0Y41K31 
(5%,0%,41%,31%)
(0.05/0.00/0.41/0.31)	

CMYK percentages

%4.57
%0
%41.14
%31.37

Codes

Color #A7AF67 in popluar color models

A7AF67
RGB167175103
HSL67°31.03%54.51%
HSB/HSV67°41.14%68.63%
CMYK4.57%0.00%41.14%
31.37%

Color #A7AF67 in popluar number systems.

HEXA7AF67
Decimal167175103
Binary10100111101011111100111
Octal247257147

Shades and tints

Shades of #A7AF67

#A7AF67
(167,175,103)
#98A05E
(152,160,94)
#899155
(137,145,85)
#7A824C
(122,130,76)
#6B7343
(107,115,67)
#5C643A
(92,100,58)
#4D5531
(77,85,49)
#3E4628
(62,70,40)
#2F371F
(47,55,31)
#202816
(32,40,22)
#11190D
(17,25,13)
#000000
(0,0,0)

Tints of #A7AF67

#A7AF67
(167,175,103)
#AFB674
(175,182,116)
#B7BD81
(183,189,129)
#BFC48E
(191,196,142)
#C7CB9B
(199,203,155)
#CFD2A8
(207,210,168)
#D7D9B5
(215,217,181)
#DFE0C2
(223,224,194)
#E7E7CF
(231,231,207)
#EFEEDC
(239,238,220)
#F7F5E9
(247,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AF67; }

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

This text font color is #A7AF67.


Background Color

.myBgColor { background-color: #A7AF67; }

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

This div background color is #A7AF67.


Border color

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

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

This div border color is #A7AF67.


Opacity

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

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

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

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

This text has shadow with #A7AF67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AF67 on black background.


Color preview on white background

This text has color #A7AF67 on white background.



Black color preview on #A7AF67 background

This text has black color on #A7AF67 background.


White color preview on #A7AF67 background

This text has white color on #A7AF67 background.