COLOR #A7B5A1

HEX: #A7B5A1
RGB: (167,181,161)

Color info

#A7B5A1 contains red, green and blue colors in about the same proportion. Web safe color of #A7B5A1 is #99CC99 (or #9C9).

RGB color model

#A7B5A1 color RGB value is (167,181,161).

  • red value is 167;
  • green value is 181;
  • blue value is 161.
RGB:
(167,181,161)
(65%,71%,63%)

RGB channels and saturation

R 167 of 255 = 65%
G 181 of 255 = 71%
B 161 of 255 = 63%

167
181
161

R + G + B ~ 66%. #A7B5A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 181 + 161 = 509 (100%)
R 167 of 509 ~ 32.81%
G 181 of 509 ~ 35.56%
B 161 of 509 ~ 31.63%

%32.81
%35.56
%31.63

CMYK color model

#A7B5A1 color CMYK value is (8,0,11,29).

  • cyan value is 7.73%
  • magenta value is 0.00%
  • yellow value is 11.05%
  • key color value is 29.02%
CMYK:
(8,0,11,29)
C8M0Y11K29 
(8%,0%,11%,29%)
(0.08/0.00/0.11/0.29)	

CMYK percentages

%7.73
%0
%11.05
%29.02

Codes

Color #A7B5A1 in popluar color models

A7B5A1
RGB167181161
HSL102°11.90%67.06%
HSB/HSV102°11.05%70.98%
CMYK7.73%0.00%11.05%
29.02%

Color #A7B5A1 in popluar number systems.

HEXA7B5A1
Decimal167181161
Binary101001111011010110100001
Octal247265241

Shades and tints

Shades of #A7B5A1

#A7B5A1
(167,181,161)
#98A593
(152,165,147)
#899585
(137,149,133)
#7A8577
(122,133,119)
#6B7569
(107,117,105)
#5C655B
(92,101,91)
#4D554D
(77,85,77)
#3E453F
(62,69,63)
#2F3531
(47,53,49)
#202523
(32,37,35)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #A7B5A1

#A7B5A1
(167,181,161)
#AFBBA9
(175,187,169)
#B7C1B1
(183,193,177)
#BFC7B9
(191,199,185)
#C7CDC1
(199,205,193)
#CFD3C9
(207,211,201)
#D7D9D1
(215,217,209)
#DFDFD9
(223,223,217)
#E7E5E1
(231,229,225)
#EFEBE9
(239,235,233)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B5A1 color. Also use rgb(167,181,161) instead hex code.

Text Font Color

.myTextColor { color: #A7B5A1; }

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

This text font color is #A7B5A1.


Background Color

.myBgColor { background-color: #A7B5A1; }

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

This div background color is #A7B5A1.


Border color

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

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

This div border color is #A7B5A1.


Opacity

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

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

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

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

This text has shadow with #A7B5A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B5A1 on black background.


Color preview on white background

This text has color #A7B5A1 on white background.



Black color preview on #A7B5A1 background

This text has black color on #A7B5A1 background.


White color preview on #A7B5A1 background

This text has white color on #A7B5A1 background.