COLOR #A7A89B

HEX: #A7A89B RGB: (167,168,155)

Color info

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

RGB color model

#A7A89B color RGB value is (167,168,155).

RGB: (167,168,155) (65%, 66%, 61%)

RGB channels and saturation

R 167 of 255 = 65%
G 168 of 255 = 66%
B 155 of 255 = 61%

167
168
155

R + G + B ~ 64%. #A7A89B is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 168 + 155 = 490 (100%)
R 167 of 490 ~ 34.08%
G 168 of 490 ~ 34.29%
B 155 of 490 ~ 31.63'%

%34.08
%34.29
%31.63

CMYK color model

#A7A89B color CMYK value is (1,0,8,34).

  • cyan value is 0.60%
  • magenta value is 0.00%
  • yellow value is 7.74%
  • key color value is 34.12%
CMYK: (1,0,8,34) C1M0Y8K34 (1%,0%,8%,34%) (0.01/0.00/0.08/0.34) 

CMYK percentages

%0.6
%0
%7.74
%34.12

Codes

Color #A7A89B in popluar color models

A7 A8 9B
RGB 167 168 155
HSL 65° 6.95% 63.33%
HSB/HSV 65° 7.74% 65.88%
CMYK 0.60% 0.00% 7.74%
34.12%

Color #A7A89B in popluar number systems.

HEX A7 A8 9B
Decimal 167 168 155
Binary 10100111 10101000 10011011
Octal 247 250 233

Shades and tints

Shades of #A7A89B

#A7A89B
(167,168,155)
#98998D
(152,153,141)
#898A7F
(137,138,127)
#7A7B71
(122,123,113)
#6B6C63
(107,108,99)
#5C5D55
(92,93,85)
#4D4E47
(77,78,71)
#3E3F39
(62,63,57)
#2F302B
(47,48,43)
#20211D
(32,33,29)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #A7A89B

#A7A89B
(167,168,155)
#AFAFA4
(175,175,164)
#B7B6AD
(183,182,173)
#BFBDB6
(191,189,182)
#C7C4BF
(199,196,191)
#CFCBC8
(207,203,200)
#D7D2D1
(215,210,209)
#DFD9DA
(223,217,218)
#E7E0E3
(231,224,227)
#EFE7EC
(239,231,236)
#F7EEF5
(247,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A89B; }

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

This text font color is #A7A89B.

Background Color

.myBgColor { background-color: #A7A89B; }

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

This div background color is #A7A89B.

Border color

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

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

This div border color is #A7A89B.

Opacity

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

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

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

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

This text has shadow with #A7A89B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7A89B.

Preview

Color preview on black background

This text has color #A7A89B on black background.


Color preview on white background

This text has color #A7A89B on white background.


Black color preview on #A7A89B background

This text has black color on #A7A89B background.


White color preview on #A7A89B background

This text has white color on #A7A89B background.


Related colors

Complementary color

Complementary color for #hex is #585764.


I love getcolorcode.com

Triadic colors

1 #9BA7A8 and #A89BA7 with #A7A89B are triadic colors.

2 #9BA8A7 and #A8A79B with #A7A89B are triadic colors.