COLOR #A7B18A

HEX: #A7B18A RGB: (167,177,138)

Color info

#A7B18A contains red, green and blue colors in about the same proportion. Web safe color of #A7B18A is #999999 (or #999).

RGB color model

#A7B18A color RGB value is (167,177,138).

RGB: (167,177,138) (65%, 69%, 54%)

RGB channels and saturation

R 167 of 255 = 65%
G 177 of 255 = 69%
B 138 of 255 = 54%

167
177
138

R + G + B ~ 63%. #A7B18A is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 177 + 138 = 482 (100%)
R 167 of 482 ~ 34.65%
G 177 of 482 ~ 36.72%
B 138 of 482 ~ 28.63'%

%34.65
%36.72
%28.63

CMYK color model

#A7B18A color CMYK value is (6,0,22,31).

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

CMYK: (6,0,22,31)
C6M0Y22K31 (6%, 0%, 22%, 31%)
(0.06 / 0.00 / 0.22 / 0.31)

CMYK percentages

%5.65
%0
%22.03
%30.59

Codes

Color #A7B18A in popluar color models

A7 B1 8A
RGB 167 177 138
HSL 75° 20.00% 61.76%
HSB/HSV 75° 22.03% 69.41%
CMYK 5.65% 0.00% 22.03%
30.59%

Color #A7B18A in popluar number systems.

HEX A7 B1 8A
Decimal 167 177 138
Binary 10100111 10110001 10001010
Octal 247 261 212

Shades and tints

Shades of #A7B18A

#A7B18A
(167,177,138)
#98A17E
(152,161,126)
#899172
(137,145,114)
#7A8166
(122,129,102)
#6B715A
(107,113,90)
#5C614E
(92,97,78)
#4D5142
(77,81,66)
#3E4136
(62,65,54)
#2F312A
(47,49,42)
#20211E
(32,33,30)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #A7B18A

#A7B18A
(167,177,138)
#AFB894
(175,184,148)
#B7BF9E
(183,191,158)
#BFC6A8
(191,198,168)
#C7CDB2
(199,205,178)
#CFD4BC
(207,212,188)
#D7DBC6
(215,219,198)
#DFE2D0
(223,226,208)
#E7E9DA
(231,233,218)
#EFF0E4
(239,240,228)
#F7F7EE
(247,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B18A; }

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

This text font color is #A7B18A.

Background Color

.myBgColor { background-color: #A7B18A; }

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

This div background color is #A7B18A.

Border color

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

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

This div border color is #A7B18A.

Opacity

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

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

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

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

This text has shadow with #A7B18A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B18A.

Preview

Color preview on black background

This text has color #A7B18A on black background.


Color preview on white background

This text has color #A7B18A on white background.


Black color preview on #A7B18A background

This text has black color on #A7B18A background.


White color preview on #A7B18A background

This text has white color on #A7B18A background.


Related colors

Complementary color

Complementary color for #hex is #584E75.


I love getcolorcode.com

Triadic colors

1 #8AA7B1 and #B18AA7 with #A7B18A are triadic colors.

2 #8AB1A7 and #B1A78A with #A7B18A are triadic colors.