COLOR #A9B18A

HEX: #A9B18A
RGB: (169,177,138)

Color info

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

RGB color model

#A9B18A color RGB value is (169,177,138).

  • red value is 169;
  • green value is 177;
  • blue value is 138.
RGB:
(169,177,138)
(66%,69%,54%)

RGB channels and saturation

R 169 of 255 = 66%
G 177 of 255 = 69%
B 138 of 255 = 54%

169
177
138

R + G + B ~ 63%. #A9B18A is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 177 + 138 = 484 (100%)
R 169 of 484 ~ 34.92%
G 177 of 484 ~ 36.57%
B 138 of 484 ~ 28.51%

%34.92
%36.57
%28.51

CMYK color model

#A9B18A color CMYK value is (5,0,22,31).

  • cyan value is 4.52%
  • magenta value is 0.00%
  • yellow value is 22.03%
  • key color value is 30.59%
CMYK:
(5,0,22,31)
C5M0Y22K31 
(5%,0%,22%,31%)
(0.05/0.00/0.22/0.31)	

CMYK percentages

%4.52
%0
%22.03
%30.59

Codes

Color #A9B18A in popluar color models

A9B18A
RGB169177138
HSL72°20.00%61.76%
HSB/HSV72°22.03%69.41%
CMYK4.52%0.00%22.03%
30.59%

Color #A9B18A in popluar number systems.

HEXA9B18A
Decimal169177138
Binary101010011011000110001010
Octal251261212

Shades and tints

Shades of #A9B18A

#A9B18A
(169,177,138)
#9AA17E
(154,161,126)
#8B9172
(139,145,114)
#7C8166
(124,129,102)
#6D715A
(109,113,90)
#5E614E
(94,97,78)
#4F5142
(79,81,66)
#404136
(64,65,54)
#31312A
(49,49,42)
#22211E
(34,33,30)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #A9B18A

#A9B18A
(169,177,138)
#B0B894
(176,184,148)
#B7BF9E
(183,191,158)
#BEC6A8
(190,198,168)
#C5CDB2
(197,205,178)
#CCD4BC
(204,212,188)
#D3DBC6
(211,219,198)
#DAE2D0
(218,226,208)
#E1E9DA
(225,233,218)
#E8F0E4
(232,240,228)
#EFF7EE
(239,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B18A color. Also use rgb(169,177,138) instead hex code.

Text Font Color

.myTextColor { color: #A9B18A; }

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

This text font color is #A9B18A.


Background Color

.myBgColor { background-color: #A9B18A; }

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

This div background color is #A9B18A.


Border color

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

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

This div border color is #A9B18A.


Opacity

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

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

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

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

This text has shadow with #A9B18A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B18A on black background.


Color preview on white background

This text has color #A9B18A on white background.



Black color preview on #A9B18A background

This text has black color on #A9B18A background.


White color preview on #A9B18A background

This text has white color on #A9B18A background.