COLOR #A9B38E

HEX: #A9B38E
RGB: (169,179,142)

Color info

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

RGB color model

#A9B38E color RGB value is (169,179,142).

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

RGB channels and saturation

R 169 of 255 = 66%
G 179 of 255 = 70%
B 142 of 255 = 56%

169
179
142

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

Portions of RGB colors in percentages

R + G + B =
169 + 179 + 142 = 490 (100%)
R 169 of 490 ~ 34.49%
G 179 of 490 ~ 36.53%
B 142 of 490 ~ 28.98%

%34.49
%36.53
%28.98

CMYK color model

#A9B38E color CMYK value is (6,0,21,30).

  • cyan value is 5.59%
  • magenta value is 0.00%
  • yellow value is 20.67%
  • key color value is 29.80%
CMYK:
(6,0,21,30)
C6M0Y21K30 
(6%,0%,21%,30%)
(0.06/0.00/0.21/0.30)	

CMYK percentages

%5.59
%0
%20.67
%29.8

Codes

Color #A9B38E in popluar color models

A9B38E
RGB169179142
HSL76°19.58%62.94%
HSB/HSV76°20.67%70.20%
CMYK5.59%0.00%20.67%
29.80%

Color #A9B38E in popluar number systems.

HEXA9B38E
Decimal169179142
Binary101010011011001110001110
Octal251263216

Shades and tints

Shades of #A9B38E

#A9B38E
(169,179,142)
#9AA382
(154,163,130)
#8B9376
(139,147,118)
#7C836A
(124,131,106)
#6D735E
(109,115,94)
#5E6352
(94,99,82)
#4F5346
(79,83,70)
#40433A
(64,67,58)
#31332E
(49,51,46)
#222322
(34,35,34)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #A9B38E

#A9B38E
(169,179,142)
#B0B998
(176,185,152)
#B7BFA2
(183,191,162)
#BEC5AC
(190,197,172)
#C5CBB6
(197,203,182)
#CCD1C0
(204,209,192)
#D3D7CA
(211,215,202)
#DADDD4
(218,221,212)
#E1E3DE
(225,227,222)
#E8E9E8
(232,233,232)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B38E; }

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

This text font color is #A9B38E.


Background Color

.myBgColor { background-color: #A9B38E; }

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

This div background color is #A9B38E.


Border color

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

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

This div border color is #A9B38E.


Opacity

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

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

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

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

This text has shadow with #A9B38E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B38E on black background.


Color preview on white background

This text has color #A9B38E on white background.



Black color preview on #A9B38E background

This text has black color on #A9B38E background.


White color preview on #A9B38E background

This text has white color on #A9B38E background.