COLOR #A9A795

HEX: #A9A795
RGB: (169,167,149)

Color info

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

RGB color model

#A9A795 color RGB value is (169,167,149).

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

RGB channels and saturation

R 169 of 255 = 66%
G 167 of 255 = 65%
B 149 of 255 = 58%

169
167
149

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

Portions of RGB colors in percentages

R + G + B =
169 + 167 + 149 = 485 (100%)
R 169 of 485 ~ 34.85%
G 167 of 485 ~ 34.43%
B 149 of 485 ~ 30.72%

%34.85
%34.43
%30.72

CMYK color model

#A9A795 color CMYK value is (0,1,12,34).

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 11.83%
  • key color value is 33.73%
CMYK:
(0,1,12,34)
C0M1Y12K34 
(0%,1%,12%,34%)
(0.00/0.01/0.12/0.34)	

CMYK percentages

%0
%1.18
%11.83
%33.73

Codes

Color #A9A795 in popluar color models

A9A795
RGB169167149
HSL54°10.42%62.35%
HSB/HSV54°11.83%66.27%
CMYK0.00%1.18%11.83%
33.73%

Color #A9A795 in popluar number systems.

HEXA9A795
Decimal169167149
Binary101010011010011110010101
Octal251247225

Shades and tints

Shades of #A9A795

#A9A795
(169,167,149)
#9A9888
(154,152,136)
#8B897B
(139,137,123)
#7C7A6E
(124,122,110)
#6D6B61
(109,107,97)
#5E5C54
(94,92,84)
#4F4D47
(79,77,71)
#403E3A
(64,62,58)
#312F2D
(49,47,45)
#222020
(34,32,32)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #A9A795

#A9A795
(169,167,149)
#B0AF9E
(176,175,158)
#B7B7A7
(183,183,167)
#BEBFB0
(190,191,176)
#C5C7B9
(197,199,185)
#CCCFC2
(204,207,194)
#D3D7CB
(211,215,203)
#DADFD4
(218,223,212)
#E1E7DD
(225,231,221)
#E8EFE6
(232,239,230)
#EFF7EF
(239,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A795; }

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

This text font color is #A9A795.


Background Color

.myBgColor { background-color: #A9A795; }

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

This div background color is #A9A795.


Border color

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

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

This div border color is #A9A795.


Opacity

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

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

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

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

This text has shadow with #A9A795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A795 on black background.


Color preview on white background

This text has color #A9A795 on white background.



Black color preview on #A9A795 background

This text has black color on #A9A795 background.


White color preview on #A9A795 background

This text has white color on #A9A795 background.