COLOR #A7B17F

HEX: #A7B17F RGB: (167,177,127)

Color info

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

RGB color model

#A7B17F color RGB value is (167,177,127).

RGB: (167,177,127) (65%, 69%, 50%)

RGB channels and saturation

R 167 of 255 = 65%
G 177 of 255 = 69%
B 127 of 255 = 50%

167
177
127

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

Portions of RGB colors in percentages

R + G + B = 167 + 177 + 127 = 471 (100%)
R 167 of 471 ~ 35.46%
G 177 of 471 ~ 37.58%
B 127 of 471 ~ 26.96'%

%35.46
%37.58
%26.96

CMYK color model

#A7B17F color CMYK value is (6,0,28,31).

  • cyan value is 5.65%
  • magenta value is 0.00%
  • yellow value is 28.25%
  • key color value is 30.59%

CMYK: (6,0,28,31)
C6M0Y28K31 (6%, 0%, 28%, 31%)
(0.06 / 0.00 / 0.28 / 0.31)

CMYK percentages

%5.65
%0
%28.25
%30.59

Codes

Color #A7B17F in popluar color models

A7 B1 7F
RGB 167 177 127
HSL 72° 24.27% 59.61%
HSB/HSV 72° 28.25% 69.41%
CMYK 5.65% 0.00% 28.25%
30.59%

Color #A7B17F in popluar number systems.

HEX A7 B1 7F
Decimal 167 177 127
Binary 10100111 10110001 1111111
Octal 247 261 177

Shades and tints

Shades of #A7B17F

#A7B17F
(167,177,127)
#98A174
(152,161,116)
#899169
(137,145,105)
#7A815E
(122,129,94)
#6B7153
(107,113,83)
#5C6148
(92,97,72)
#4D513D
(77,81,61)
#3E4132
(62,65,50)
#2F3127
(47,49,39)
#20211C
(32,33,28)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #A7B17F

#A7B17F
(167,177,127)
#AFB88A
(175,184,138)
#B7BF95
(183,191,149)
#BFC6A0
(191,198,160)
#C7CDAB
(199,205,171)
#CFD4B6
(207,212,182)
#D7DBC1
(215,219,193)
#DFE2CC
(223,226,204)
#E7E9D7
(231,233,215)
#EFF0E2
(239,240,226)
#F7F7ED
(247,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B17F; }

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

This text font color is #A7B17F.

Background Color

.myBgColor { background-color: #A7B17F; }

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

This div background color is #A7B17F.

Border color

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

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

This div border color is #A7B17F.

Opacity

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

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

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

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

This text has shadow with #A7B17F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B17F.

Preview

Color preview on black background

This text has color #A7B17F on black background.


Color preview on white background

This text has color #A7B17F on white background.


Black color preview on #A7B17F background

This text has black color on #A7B17F background.


White color preview on #A7B17F background

This text has white color on #A7B17F background.


Related colors

Complementary color

Complementary color for #hex is #584E80.


I love getcolorcode.com

Triadic colors

1 #7FA7B1 and #B17FA7 with #A7B17F are triadic colors.

2 #7FB1A7 and #B1A77F with #A7B17F are triadic colors.