COLOR #A7A48D

HEX: #A7A48D
RGB: (167,164,141)

Color info

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

RGB color model

#A7A48D color RGB value is (167,164,141).

  • red value is 167;
  • green value is 164;
  • blue value is 141.
RGB:
(167,164,141)
(65%,64%,55%)

RGB channels and saturation

R 167 of 255 = 65%
G 164 of 255 = 64%
B 141 of 255 = 55%

167
164
141

R + G + B ~ 61%. #A7A48D is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 164 + 141 = 472 (100%)
R 167 of 472 ~ 35.38%
G 164 of 472 ~ 34.75%
B 141 of 472 ~ 29.87%

%35.38
%34.75
%29.87

CMYK color model

#A7A48D color CMYK value is (0,2,16,35).

  • cyan value is 0.00%
  • magenta value is 1.80%
  • yellow value is 15.57%
  • key color value is 34.51%
CMYK:
(0,2,16,35)
C0M2Y16K35 
(0%,2%,16%,35%)
(0.00/0.02/0.16/0.35)	

CMYK percentages

%0
%1.8
%15.57
%34.51

Codes

Color #A7A48D in popluar color models

A7A48D
RGB167164141
HSL53°12.87%60.39%
HSB/HSV53°15.57%65.49%
CMYK0.00%1.80%15.57%
34.51%

Color #A7A48D in popluar number systems.

HEXA7A48D
Decimal167164141
Binary101001111010010010001101
Octal247244215

Shades and tints

Shades of #A7A48D

#A7A48D
(167,164,141)
#989681
(152,150,129)
#898875
(137,136,117)
#7A7A69
(122,122,105)
#6B6C5D
(107,108,93)
#5C5E51
(92,94,81)
#4D5045
(77,80,69)
#3E4239
(62,66,57)
#2F342D
(47,52,45)
#202621
(32,38,33)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #A7A48D

#A7A48D
(167,164,141)
#AFAC97
(175,172,151)
#B7B4A1
(183,180,161)
#BFBCAB
(191,188,171)
#C7C4B5
(199,196,181)
#CFCCBF
(207,204,191)
#D7D4C9
(215,212,201)
#DFDCD3
(223,220,211)
#E7E4DD
(231,228,221)
#EFECE7
(239,236,231)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A48D; }

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

This text font color is #A7A48D.


Background Color

.myBgColor { background-color: #A7A48D; }

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

This div background color is #A7A48D.


Border color

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

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

This div border color is #A7A48D.


Opacity

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

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

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

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

This text has shadow with #A7A48D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A48D on black background.


Color preview on white background

This text has color #A7A48D on white background.



Black color preview on #A7A48D background

This text has black color on #A7A48D background.


White color preview on #A7A48D background

This text has white color on #A7A48D background.