COLOR #A7B37F

HEX: #A7B37F RGB: (167,179,127)

Color info

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

RGB color model

#A7B37F color RGB value is (167,179,127).

RGB: (167,179,127) (65%, 70%, 50%)

RGB channels and saturation

R 167 of 255 = 65%
G 179 of 255 = 70%
B 127 of 255 = 50%

167
179
127

R + G + B ~ 62%. #A7B37F is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 179 + 127 = 473 (100%)
R 167 of 473 ~ 35.31%
G 179 of 473 ~ 37.84%
B 127 of 473 ~ 26.85'%

%35.31
%37.84
%26.85

CMYK color model

#A7B37F color CMYK value is (7,0,29,30).

  • cyan value is 6.70%
  • magenta value is 0.00%
  • yellow value is 29.05%
  • key color value is 29.80%

CMYK: (7,0,29,30)
C7M0Y29K30 (7%, 0%, 29%, 30%)
(0.07 / 0.00 / 0.29 / 0.30)

CMYK percentages

%6.7
%0
%29.05
%29.8

Codes

Color #A7B37F in popluar color models

A7 B3 7F
RGB 167 179 127
HSL 74° 25.49% 60.00%
HSB/HSV 74° 29.05% 70.20%
CMYK 6.70% 0.00% 29.05%
29.80%

Color #A7B37F in popluar number systems.

HEX A7 B3 7F
Decimal 167 179 127
Binary 10100111 10110011 1111111
Octal 247 263 177

Shades and tints

Shades of #A7B37F

#A7B37F
(167,179,127)
#98A374
(152,163,116)
#899369
(137,147,105)
#7A835E
(122,131,94)
#6B7353
(107,115,83)
#5C6348
(92,99,72)
#4D533D
(77,83,61)
#3E4332
(62,67,50)
#2F3327
(47,51,39)
#20231C
(32,35,28)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #A7B37F

#A7B37F
(167,179,127)
#AFB98A
(175,185,138)
#B7BF95
(183,191,149)
#BFC5A0
(191,197,160)
#C7CBAB
(199,203,171)
#CFD1B6
(207,209,182)
#D7D7C1
(215,215,193)
#DFDDCC
(223,221,204)
#E7E3D7
(231,227,215)
#EFE9E2
(239,233,226)
#F7EFED
(247,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B37F; }

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

This text font color is #A7B37F.

Background Color

.myBgColor { background-color: #A7B37F; }

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

This div background color is #A7B37F.

Border color

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

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

This div border color is #A7B37F.

Opacity

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

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

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

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

This text has shadow with #A7B37F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B37F.

Preview

Color preview on black background

This text has color #A7B37F on black background.


Color preview on white background

This text has color #A7B37F on white background.


Black color preview on #A7B37F background

This text has black color on #A7B37F background.


White color preview on #A7B37F background

This text has white color on #A7B37F background.


Related colors

Complementary color

Complementary color for #hex is #584C80.


I love getcolorcode.com

Triadic colors

1 #7FA7B3 and #B37FA7 with #A7B37F are triadic colors.

2 #7FB3A7 and #B3A77F with #A7B37F are triadic colors.