COLOR #A7B091

HEX: #A7B091 RGB: (167,176,145)

Color info

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

RGB color model

#A7B091 color RGB value is (167,176,145).

RGB: (167,176,145) (65%, 69%, 57%)

RGB channels and saturation

R 167 of 255 = 65%
G 176 of 255 = 69%
B 145 of 255 = 57%

167
176
145

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

Portions of RGB colors in percentages

R + G + B = 167 + 176 + 145 = 488 (100%)
R 167 of 488 ~ 34.22%
G 176 of 488 ~ 36.07%
B 145 of 488 ~ 29.71'%

%34.22
%36.07
%29.71

CMYK color model

#A7B091 color CMYK value is (5,0,18,31).

  • cyan value is 5.11%
  • magenta value is 0.00%
  • yellow value is 17.61%
  • key color value is 30.98%
CMYK: (5,0,18,31) C5M0Y18K31 (5%,0%,18%,31%) (0.05/0.00/0.18/0.31) 

CMYK percentages

%5.11
%0
%17.61
%30.98

Codes

Color #A7B091 in popluar color models

A7 B0 91
RGB 167 176 145
HSL 77° 16.40% 62.94%
HSB/HSV 77° 17.61% 69.02%
CMYK 5.11% 0.00% 17.61%
30.98%

Color #A7B091 in popluar number systems.

HEX A7 B0 91
Decimal 167 176 145
Binary 10100111 10110000 10010001
Octal 247 260 221

Shades and tints

Shades of #A7B091

#A7B091
(167,176,145)
#98A084
(152,160,132)
#899077
(137,144,119)
#7A806A
(122,128,106)
#6B705D
(107,112,93)
#5C6050
(92,96,80)
#4D5043
(77,80,67)
#3E4036
(62,64,54)
#2F3029
(47,48,41)
#20201C
(32,32,28)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #A7B091

#A7B091
(167,176,145)
#AFB79B
(175,183,155)
#B7BEA5
(183,190,165)
#BFC5AF
(191,197,175)
#C7CCB9
(199,204,185)
#CFD3C3
(207,211,195)
#D7DACD
(215,218,205)
#DFE1D7
(223,225,215)
#E7E8E1
(231,232,225)
#EFEFEB
(239,239,235)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B091; }

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

This text font color is #A7B091.

Background Color

.myBgColor { background-color: #A7B091; }

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

This div background color is #A7B091.

Border color

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

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

This div border color is #A7B091.

Opacity

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

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

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

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

This text has shadow with #A7B091 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B091.

Preview

Color preview on black background

This text has color #A7B091 on black background.


Color preview on white background

This text has color #A7B091 on white background.


Black color preview on #A7B091 background

This text has black color on #A7B091 background.


White color preview on #A7B091 background

This text has white color on #A7B091 background.


Related colors

Complementary color

Complementary color for #hex is #584F6E.


I love getcolorcode.com

Triadic colors

1 #91A7B0 and #B091A7 with #A7B091 are triadic colors.

2 #91B0A7 and #B0A791 with #A7B091 are triadic colors.