COLOR #A9A288

HEX: #A9A288
RGB: (169,162,136)

Color info

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

RGB color model

#A9A288 color RGB value is (169,162,136).

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

RGB channels and saturation

R 169 of 255 = 66%
G 162 of 255 = 64%
B 136 of 255 = 53%

169
162
136

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

Portions of RGB colors in percentages

R + G + B =
169 + 162 + 136 = 467 (100%)
R 169 of 467 ~ 36.19%
G 162 of 467 ~ 34.69%
B 136 of 467 ~ 29.12%

%36.19
%34.69
%29.12

CMYK color model

#A9A288 color CMYK value is (0,4,20,34).

  • cyan value is 0.00%
  • magenta value is 4.14%
  • yellow value is 19.53%
  • key color value is 33.73%
CMYK:
(0,4,20,34)
C0M4Y20K34 
(0%,4%,20%,34%)
(0.00/0.04/0.20/0.34)	

CMYK percentages

%0
%4.14
%19.53
%33.73

Codes

Color #A9A288 in popluar color models

A9A288
RGB169162136
HSL47°16.10%59.80%
HSB/HSV47°19.53%66.27%
CMYK0.00%4.14%19.53%
33.73%

Color #A9A288 in popluar number systems.

HEXA9A288
Decimal169162136
Binary101010011010001010001000
Octal251242210

Shades and tints

Shades of #A9A288

#A9A288
(169,162,136)
#9A947C
(154,148,124)
#8B8670
(139,134,112)
#7C7864
(124,120,100)
#6D6A58
(109,106,88)
#5E5C4C
(94,92,76)
#4F4E40
(79,78,64)
#404034
(64,64,52)
#313228
(49,50,40)
#22241C
(34,36,28)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #A9A288

#A9A288
(169,162,136)
#B0AA92
(176,170,146)
#B7B29C
(183,178,156)
#BEBAA6
(190,186,166)
#C5C2B0
(197,194,176)
#CCCABA
(204,202,186)
#D3D2C4
(211,210,196)
#DADACE
(218,218,206)
#E1E2D8
(225,226,216)
#E8EAE2
(232,234,226)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A288; }

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

This text font color is #A9A288.


Background Color

.myBgColor { background-color: #A9A288; }

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

This div background color is #A9A288.


Border color

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

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

This div border color is #A9A288.


Opacity

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

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

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

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

This text has shadow with #A9A288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A288 on black background.


Color preview on white background

This text has color #A9A288 on white background.



Black color preview on #A9A288 background

This text has black color on #A9A288 background.


White color preview on #A9A288 background

This text has white color on #A9A288 background.