COLOR #A9BA95

HEX: #A9BA95 RGB: (169,186,149)

Color info

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

RGB color model

#A9BA95 color RGB value is (169,186,149).

RGB: (169,186,149) (66%, 73%, 58%)

RGB channels and saturation

R 169 of 255 = 66%
G 186 of 255 = 73%
B 149 of 255 = 58%

169
186
149

R + G + B ~ 66%. #A9BA95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 186 + 149 = 504 (100%)
R 169 of 504 ~ 33.53%
G 186 of 504 ~ 36.9%
B 149 of 504 ~ 29.56'%

%33.53
%36.9
%29.56

CMYK color model

#A9BA95 color CMYK value is (9,0,20,27).

  • cyan value is 9.14%
  • magenta value is 0.00%
  • yellow value is 19.89%
  • key color value is 27.06%

CMYK: (9,0,20,27)
C9M0Y20K27 (9%, 0%, 20%, 27%)
(0.09 / 0.00 / 0.20 / 0.27)

CMYK percentages

%9.14
%0
%19.89
%27.06

Codes

Color #A9BA95 in popluar color models

A9 BA 95
RGB 169 186 149
HSL 88° 21.14% 65.69%
HSB/HSV 88° 19.89% 72.94%
CMYK 9.14% 0.00% 19.89%
27.06%

Color #A9BA95 in popluar number systems.

HEX A9 BA 95
Decimal 169 186 149
Binary 10101001 10111010 10010101
Octal 251 272 225

Shades and tints

Shades of #A9BA95

#A9BA95
(169,186,149)
#9AAA88
(154,170,136)
#8B9A7B
(139,154,123)
#7C8A6E
(124,138,110)
#6D7A61
(109,122,97)
#5E6A54
(94,106,84)
#4F5A47
(79,90,71)
#404A3A
(64,74,58)
#313A2D
(49,58,45)
#222A20
(34,42,32)
#131A13
(19,26,19)
#000000
(0,0,0)

Tints of #A9BA95

#A9BA95
(169,186,149)
#B0C09E
(176,192,158)
#B7C6A7
(183,198,167)
#BECCB0
(190,204,176)
#C5D2B9
(197,210,185)
#CCD8C2
(204,216,194)
#D3DECB
(211,222,203)
#DAE4D4
(218,228,212)
#E1EADD
(225,234,221)
#E8F0E6
(232,240,230)
#EFF6EF
(239,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BA95; }

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

This text font color is #A9BA95.

Background Color

.myBgColor { background-color: #A9BA95; }

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

This div background color is #A9BA95.

Border color

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

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

This div border color is #A9BA95.

Opacity

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

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

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

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

This text has shadow with #A9BA95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9BA95.

Preview

Color preview on black background

This text has color #A9BA95 on black background.


Color preview on white background

This text has color #A9BA95 on white background.


Black color preview on #A9BA95 background

This text has black color on #A9BA95 background.


White color preview on #A9BA95 background

This text has white color on #A9BA95 background.


Related colors

Complementary color

Complementary color for #hex is #56456A.


I love getcolorcode.com

Triadic colors

1 #95A9BA and #BA95A9 with #A9BA95 are triadic colors.

2 #95BAA9 and #BAA995 with #A9BA95 are triadic colors.