COLOR #A7A49B

HEX: #A7A49B RGB: (167,164,155)

Color info

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

RGB color model

#A7A49B color RGB value is (167,164,155).

RGB: (167,164,155) (65%, 64%, 61%)

RGB channels and saturation

R 167 of 255 = 65%
G 164 of 255 = 64%
B 155 of 255 = 61%

167
164
155

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

Portions of RGB colors in percentages

R + G + B = 167 + 164 + 155 = 486 (100%)
R 167 of 486 ~ 34.36%
G 164 of 486 ~ 33.74%
B 155 of 486 ~ 31.89'%

%34.36
%33.74
%31.89

CMYK color model

#A7A49B color CMYK value is (0,2,7,35).

  • cyan value is 0.00%
  • magenta value is 1.80%
  • yellow value is 7.19%
  • key color value is 34.51%

CMYK: (0,2,7,35)
C0M2Y7K35 (0%, 2%, 7%, 35%)
(0.00 / 0.02 / 0.07 / 0.35)

CMYK percentages

%0
%1.8
%7.19
%34.51

Codes

Color #A7A49B in popluar color models

A7 A4 9B
RGB 167 164 155
HSL 45° 6.38% 63.14%
HSB/HSV 45° 7.19% 65.49%
CMYK 0.00% 1.80% 7.19%
34.51%

Color #A7A49B in popluar number systems.

HEX A7 A4 9B
Decimal 167 164 155
Binary 10100111 10100100 10011011
Octal 247 244 233

Shades and tints

Shades of #A7A49B

#A7A49B
(167,164,155)
#98968D
(152,150,141)
#89887F
(137,136,127)
#7A7A71
(122,122,113)
#6B6C63
(107,108,99)
#5C5E55
(92,94,85)
#4D5047
(77,80,71)
#3E4239
(62,66,57)
#2F342B
(47,52,43)
#20261D
(32,38,29)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #A7A49B

#A7A49B
(167,164,155)
#AFACA4
(175,172,164)
#B7B4AD
(183,180,173)
#BFBCB6
(191,188,182)
#C7C4BF
(199,196,191)
#CFCCC8
(207,204,200)
#D7D4D1
(215,212,209)
#DFDCDA
(223,220,218)
#E7E4E3
(231,228,227)
#EFECEC
(239,236,236)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A49B; }

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

This text font color is #A7A49B.

Background Color

.myBgColor { background-color: #A7A49B; }

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

This div background color is #A7A49B.

Border color

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

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

This div border color is #A7A49B.

Opacity

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

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

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

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

This text has shadow with #A7A49B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7A49B.

Preview

Color preview on black background

This text has color #A7A49B on black background.


Color preview on white background

This text has color #A7A49B on white background.


Black color preview on #A7A49B background

This text has black color on #A7A49B background.


White color preview on #A7A49B background

This text has white color on #A7A49B background.


Related colors

Complementary color

Complementary color for #hex is #585B64.


I love getcolorcode.com

Triadic colors

1 #9BA7A4 and #A49BA7 with #A7A49B are triadic colors.

2 #9BA4A7 and #A4A79B with #A7A49B are triadic colors.