COLOR #A9A788

HEX: #A9A788
RGB: (169,167,136)

Color info

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

RGB color model

#A9A788 color RGB value is (169,167,136).

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

RGB channels and saturation

R 169 of 255 = 66%
G 167 of 255 = 65%
B 136 of 255 = 53%

169
167
136

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

Portions of RGB colors in percentages

R + G + B =
169 + 167 + 136 = 472 (100%)
R 169 of 472 ~ 35.81%
G 167 of 472 ~ 35.38%
B 136 of 472 ~ 28.81%

%35.81
%35.38
%28.81

CMYK color model

#A9A788 color CMYK value is (0,1,20,34).

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 19.53%
  • key color value is 33.73%
CMYK:
(0,1,20,34)
C0M1Y20K34 
(0%,1%,20%,34%)
(0.00/0.01/0.20/0.34)	

CMYK percentages

%0
%1.18
%19.53
%33.73

Codes

Color #A9A788 in popluar color models

A9A788
RGB169167136
HSL56°16.10%59.80%
HSB/HSV56°19.53%66.27%
CMYK0.00%1.18%19.53%
33.73%

Color #A9A788 in popluar number systems.

HEXA9A788
Decimal169167136
Binary101010011010011110001000
Octal251247210

Shades and tints

Shades of #A9A788

#A9A788
(169,167,136)
#9A987C
(154,152,124)
#8B8970
(139,137,112)
#7C7A64
(124,122,100)
#6D6B58
(109,107,88)
#5E5C4C
(94,92,76)
#4F4D40
(79,77,64)
#403E34
(64,62,52)
#312F28
(49,47,40)
#22201C
(34,32,28)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #A9A788

#A9A788
(169,167,136)
#B0AF92
(176,175,146)
#B7B79C
(183,183,156)
#BEBFA6
(190,191,166)
#C5C7B0
(197,199,176)
#CCCFBA
(204,207,186)
#D3D7C4
(211,215,196)
#DADFCE
(218,223,206)
#E1E7D8
(225,231,216)
#E8EFE2
(232,239,226)
#EFF7EC
(239,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A788; }

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

This text font color is #A9A788.


Background Color

.myBgColor { background-color: #A9A788; }

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

This div background color is #A9A788.


Border color

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

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

This div border color is #A9A788.


Opacity

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

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

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

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

This text has shadow with #A9A788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A788 on black background.


Color preview on white background

This text has color #A9A788 on white background.



Black color preview on #A9A788 background

This text has black color on #A9A788 background.


White color preview on #A9A788 background

This text has white color on #A9A788 background.