COLOR #A9A38A

HEX: #A9A38A
RGB: (169,163,138)

Color info

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

RGB color model

#A9A38A color RGB value is (169,163,138).

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

RGB channels and saturation

R 169 of 255 = 66%
G 163 of 255 = 64%
B 138 of 255 = 54%

169
163
138

R + G + B ~ 61%. #A9A38A is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 163 + 138 = 470 (100%)
R 169 of 470 ~ 35.96%
G 163 of 470 ~ 34.68%
B 138 of 470 ~ 29.36%

%35.96
%34.68
%29.36

CMYK color model

#A9A38A color CMYK value is (0,4,18,34).

  • cyan value is 0.00%
  • magenta value is 3.55%
  • yellow value is 18.34%
  • key color value is 33.73%
CMYK:
(0,4,18,34)
C0M4Y18K34 
(0%,4%,18%,34%)
(0.00/0.04/0.18/0.34)	

CMYK percentages

%0
%3.55
%18.34
%33.73

Codes

Color #A9A38A in popluar color models

A9A38A
RGB169163138
HSL48°15.27%60.20%
HSB/HSV48°18.34%66.27%
CMYK0.00%3.55%18.34%
33.73%

Color #A9A38A in popluar number systems.

HEXA9A38A
Decimal169163138
Binary101010011010001110001010
Octal251243212

Shades and tints

Shades of #A9A38A

#A9A38A
(169,163,138)
#9A957E
(154,149,126)
#8B8772
(139,135,114)
#7C7966
(124,121,102)
#6D6B5A
(109,107,90)
#5E5D4E
(94,93,78)
#4F4F42
(79,79,66)
#404136
(64,65,54)
#31332A
(49,51,42)
#22251E
(34,37,30)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #A9A38A

#A9A38A
(169,163,138)
#B0AB94
(176,171,148)
#B7B39E
(183,179,158)
#BEBBA8
(190,187,168)
#C5C3B2
(197,195,178)
#CCCBBC
(204,203,188)
#D3D3C6
(211,211,198)
#DADBD0
(218,219,208)
#E1E3DA
(225,227,218)
#E8EBE4
(232,235,228)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A38A; }

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

This text font color is #A9A38A.


Background Color

.myBgColor { background-color: #A9A38A; }

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

This div background color is #A9A38A.


Border color

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

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

This div border color is #A9A38A.


Opacity

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

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

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

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

This text has shadow with #A9A38A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A38A on black background.


Color preview on white background

This text has color #A9A38A on white background.



Black color preview on #A9A38A background

This text has black color on #A9A38A background.


White color preview on #A9A38A background

This text has white color on #A9A38A background.