COLOR #A7B09A

HEX: #A7B09A
RGB: (167,176,154)

Color info

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

RGB color model

#A7B09A color RGB value is (167,176,154).

  • red value is 167;
  • green value is 176;
  • blue value is 154.
RGB:
(167,176,154)
(65%,69%,60%)

RGB channels and saturation

R 167 of 255 = 65%
G 176 of 255 = 69%
B 154 of 255 = 60%

167
176
154

R + G + B ~ 65%. #A7B09A is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 176 + 154 = 497 (100%)
R 167 of 497 ~ 33.6%
G 176 of 497 ~ 35.41%
B 154 of 497 ~ 30.99%

%33.6
%35.41
%30.99

CMYK color model

#A7B09A color CMYK value is (5,0,13,31).

  • cyan value is 5.11%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 30.98%
CMYK:
(5,0,13,31)
C5M0Y13K31 
(5%,0%,13%,31%)
(0.05/0.00/0.13/0.31)	

CMYK percentages

%5.11
%0
%12.5
%30.98

Codes

Color #A7B09A in popluar color models

A7B09A
RGB167176154
HSL85°12.22%64.71%
HSB/HSV85°12.50%69.02%
CMYK5.11%0.00%12.50%
30.98%

Color #A7B09A in popluar number systems.

HEXA7B09A
Decimal167176154
Binary101001111011000010011010
Octal247260232

Shades and tints

Shades of #A7B09A

#A7B09A
(167,176,154)
#98A08C
(152,160,140)
#89907E
(137,144,126)
#7A8070
(122,128,112)
#6B7062
(107,112,98)
#5C6054
(92,96,84)
#4D5046
(77,80,70)
#3E4038
(62,64,56)
#2F302A
(47,48,42)
#20201C
(32,32,28)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #A7B09A

#A7B09A
(167,176,154)
#AFB7A3
(175,183,163)
#B7BEAC
(183,190,172)
#BFC5B5
(191,197,181)
#C7CCBE
(199,204,190)
#CFD3C7
(207,211,199)
#D7DAD0
(215,218,208)
#DFE1D9
(223,225,217)
#E7E8E2
(231,232,226)
#EFEFEB
(239,239,235)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B09A; }

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

This text font color is #A7B09A.


Background Color

.myBgColor { background-color: #A7B09A; }

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

This div background color is #A7B09A.


Border color

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

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

This div border color is #A7B09A.


Opacity

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

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

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

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

This text has shadow with #A7B09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B09A on black background.


Color preview on white background

This text has color #A7B09A on white background.



Black color preview on #A7B09A background

This text has black color on #A7B09A background.


White color preview on #A7B09A background

This text has white color on #A7B09A background.