COLOR #A9B89A

HEX: #A9B89A RGB: (169,184,154)

Color info

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

RGB color model

#A9B89A color RGB value is (169,184,154).

RGB: (169,184,154) (66%, 72%, 60%)

RGB channels and saturation

R 169 of 255 = 66%
G 184 of 255 = 72%
B 154 of 255 = 60%

169
184
154

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

Portions of RGB colors in percentages

R + G + B = 169 + 184 + 154 = 507 (100%)
R 169 of 507 ~ 33.33%
G 184 of 507 ~ 36.29%
B 154 of 507 ~ 30.37'%

%33.33
%36.29
%30.37

CMYK color model

#A9B89A color CMYK value is (8,0,16,28).

  • cyan value is 8.15%
  • magenta value is 0.00%
  • yellow value is 16.30%
  • key color value is 27.84%
CMYK: (8,0,16,28) C8M0Y16K28 (8%,0%,16%,28%) (0.08/0.00/0.16/0.28) 

CMYK percentages

%8.15
%0
%16.3
%27.84

Codes

Color #A9B89A in popluar color models

A9 B8 9A
RGB 169 184 154
HSL 90° 17.44% 66.27%
HSB/HSV 90° 16.30% 72.16%
CMYK 8.15% 0.00% 16.30%
27.84%

Color #A9B89A in popluar number systems.

HEX A9 B8 9A
Decimal 169 184 154
Binary 10101001 10111000 10011010
Octal 251 270 232

Shades and tints

Shades of #A9B89A

#A9B89A
(169,184,154)
#9AA88C
(154,168,140)
#8B987E
(139,152,126)
#7C8870
(124,136,112)
#6D7862
(109,120,98)
#5E6854
(94,104,84)
#4F5846
(79,88,70)
#404838
(64,72,56)
#31382A
(49,56,42)
#22281C
(34,40,28)
#13180E
(19,24,14)
#000000
(0,0,0)

Tints of #A9B89A

#A9B89A
(169,184,154)
#B0BEA3
(176,190,163)
#B7C4AC
(183,196,172)
#BECAB5
(190,202,181)
#C5D0BE
(197,208,190)
#CCD6C7
(204,214,199)
#D3DCD0
(211,220,208)
#DAE2D9
(218,226,217)
#E1E8E2
(225,232,226)
#E8EEEB
(232,238,235)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B89A color. Also use rgb(169,184,154) instead hex code.

Text Font Color

.myTextColor { color: #A9B89A; }

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

This text font color is #A9B89A.

Background Color

.myBgColor { background-color: #A9B89A; }

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

This div background color is #A9B89A.

Border color

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

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

This div border color is #A9B89A.

Opacity

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

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

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

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

This text has shadow with #A9B89A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B89A.

Preview

Color preview on black background

This text has color #A9B89A on black background.


Color preview on white background

This text has color #A9B89A on white background.


Black color preview on #A9B89A background

This text has black color on #A9B89A background.


White color preview on #A9B89A background

This text has white color on #A9B89A background.


Related colors

Complementary color

Complementary color for #hex is #564765.


I love getcolorcode.com

Triadic colors

1 #9AA9B8 and #B89AA9 with #A9B89A are triadic colors.

2 #9AB8A9 and #B8A99A with #A9B89A are triadic colors.