COLOR #A7B594

HEX: #A7B594
RGB: (167,181,148)

Color info

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

RGB color model

#A7B594 color RGB value is (167,181,148).

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

RGB channels and saturation

R 167 of 255 = 65%
G 181 of 255 = 71%
B 148 of 255 = 58%

167
181
148

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

Portions of RGB colors in percentages

R + G + B =
167 + 181 + 148 = 496 (100%)
R 167 of 496 ~ 33.67%
G 181 of 496 ~ 36.49%
B 148 of 496 ~ 29.84%

%33.67
%36.49
%29.84

CMYK color model

#A7B594 color CMYK value is (8,0,18,29).

  • cyan value is 7.73%
  • magenta value is 0.00%
  • yellow value is 18.23%
  • key color value is 29.02%
CMYK:
(8,0,18,29)
C8M0Y18K29 
(8%,0%,18%,29%)
(0.08/0.00/0.18/0.29)	

CMYK percentages

%7.73
%0
%18.23
%29.02

Codes

Color #A7B594 in popluar color models

A7B594
RGB167181148
HSL85°18.23%64.51%
HSB/HSV85°18.23%70.98%
CMYK7.73%0.00%18.23%
29.02%

Color #A7B594 in popluar number systems.

HEXA7B594
Decimal167181148
Binary101001111011010110010100
Octal247265224

Shades and tints

Shades of #A7B594

#A7B594
(167,181,148)
#98A587
(152,165,135)
#89957A
(137,149,122)
#7A856D
(122,133,109)
#6B7560
(107,117,96)
#5C6553
(92,101,83)
#4D5546
(77,85,70)
#3E4539
(62,69,57)
#2F352C
(47,53,44)
#20251F
(32,37,31)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #A7B594

#A7B594
(167,181,148)
#AFBB9D
(175,187,157)
#B7C1A6
(183,193,166)
#BFC7AF
(191,199,175)
#C7CDB8
(199,205,184)
#CFD3C1
(207,211,193)
#D7D9CA
(215,217,202)
#DFDFD3
(223,223,211)
#E7E5DC
(231,229,220)
#EFEBE5
(239,235,229)
#F7F1EE
(247,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B594; }

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

This text font color is #A7B594.


Background Color

.myBgColor { background-color: #A7B594; }

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

This div background color is #A7B594.


Border color

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

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

This div border color is #A7B594.


Opacity

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

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

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

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

This text has shadow with #A7B594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B594 on black background.


Color preview on white background

This text has color #A7B594 on white background.



Black color preview on #A7B594 background

This text has black color on #A7B594 background.


White color preview on #A7B594 background

This text has white color on #A7B594 background.