COLOR #A9B594

HEX: #A9B594
RGB: (169,181,148)

Color info

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

RGB color model

#A9B594 color RGB value is (169,181,148).

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

RGB channels and saturation

R 169 of 255 = 66%
G 181 of 255 = 71%
B 148 of 255 = 58%

169
181
148

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

Portions of RGB colors in percentages

R + G + B =
169 + 181 + 148 = 498 (100%)
R 169 of 498 ~ 33.94%
G 181 of 498 ~ 36.35%
B 148 of 498 ~ 29.72%

%33.94
%36.35
%29.72

CMYK color model

#A9B594 color CMYK value is (7,0,18,29).

  • cyan value is 6.63%
  • magenta value is 0.00%
  • yellow value is 18.23%
  • key color value is 29.02%
CMYK:
(7,0,18,29)
C7M0Y18K29 
(7%,0%,18%,29%)
(0.07/0.00/0.18/0.29)	

CMYK percentages

%6.63
%0
%18.23
%29.02

Codes

Color #A9B594 in popluar color models

A9B594
RGB169181148
HSL82°18.23%64.51%
HSB/HSV82°18.23%70.98%
CMYK6.63%0.00%18.23%
29.02%

Color #A9B594 in popluar number systems.

HEXA9B594
Decimal169181148
Binary101010011011010110010100
Octal251265224

Shades and tints

Shades of #A9B594

#A9B594
(169,181,148)
#9AA587
(154,165,135)
#8B957A
(139,149,122)
#7C856D
(124,133,109)
#6D7560
(109,117,96)
#5E6553
(94,101,83)
#4F5546
(79,85,70)
#404539
(64,69,57)
#31352C
(49,53,44)
#22251F
(34,37,31)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #A9B594

#A9B594
(169,181,148)
#B0BB9D
(176,187,157)
#B7C1A6
(183,193,166)
#BEC7AF
(190,199,175)
#C5CDB8
(197,205,184)
#CCD3C1
(204,211,193)
#D3D9CA
(211,217,202)
#DADFD3
(218,223,211)
#E1E5DC
(225,229,220)
#E8EBE5
(232,235,229)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B594; }

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

This text font color is #A9B594.


Background Color

.myBgColor { background-color: #A9B594; }

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

This div background color is #A9B594.


Border color

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

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

This div border color is #A9B594.


Opacity

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

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

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

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

This text has shadow with #A9B594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B594 on black background.


Color preview on white background

This text has color #A9B594 on white background.



Black color preview on #A9B594 background

This text has black color on #A9B594 background.


White color preview on #A9B594 background

This text has white color on #A9B594 background.