COLOR #A9A28C

HEX: #A9A28C
RGB: (169,162,140)

Color info

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

RGB color model

#A9A28C color RGB value is (169,162,140).

  • red value is 169;
  • green value is 162;
  • blue value is 140.
RGB:
(169,162,140)
(66%,64%,55%)

RGB channels and saturation

R 169 of 255 = 66%
G 162 of 255 = 64%
B 140 of 255 = 55%

169
162
140

R + G + B ~ 62%. #A9A28C is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 162 + 140 = 471 (100%)
R 169 of 471 ~ 35.88%
G 162 of 471 ~ 34.39%
B 140 of 471 ~ 29.72%

%35.88
%34.39
%29.72

CMYK color model

#A9A28C color CMYK value is (0,4,17,34).

  • cyan value is 0.00%
  • magenta value is 4.14%
  • yellow value is 17.16%
  • key color value is 33.73%
CMYK:
(0,4,17,34)
C0M4Y17K34 
(0%,4%,17%,34%)
(0.00/0.04/0.17/0.34)	

CMYK percentages

%0
%4.14
%17.16
%33.73

Codes

Color #A9A28C in popluar color models

A9A28C
RGB169162140
HSL46°14.43%60.59%
HSB/HSV46°17.16%66.27%
CMYK0.00%4.14%17.16%
33.73%

Color #A9A28C in popluar number systems.

HEXA9A28C
Decimal169162140
Binary101010011010001010001100
Octal251242214

Shades and tints

Shades of #A9A28C

#A9A28C
(169,162,140)
#9A9480
(154,148,128)
#8B8674
(139,134,116)
#7C7868
(124,120,104)
#6D6A5C
(109,106,92)
#5E5C50
(94,92,80)
#4F4E44
(79,78,68)
#404038
(64,64,56)
#31322C
(49,50,44)
#222420
(34,36,32)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #A9A28C

#A9A28C
(169,162,140)
#B0AA96
(176,170,150)
#B7B2A0
(183,178,160)
#BEBAAA
(190,186,170)
#C5C2B4
(197,194,180)
#CCCABE
(204,202,190)
#D3D2C8
(211,210,200)
#DADAD2
(218,218,210)
#E1E2DC
(225,226,220)
#E8EAE6
(232,234,230)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A28C color. Also use rgb(169,162,140) instead hex code.

Text Font Color

.myTextColor { color: #A9A28C; }

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

This text font color is #A9A28C.


Background Color

.myBgColor { background-color: #A9A28C; }

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

This div background color is #A9A28C.


Border color

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

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

This div border color is #A9A28C.


Opacity

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

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

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

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

This text has shadow with #A9A28C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A28C on black background.


Color preview on white background

This text has color #A9A28C on white background.



Black color preview on #A9A28C background

This text has black color on #A9A28C background.


White color preview on #A9A28C background

This text has white color on #A9A28C background.