COLOR #A7A88D

HEX: #A7A88D RGB: (167,168,141)

Color info

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

RGB color model

#A7A88D color RGB value is (167,168,141).

RGB: (167,168,141) (65%, 66%, 55%)

RGB channels and saturation

R 167 of 255 = 65%
G 168 of 255 = 66%
B 141 of 255 = 55%

167
168
141

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

Portions of RGB colors in percentages

R + G + B = 167 + 168 + 141 = 476 (100%)
R 167 of 476 ~ 35.08%
G 168 of 476 ~ 35.29%
B 141 of 476 ~ 29.62'%

%35.08
%35.29
%29.62

CMYK color model

#A7A88D color CMYK value is (1,0,16,34).

  • cyan value is 0.60%
  • magenta value is 0.00%
  • yellow value is 16.07%
  • key color value is 34.12%

CMYK: (1,0,16,34)
C1M0Y16K34 (1%, 0%, 16%, 34%)
(0.01 / 0.00 / 0.16 / 0.34)

CMYK percentages

%0.6
%0
%16.07
%34.12

Codes

Color #A7A88D in popluar color models

A7 A8 8D
RGB 167 168 141
HSL 62° 13.43% 60.59%
HSB/HSV 62° 16.07% 65.88%
CMYK 0.60% 0.00% 16.07%
34.12%

Color #A7A88D in popluar number systems.

HEX A7 A8 8D
Decimal 167 168 141
Binary 10100111 10101000 10001101
Octal 247 250 215

Shades and tints

Shades of #A7A88D

#A7A88D
(167,168,141)
#989981
(152,153,129)
#898A75
(137,138,117)
#7A7B69
(122,123,105)
#6B6C5D
(107,108,93)
#5C5D51
(92,93,81)
#4D4E45
(77,78,69)
#3E3F39
(62,63,57)
#2F302D
(47,48,45)
#202121
(32,33,33)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #A7A88D

#A7A88D
(167,168,141)
#AFAF97
(175,175,151)
#B7B6A1
(183,182,161)
#BFBDAB
(191,189,171)
#C7C4B5
(199,196,181)
#CFCBBF
(207,203,191)
#D7D2C9
(215,210,201)
#DFD9D3
(223,217,211)
#E7E0DD
(231,224,221)
#EFE7E7
(239,231,231)
#F7EEF1
(247,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A88D; }

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

This text font color is #A7A88D.

Background Color

.myBgColor { background-color: #A7A88D; }

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

This div background color is #A7A88D.

Border color

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

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

This div border color is #A7A88D.

Opacity

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

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

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

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

This text has shadow with #A7A88D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7A88D.

Preview

Color preview on black background

This text has color #A7A88D on black background.


Color preview on white background

This text has color #A7A88D on white background.


Black color preview on #A7A88D background

This text has black color on #A7A88D background.


White color preview on #A7A88D background

This text has white color on #A7A88D background.


Related colors

Complementary color

Complementary color for #hex is #585772.


I love getcolorcode.com

Triadic colors

1 #8DA7A8 and #A88DA7 with #A7A88D are triadic colors.

2 #8DA8A7 and #A8A78D with #A7A88D are triadic colors.