COLOR #A9A598

HEX: #A9A598
RGB: (169,165,152)

Color info

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

RGB color model

#A9A598 color RGB value is (169,165,152).

  • red value is 169;
  • green value is 165;
  • blue value is 152.
RGB:
(169,165,152)
(66%,65%,60%)

RGB channels and saturation

R 169 of 255 = 66%
G 165 of 255 = 65%
B 152 of 255 = 60%

169
165
152

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

Portions of RGB colors in percentages

R + G + B =
169 + 165 + 152 = 486 (100%)
R 169 of 486 ~ 34.77%
G 165 of 486 ~ 33.95%
B 152 of 486 ~ 31.28%

%34.77
%33.95
%31.28

CMYK color model

#A9A598 color CMYK value is (0,2,10,34).

  • cyan value is 0.00%
  • magenta value is 2.37%
  • yellow value is 10.06%
  • key color value is 33.73%
CMYK:
(0,2,10,34)
C0M2Y10K34 
(0%,2%,10%,34%)
(0.00/0.02/0.10/0.34)	

CMYK percentages

%0
%2.37
%10.06
%33.73

Codes

Color #A9A598 in popluar color models

A9A598
RGB169165152
HSL46°8.99%62.94%
HSB/HSV46°10.06%66.27%
CMYK0.00%2.37%10.06%
33.73%

Color #A9A598 in popluar number systems.

HEXA9A598
Decimal169165152
Binary101010011010010110011000
Octal251245230

Shades and tints

Shades of #A9A598

#A9A598
(169,165,152)
#9A968B
(154,150,139)
#8B877E
(139,135,126)
#7C7871
(124,120,113)
#6D6964
(109,105,100)
#5E5A57
(94,90,87)
#4F4B4A
(79,75,74)
#403C3D
(64,60,61)
#312D30
(49,45,48)
#221E23
(34,30,35)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #A9A598

#A9A598
(169,165,152)
#B0ADA1
(176,173,161)
#B7B5AA
(183,181,170)
#BEBDB3
(190,189,179)
#C5C5BC
(197,197,188)
#CCCDC5
(204,205,197)
#D3D5CE
(211,213,206)
#DADDD7
(218,221,215)
#E1E5E0
(225,229,224)
#E8EDE9
(232,237,233)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A598 color. Also use rgb(169,165,152) instead hex code.

Text Font Color

.myTextColor { color: #A9A598; }

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

This text font color is #A9A598.


Background Color

.myBgColor { background-color: #A9A598; }

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

This div background color is #A9A598.


Border color

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

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

This div border color is #A9A598.


Opacity

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

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

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

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

This text has shadow with #A9A598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A598 on black background.


Color preview on white background

This text has color #A9A598 on white background.



Black color preview on #A9A598 background

This text has black color on #A9A598 background.


White color preview on #A9A598 background

This text has white color on #A9A598 background.