COLOR #A7A291

HEX: #A7A291
RGB: (167,162,145)

Color info

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

RGB color model

#A7A291 color RGB value is (167,162,145).

  • red value is 167;
  • green value is 162;
  • blue value is 145.
RGB:
(167,162,145)
(65%,64%,57%)

RGB channels and saturation

R 167 of 255 = 65%
G 162 of 255 = 64%
B 145 of 255 = 57%

167
162
145

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

Portions of RGB colors in percentages

R + G + B =
167 + 162 + 145 = 474 (100%)
R 167 of 474 ~ 35.23%
G 162 of 474 ~ 34.18%
B 145 of 474 ~ 30.59%

%35.23
%34.18
%30.59

CMYK color model

#A7A291 color CMYK value is (0,3,13,35).

  • cyan value is 0.00%
  • magenta value is 2.99%
  • yellow value is 13.17%
  • key color value is 34.51%
CMYK:
(0,3,13,35)
C0M3Y13K35 
(0%,3%,13%,35%)
(0.00/0.03/0.13/0.35)	

CMYK percentages

%0
%2.99
%13.17
%34.51

Codes

Color #A7A291 in popluar color models

A7A291
RGB167162145
HSL46°11.11%61.18%
HSB/HSV46°13.17%65.49%
CMYK0.00%2.99%13.17%
34.51%

Color #A7A291 in popluar number systems.

HEXA7A291
Decimal167162145
Binary101001111010001010010001
Octal247242221

Shades and tints

Shades of #A7A291

#A7A291
(167,162,145)
#989484
(152,148,132)
#898677
(137,134,119)
#7A786A
(122,120,106)
#6B6A5D
(107,106,93)
#5C5C50
(92,92,80)
#4D4E43
(77,78,67)
#3E4036
(62,64,54)
#2F3229
(47,50,41)
#20241C
(32,36,28)
#11160F
(17,22,15)
#000000
(0,0,0)

Tints of #A7A291

#A7A291
(167,162,145)
#AFAA9B
(175,170,155)
#B7B2A5
(183,178,165)
#BFBAAF
(191,186,175)
#C7C2B9
(199,194,185)
#CFCAC3
(207,202,195)
#D7D2CD
(215,210,205)
#DFDAD7
(223,218,215)
#E7E2E1
(231,226,225)
#EFEAEB
(239,234,235)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7A291 color. Also use rgb(167,162,145) instead hex code.

Text Font Color

.myTextColor { color: #A7A291; }

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

This text font color is #A7A291.


Background Color

.myBgColor { background-color: #A7A291; }

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

This div background color is #A7A291.


Border color

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

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

This div border color is #A7A291.


Opacity

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

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

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

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

This text has shadow with #A7A291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A291 on black background.


Color preview on white background

This text has color #A7A291 on white background.



Black color preview on #A7A291 background

This text has black color on #A7A291 background.


White color preview on #A7A291 background

This text has white color on #A7A291 background.