COLOR #A7B18D

HEX: #A7B18D RGB: (167,177,141)

Color info

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

RGB color model

#A7B18D color RGB value is (167,177,141).

RGB: (167,177,141) (65%, 69%, 55%)

RGB channels and saturation

R 167 of 255 = 65%
G 177 of 255 = 69%
B 141 of 255 = 55%

167
177
141

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

Portions of RGB colors in percentages

R + G + B = 167 + 177 + 141 = 485 (100%)
R 167 of 485 ~ 34.43%
G 177 of 485 ~ 36.49%
B 141 of 485 ~ 29.07'%

%34.43
%36.49
%29.07

CMYK color model

#A7B18D color CMYK value is (6,0,20,31).

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

CMYK: (6,0,20,31)
C6M0Y20K31 (6%, 0%, 20%, 31%)
(0.06 / 0.00 / 0.20 / 0.31)

CMYK percentages

%5.65
%0
%20.34
%30.59

Codes

Color #A7B18D in popluar color models

A7 B1 8D
RGB 167 177 141
HSL 77° 18.75% 62.35%
HSB/HSV 77° 20.34% 69.41%
CMYK 5.65% 0.00% 20.34%
30.59%

Color #A7B18D in popluar number systems.

HEX A7 B1 8D
Decimal 167 177 141
Binary 10100111 10110001 10001101
Octal 247 261 215

Shades and tints

Shades of #A7B18D

#A7B18D
(167,177,141)
#98A181
(152,161,129)
#899175
(137,145,117)
#7A8169
(122,129,105)
#6B715D
(107,113,93)
#5C6151
(92,97,81)
#4D5145
(77,81,69)
#3E4139
(62,65,57)
#2F312D
(47,49,45)
#202121
(32,33,33)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #A7B18D

#A7B18D
(167,177,141)
#AFB897
(175,184,151)
#B7BFA1
(183,191,161)
#BFC6AB
(191,198,171)
#C7CDB5
(199,205,181)
#CFD4BF
(207,212,191)
#D7DBC9
(215,219,201)
#DFE2D3
(223,226,211)
#E7E9DD
(231,233,221)
#EFF0E7
(239,240,231)
#F7F7F1
(247,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B18D; }

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

This text font color is #A7B18D.

Background Color

.myBgColor { background-color: #A7B18D; }

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

This div background color is #A7B18D.

Border color

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

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

This div border color is #A7B18D.

Opacity

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

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

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

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

This text has shadow with #A7B18D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B18D.

Preview

Color preview on black background

This text has color #A7B18D on black background.


Color preview on white background

This text has color #A7B18D on white background.


Black color preview on #A7B18D background

This text has black color on #A7B18D background.


White color preview on #A7B18D background

This text has white color on #A7B18D background.


Related colors

Complementary color

Complementary color for #hex is #584E72.


I love getcolorcode.com

Triadic colors

1 #8DA7B1 and #B18DA7 with #A7B18D are triadic colors.

2 #8DB1A7 and #B1A78D with #A7B18D are triadic colors.