COLOR #A9B592

HEX: #A9B592
RGB: (169,181,146)

Color info

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

RGB color model

#A9B592 color RGB value is (169,181,146).

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

RGB channels and saturation

R 169 of 255 = 66%
G 181 of 255 = 71%
B 146 of 255 = 57%

169
181
146

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

Portions of RGB colors in percentages

R + G + B =
169 + 181 + 146 = 496 (100%)
R 169 of 496 ~ 34.07%
G 181 of 496 ~ 36.49%
B 146 of 496 ~ 29.44%

%34.07
%36.49
%29.44

CMYK color model

#A9B592 color CMYK value is (7,0,19,29).

  • cyan value is 6.63%
  • magenta value is 0.00%
  • yellow value is 19.34%
  • key color value is 29.02%
CMYK:
(7,0,19,29)
C7M0Y19K29 
(7%,0%,19%,29%)
(0.07/0.00/0.19/0.29)	

CMYK percentages

%6.63
%0
%19.34
%29.02

Codes

Color #A9B592 in popluar color models

A9B592
RGB169181146
HSL81°19.13%64.12%
HSB/HSV81°19.34%70.98%
CMYK6.63%0.00%19.34%
29.02%

Color #A9B592 in popluar number systems.

HEXA9B592
Decimal169181146
Binary101010011011010110010010
Octal251265222

Shades and tints

Shades of #A9B592

#A9B592
(169,181,146)
#9AA585
(154,165,133)
#8B9578
(139,149,120)
#7C856B
(124,133,107)
#6D755E
(109,117,94)
#5E6551
(94,101,81)
#4F5544
(79,85,68)
#404537
(64,69,55)
#31352A
(49,53,42)
#22251D
(34,37,29)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #A9B592

#A9B592
(169,181,146)
#B0BB9B
(176,187,155)
#B7C1A4
(183,193,164)
#BEC7AD
(190,199,173)
#C5CDB6
(197,205,182)
#CCD3BF
(204,211,191)
#D3D9C8
(211,217,200)
#DADFD1
(218,223,209)
#E1E5DA
(225,229,218)
#E8EBE3
(232,235,227)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B592; }

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

This text font color is #A9B592.


Background Color

.myBgColor { background-color: #A9B592; }

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

This div background color is #A9B592.


Border color

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

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

This div border color is #A9B592.


Opacity

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

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

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

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

This text has shadow with #A9B592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B592 on black background.


Color preview on white background

This text has color #A9B592 on white background.



Black color preview on #A9B592 background

This text has black color on #A9B592 background.


White color preview on #A9B592 background

This text has white color on #A9B592 background.