COLOR #A9767F

HEX: #A9767F RGB: (169,118,127)

Color info

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

RGB color model

#A9767F color RGB value is (169,118,127).

RGB: (169,118,127) (66%, 46%, 50%)

RGB channels and saturation

R 169 of 255 = 66%
G 118 of 255 = 46%
B 127 of 255 = 50%

169
118
127

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

Portions of RGB colors in percentages

R + G + B = 169 + 118 + 127 = 414 (100%)
R 169 of 414 ~ 40.82%
G 118 of 414 ~ 28.5%
B 127 of 414 ~ 30.68'%

%40.82
%28.5
%30.68

CMYK color model

#A9767F color CMYK value is (0,30,25,34).

  • cyan value is 0.00%
  • magenta value is 30.18%
  • yellow value is 24.85%
  • key color value is 33.73%

CMYK: (0,30,25,34)
C0M30Y25K34 (0%, 30%, 25%, 34%)
(0.00 / 0.30 / 0.25 / 0.34)

CMYK percentages

%0
%30.18
%24.85
%33.73

Codes

Color #A9767F in popluar color models

A9 76 7F
RGB 169 118 127
HSL 349° 22.87% 56.27%
HSB/HSV 349° 30.18% 66.27%
CMYK 0.00% 30.18% 24.85%
33.73%

Color #A9767F in popluar number systems.

HEX A9 76 7F
Decimal 169 118 127
Binary 10101001 1110110 1111111
Octal 251 166 177

Shades and tints

Shades of #A9767F

#A9767F
(169,118,127)
#9A6C74
(154,108,116)
#8B6269
(139,98,105)
#7C585E
(124,88,94)
#6D4E53
(109,78,83)
#5E4448
(94,68,72)
#4F3A3D
(79,58,61)
#403032
(64,48,50)
#312627
(49,38,39)
#221C1C
(34,28,28)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #A9767F

#A9767F
(169,118,127)
#B0828A
(176,130,138)
#B78E95
(183,142,149)
#BE9AA0
(190,154,160)
#C5A6AB
(197,166,171)
#CCB2B6
(204,178,182)
#D3BEC1
(211,190,193)
#DACACC
(218,202,204)
#E1D6D7
(225,214,215)
#E8E2E2
(232,226,226)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9767F; }

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

This text font color is #A9767F.

Background Color

.myBgColor { background-color: #A9767F; }

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

This div background color is #A9767F.

Border color

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

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

This div border color is #A9767F.

Opacity

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

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

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

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

This text has shadow with #A9767F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9767F.

Preview

Color preview on black background

This text has color #A9767F on black background.


Color preview on white background

This text has color #A9767F on white background.


Black color preview on #A9767F background

This text has black color on #A9767F background.


White color preview on #A9767F background

This text has white color on #A9767F background.


Related colors

Complementary color

Complementary color for #hex is #568980.


I love getcolorcode.com

Triadic colors

1 #7FA976 and #767FA9 with #A9767F are triadic colors.

2 #7F76A9 and #76A97F with #A9767F are triadic colors.