COLOR #A7A17F

HEX: #A7A17F
RGB: (167,161,127)

Color info

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

RGB color model

#A7A17F color RGB value is (167,161,127).

  • red value is 167;
  • green value is 161;
  • blue value is 127.
RGB:
(167,161,127)
(65%,63%,50%)

RGB channels and saturation

R 167 of 255 = 65%
G 161 of 255 = 63%
B 127 of 255 = 50%

167
161
127

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

Portions of RGB colors in percentages

R + G + B =
167 + 161 + 127 = 455 (100%)
R 167 of 455 ~ 36.7%
G 161 of 455 ~ 35.38%
B 127 of 455 ~ 27.91%

%36.7
%35.38
%27.91

CMYK color model

#A7A17F color CMYK value is (0,4,24,35).

  • cyan value is 0.00%
  • magenta value is 3.59%
  • yellow value is 23.95%
  • key color value is 34.51%
CMYK:
(0,4,24,35)
C0M4Y24K35 
(0%,4%,24%,35%)
(0.00/0.04/0.24/0.35)	

CMYK percentages

%0
%3.59
%23.95
%34.51

Codes

Color #A7A17F in popluar color models

A7A17F
RGB167161127
HSL51°18.52%57.65%
HSB/HSV51°23.95%65.49%
CMYK0.00%3.59%23.95%
34.51%

Color #A7A17F in popluar number systems.

HEXA7A17F
Decimal167161127
Binary10100111101000011111111
Octal247241177

Shades and tints

Shades of #A7A17F

#A7A17F
(167,161,127)
#989374
(152,147,116)
#898569
(137,133,105)
#7A775E
(122,119,94)
#6B6953
(107,105,83)
#5C5B48
(92,91,72)
#4D4D3D
(77,77,61)
#3E3F32
(62,63,50)
#2F3127
(47,49,39)
#20231C
(32,35,28)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #A7A17F

#A7A17F
(167,161,127)
#AFA98A
(175,169,138)
#B7B195
(183,177,149)
#BFB9A0
(191,185,160)
#C7C1AB
(199,193,171)
#CFC9B6
(207,201,182)
#D7D1C1
(215,209,193)
#DFD9CC
(223,217,204)
#E7E1D7
(231,225,215)
#EFE9E2
(239,233,226)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7A17F color. Also use rgb(167,161,127) instead hex code.

Text Font Color

.myTextColor { color: #A7A17F; }

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

This text font color is #A7A17F.


Background Color

.myBgColor { background-color: #A7A17F; }

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

This div background color is #A7A17F.


Border color

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

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

This div border color is #A7A17F.


Opacity

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

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

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

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

This text has shadow with #A7A17F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A17F on black background.


Color preview on white background

This text has color #A7A17F on white background.



Black color preview on #A7A17F background

This text has black color on #A7A17F background.


White color preview on #A7A17F background

This text has white color on #A7A17F background.