COLOR #A9787F

HEX: #A9787F
RGB: (169,120,127)

Color info

#A9787F contains red, green and blue colors in about the same proportion. Web safe color of #A9787F is #996666 (or #966).

RGB color model

#A9787F color RGB value is (169,120,127).

  • red value is 169;
  • green value is 120;
  • blue value is 127.
RGB:
(169,120,127)
(66%,47%,50%)

RGB channels and saturation

R 169 of 255 = 66%
G 120 of 255 = 47%
B 127 of 255 = 50%

169
120
127

R + G + B ~ 54%. #A9787F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
169 + 120 + 127 = 416 (100%)
R 169 of 416 ~ 40.63%
G 120 of 416 ~ 28.85%
B 127 of 416 ~ 30.53%

%40.63
%28.85
%30.53

CMYK color model

#A9787F color CMYK value is (0,29,25,34).

  • cyan value is 0.00%
  • magenta value is 28.99%
  • yellow value is 24.85%
  • key color value is 33.73%
CMYK:
(0,29,25,34)
C0M29Y25K34 
(0%,29%,25%,34%)
(0.00/0.29/0.25/0.34)	

CMYK percentages

%0
%28.99
%24.85
%33.73

Codes

Color #A9787F in popluar color models

A9787F
RGB169120127
HSL351°22.17%56.67%
HSB/HSV351°28.99%66.27%
CMYK0.00%28.99%24.85%
33.73%

Color #A9787F in popluar number systems.

HEXA9787F
Decimal169120127
Binary1010100111110001111111
Octal251170177

Shades and tints

Shades of #A9787F

#A9787F
(169,120,127)
#9A6E74
(154,110,116)
#8B6469
(139,100,105)
#7C5A5E
(124,90,94)
#6D5053
(109,80,83)
#5E4648
(94,70,72)
#4F3C3D
(79,60,61)
#403232
(64,50,50)
#312827
(49,40,39)
#221E1C
(34,30,28)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #A9787F

#A9787F
(169,120,127)
#B0848A
(176,132,138)
#B79095
(183,144,149)
#BE9CA0
(190,156,160)
#C5A8AB
(197,168,171)
#CCB4B6
(204,180,182)
#D3C0C1
(211,192,193)
#DACCCC
(218,204,204)
#E1D8D7
(225,216,215)
#E8E4E2
(232,228,226)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9787F color. Also use rgb(169,120,127) instead hex code.

Text Font Color

.myTextColor { color: #A9787F; }

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

This text font color is #A9787F.


Background Color

.myBgColor { background-color: #A9787F; }

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

This div background color is #A9787F.


Border color

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

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

This div border color is #A9787F.


Opacity

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

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

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

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

This text has shadow with #A9787F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9787F on black background.


Color preview on white background

This text has color #A9787F on white background.



Black color preview on #A9787F background

This text has black color on #A9787F background.


White color preview on #A9787F background

This text has white color on #A9787F background.