COLOR #A9B38A

HEX: #A9B38A
RGB: (169,179,138)

Color info

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

RGB color model

#A9B38A color RGB value is (169,179,138).

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

RGB channels and saturation

R 169 of 255 = 66%
G 179 of 255 = 70%
B 138 of 255 = 54%

169
179
138

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

Portions of RGB colors in percentages

R + G + B =
169 + 179 + 138 = 486 (100%)
R 169 of 486 ~ 34.77%
G 179 of 486 ~ 36.83%
B 138 of 486 ~ 28.4%

%34.77
%36.83
%28.4

CMYK color model

#A9B38A color CMYK value is (6,0,23,30).

  • cyan value is 5.59%
  • magenta value is 0.00%
  • yellow value is 22.91%
  • key color value is 29.80%
CMYK:
(6,0,23,30)
C6M0Y23K30 
(6%,0%,23%,30%)
(0.06/0.00/0.23/0.30)	

CMYK percentages

%5.59
%0
%22.91
%29.8

Codes

Color #A9B38A in popluar color models

A9B38A
RGB169179138
HSL75°21.24%62.16%
HSB/HSV75°22.91%70.20%
CMYK5.59%0.00%22.91%
29.80%

Color #A9B38A in popluar number systems.

HEXA9B38A
Decimal169179138
Binary101010011011001110001010
Octal251263212

Shades and tints

Shades of #A9B38A

#A9B38A
(169,179,138)
#9AA37E
(154,163,126)
#8B9372
(139,147,114)
#7C8366
(124,131,102)
#6D735A
(109,115,90)
#5E634E
(94,99,78)
#4F5342
(79,83,66)
#404336
(64,67,54)
#31332A
(49,51,42)
#22231E
(34,35,30)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #A9B38A

#A9B38A
(169,179,138)
#B0B994
(176,185,148)
#B7BF9E
(183,191,158)
#BEC5A8
(190,197,168)
#C5CBB2
(197,203,178)
#CCD1BC
(204,209,188)
#D3D7C6
(211,215,198)
#DADDD0
(218,221,208)
#E1E3DA
(225,227,218)
#E8E9E4
(232,233,228)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B38A; }

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

This text font color is #A9B38A.


Background Color

.myBgColor { background-color: #A9B38A; }

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

This div background color is #A9B38A.


Border color

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

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

This div border color is #A9B38A.


Opacity

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

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

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

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

This text has shadow with #A9B38A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B38A on black background.


Color preview on white background

This text has color #A9B38A on white background.



Black color preview on #A9B38A background

This text has black color on #A9B38A background.


White color preview on #A9B38A background

This text has white color on #A9B38A background.