COLOR #A9A295

HEX: #A9A295
RGB: (169,162,149)

Color info

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

RGB color model

#A9A295 color RGB value is (169,162,149).

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

RGB channels and saturation

R 169 of 255 = 66%
G 162 of 255 = 64%
B 149 of 255 = 58%

169
162
149

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

Portions of RGB colors in percentages

R + G + B =
169 + 162 + 149 = 480 (100%)
R 169 of 480 ~ 35.21%
G 162 of 480 ~ 33.75%
B 149 of 480 ~ 31.04%

%35.21
%33.75
%31.04

CMYK color model

#A9A295 color CMYK value is (0,4,12,34).

  • cyan value is 0.00%
  • magenta value is 4.14%
  • yellow value is 11.83%
  • key color value is 33.73%
CMYK:
(0,4,12,34)
C0M4Y12K34 
(0%,4%,12%,34%)
(0.00/0.04/0.12/0.34)	

CMYK percentages

%0
%4.14
%11.83
%33.73

Codes

Color #A9A295 in popluar color models

A9A295
RGB169162149
HSL39°10.42%62.35%
HSB/HSV39°11.83%66.27%
CMYK0.00%4.14%11.83%
33.73%

Color #A9A295 in popluar number systems.

HEXA9A295
Decimal169162149
Binary101010011010001010010101
Octal251242225

Shades and tints

Shades of #A9A295

#A9A295
(169,162,149)
#9A9488
(154,148,136)
#8B867B
(139,134,123)
#7C786E
(124,120,110)
#6D6A61
(109,106,97)
#5E5C54
(94,92,84)
#4F4E47
(79,78,71)
#40403A
(64,64,58)
#31322D
(49,50,45)
#222420
(34,36,32)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #A9A295

#A9A295
(169,162,149)
#B0AA9E
(176,170,158)
#B7B2A7
(183,178,167)
#BEBAB0
(190,186,176)
#C5C2B9
(197,194,185)
#CCCAC2
(204,202,194)
#D3D2CB
(211,210,203)
#DADAD4
(218,218,212)
#E1E2DD
(225,226,221)
#E8EAE6
(232,234,230)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A295; }

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

This text font color is #A9A295.


Background Color

.myBgColor { background-color: #A9A295; }

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

This div background color is #A9A295.


Border color

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

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

This div border color is #A9A295.


Opacity

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

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

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

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

This text has shadow with #A9A295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A295 on black background.


Color preview on white background

This text has color #A9A295 on white background.



Black color preview on #A9A295 background

This text has black color on #A9A295 background.


White color preview on #A9A295 background

This text has white color on #A9A295 background.