COLOR #A9AB95

HEX: #A9AB95 RGB: (169,171,149)

Color info

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

RGB color model

#A9AB95 color RGB value is (169,171,149).

RGB: (169,171,149) (66%, 67%, 58%)

RGB channels and saturation

R 169 of 255 = 66%
G 171 of 255 = 67%
B 149 of 255 = 58%

169
171
149

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

Portions of RGB colors in percentages

R + G + B = 169 + 171 + 149 = 489 (100%)
R 169 of 489 ~ 34.56%
G 171 of 489 ~ 34.97%
B 149 of 489 ~ 30.47'%

%34.56
%34.97
%30.47

CMYK color model

#A9AB95 color CMYK value is (1,0,13,33).

  • cyan value is 1.17%
  • magenta value is 0.00%
  • yellow value is 12.87%
  • key color value is 32.94%

CMYK: (1,0,13,33)
C1M0Y13K33 (1%, 0%, 13%, 33%)
(0.01 / 0.00 / 0.13 / 0.33)

CMYK percentages

%1.17
%0
%12.87
%32.94

Codes

Color #A9AB95 in popluar color models

A9 AB 95
RGB 169 171 149
HSL 65° 11.58% 62.75%
HSB/HSV 65° 12.87% 67.06%
CMYK 1.17% 0.00% 12.87%
32.94%

Color #A9AB95 in popluar number systems.

HEX A9 AB 95
Decimal 169 171 149
Binary 10101001 10101011 10010101
Octal 251 253 225

Shades and tints

Shades of #A9AB95

#A9AB95
(169,171,149)
#9A9C88
(154,156,136)
#8B8D7B
(139,141,123)
#7C7E6E
(124,126,110)
#6D6F61
(109,111,97)
#5E6054
(94,96,84)
#4F5147
(79,81,71)
#40423A
(64,66,58)
#31332D
(49,51,45)
#222420
(34,36,32)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #A9AB95

#A9AB95
(169,171,149)
#B0B29E
(176,178,158)
#B7B9A7
(183,185,167)
#BEC0B0
(190,192,176)
#C5C7B9
(197,199,185)
#CCCEC2
(204,206,194)
#D3D5CB
(211,213,203)
#DADCD4
(218,220,212)
#E1E3DD
(225,227,221)
#E8EAE6
(232,234,230)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9AB95 color. Also use rgb(169,171,149) instead hex code.

Text Font Color

.myTextColor { color: #A9AB95; }

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

This text font color is #A9AB95.

Background Color

.myBgColor { background-color: #A9AB95; }

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

This div background color is #A9AB95.

Border color

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

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

This div border color is #A9AB95.

Opacity

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

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

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

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

This text has shadow with #A9AB95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9AB95.

Preview

Color preview on black background

This text has color #A9AB95 on black background.


Color preview on white background

This text has color #A9AB95 on white background.


Black color preview on #A9AB95 background

This text has black color on #A9AB95 background.


White color preview on #A9AB95 background

This text has white color on #A9AB95 background.


Related colors

Complementary color

Complementary color for #hex is #56546A.


I love getcolorcode.com

Triadic colors

1 #95A9AB and #AB95A9 with #A9AB95 are triadic colors.

2 #95ABA9 and #ABA995 with #A9AB95 are triadic colors.