COLOR #A9747E

HEX: #A9747E RGB: (169,116,126)

Color info

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

RGB color model

#A9747E color RGB value is (169,116,126).

RGB: (169,116,126) (66%, 45%, 49%)

RGB channels and saturation

R 169 of 255 = 66%
G 116 of 255 = 45%
B 126 of 255 = 49%

169
116
126

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

Portions of RGB colors in percentages

R + G + B = 169 + 116 + 126 = 411 (100%)
R 169 of 411 ~ 41.12%
G 116 of 411 ~ 28.22%
B 126 of 411 ~ 30.66'%

%41.12
%28.22
%30.66

CMYK color model

#A9747E color CMYK value is (0,31,25,34).

  • cyan value is 0.00%
  • magenta value is 31.36%
  • yellow value is 25.44%
  • key color value is 33.73%
CMYK: (0,31,25,34) C0M31Y25K34 (0%,31%,25%,34%) (0.00/0.31/0.25/0.34) 

CMYK percentages

%0
%31.36
%25.44
%33.73

Codes

Color #A9747E in popluar color models

A9 74 7E
RGB 169 116 126
HSL 349° 23.56% 55.88%
HSB/HSV 349° 31.36% 66.27%
CMYK 0.00% 31.36% 25.44%
33.73%

Color #A9747E in popluar number systems.

HEX A9 74 7E
Decimal 169 116 126
Binary 10101001 1110100 1111110
Octal 251 164 176

Shades and tints

Shades of #A9747E

#A9747E
(169,116,126)
#9A6A73
(154,106,115)
#8B6068
(139,96,104)
#7C565D
(124,86,93)
#6D4C52
(109,76,82)
#5E4247
(94,66,71)
#4F383C
(79,56,60)
#402E31
(64,46,49)
#312426
(49,36,38)
#221A1B
(34,26,27)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #A9747E

#A9747E
(169,116,126)
#B08089
(176,128,137)
#B78C94
(183,140,148)
#BE989F
(190,152,159)
#C5A4AA
(197,164,170)
#CCB0B5
(204,176,181)
#D3BCC0
(211,188,192)
#DAC8CB
(218,200,203)
#E1D4D6
(225,212,214)
#E8E0E1
(232,224,225)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9747E color. Also use rgb(169,116,126) instead hex code.

Text Font Color

.myTextColor { color: #A9747E; }

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

This text font color is #A9747E.

Background Color

.myBgColor { background-color: #A9747E; }

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

This div background color is #A9747E.

Border color

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

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

This div border color is #A9747E.

Opacity

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

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

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

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

This text has shadow with #A9747E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9747E.

Preview

Color preview on black background

This text has color #A9747E on black background.


Color preview on white background

This text has color #A9747E on white background.


Black color preview on #A9747E background

This text has black color on #A9747E background.


White color preview on #A9747E background

This text has white color on #A9747E background.


Related colors

Complementary color

Complementary color for #hex is #568B81.


I love getcolorcode.com

Triadic colors

1 #7EA974 and #747EA9 with #A9747E are triadic colors.

2 #7E74A9 and #74A97E with #A9747E are triadic colors.