COLOR #A9A898

HEX: #A9A898 RGB: (169,168,152)

Color info

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

RGB color model

#A9A898 color RGB value is (169,168,152).

RGB: (169,168,152) (66%, 66%, 60%)

RGB channels and saturation

R 169 of 255 = 66%
G 168 of 255 = 66%
B 152 of 255 = 60%

169
168
152

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

Portions of RGB colors in percentages

R + G + B = 169 + 168 + 152 = 489 (100%)
R 169 of 489 ~ 34.56%
G 168 of 489 ~ 34.36%
B 152 of 489 ~ 31.08'%

%34.56
%34.36
%31.08

CMYK color model

#A9A898 color CMYK value is (0,1,10,34).

  • cyan value is 0.00%
  • magenta value is 0.59%
  • yellow value is 10.06%
  • key color value is 33.73%

CMYK: (0,1,10,34)
C0M1Y10K34 (0%, 1%, 10%, 34%)
(0.00 / 0.01 / 0.10 / 0.34)

CMYK percentages

%0
%0.59
%10.06
%33.73

Codes

Color #A9A898 in popluar color models

A9 A8 98
RGB 169 168 152
HSL 56° 8.99% 62.94%
HSB/HSV 56° 10.06% 66.27%
CMYK 0.00% 0.59% 10.06%
33.73%

Color #A9A898 in popluar number systems.

HEX A9 A8 98
Decimal 169 168 152
Binary 10101001 10101000 10011000
Octal 251 250 230

Shades and tints

Shades of #A9A898

#A9A898
(169,168,152)
#9A998B
(154,153,139)
#8B8A7E
(139,138,126)
#7C7B71
(124,123,113)
#6D6C64
(109,108,100)
#5E5D57
(94,93,87)
#4F4E4A
(79,78,74)
#403F3D
(64,63,61)
#313030
(49,48,48)
#222123
(34,33,35)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #A9A898

#A9A898
(169,168,152)
#B0AFA1
(176,175,161)
#B7B6AA
(183,182,170)
#BEBDB3
(190,189,179)
#C5C4BC
(197,196,188)
#CCCBC5
(204,203,197)
#D3D2CE
(211,210,206)
#DAD9D7
(218,217,215)
#E1E0E0
(225,224,224)
#E8E7E9
(232,231,233)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A898; }

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

This text font color is #A9A898.

Background Color

.myBgColor { background-color: #A9A898; }

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

This div background color is #A9A898.

Border color

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

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

This div border color is #A9A898.

Opacity

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

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

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

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

This text has shadow with #A9A898 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A898.

Preview

Color preview on black background

This text has color #A9A898 on black background.


Color preview on white background

This text has color #A9A898 on white background.


Black color preview on #A9A898 background

This text has black color on #A9A898 background.


White color preview on #A9A898 background

This text has white color on #A9A898 background.


Related colors

Complementary color

Complementary color for #hex is #565767.


I love getcolorcode.com

Triadic colors

1 #98A9A8 and #A898A9 with #A9A898 are triadic colors.

2 #98A8A9 and #A8A998 with #A9A898 are triadic colors.