COLOR #A9647A

HEX: #A9647A RGB: (169,100,122)

Color info

#A9647A contains mainly red and blue colors. Web safe color of #A9647A is #996666 (or #966).

RGB color model

#A9647A color RGB value is (169,100,122).

RGB: (169,100,122) (66%, 39%, 48%)

RGB channels and saturation

R 169 of 255 = 66%
G 100 of 255 = 39%
B 122 of 255 = 48%

169
100
122

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

Portions of RGB colors in percentages

R + G + B = 169 + 100 + 122 = 391 (100%)
R 169 of 391 ~ 43.22%
G 100 of 391 ~ 25.58%
B 122 of 391 ~ 31.2'%

%43.22
%25.58
%31.2

CMYK color model

#A9647A color CMYK value is (0,41,28,34).

  • cyan value is 0.00%
  • magenta value is 40.83%
  • yellow value is 27.81%
  • key color value is 33.73%

CMYK: (0,41,28,34)
C0M41Y28K34 (0%, 41%, 28%, 34%)
(0.00 / 0.41 / 0.28 / 0.34)

CMYK percentages

%0
%40.83
%27.81
%33.73

Codes

Color #A9647A in popluar color models

A9 64 7A
RGB 169 100 122
HSL 341° 28.63% 52.75%
HSB/HSV 341° 40.83% 66.27%
CMYK 0.00% 40.83% 27.81%
33.73%

Color #A9647A in popluar number systems.

HEX A9 64 7A
Decimal 169 100 122
Binary 10101001 1100100 1111010
Octal 251 144 172

Shades and tints

Shades of #A9647A

#A9647A
(169,100,122)
#9A5B6F
(154,91,111)
#8B5264
(139,82,100)
#7C4959
(124,73,89)
#6D404E
(109,64,78)
#5E3743
(94,55,67)
#4F2E38
(79,46,56)
#40252D
(64,37,45)
#311C22
(49,28,34)
#221317
(34,19,23)
#130A0C
(19,10,12)
#000000
(0,0,0)

Tints of #A9647A

#A9647A
(169,100,122)
#B07286
(176,114,134)
#B78092
(183,128,146)
#BE8E9E
(190,142,158)
#C59CAA
(197,156,170)
#CCAAB6
(204,170,182)
#D3B8C2
(211,184,194)
#DAC6CE
(218,198,206)
#E1D4DA
(225,212,218)
#E8E2E6
(232,226,230)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9647A color. Also use rgb(169,100,122) instead hex code.

Text Font Color

.myTextColor { color: #A9647A; }

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

This text font color is #A9647A.

Background Color

.myBgColor { background-color: #A9647A; }

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

This div background color is #A9647A.

Border color

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

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

This div border color is #A9647A.

Opacity

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

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

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

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

This text has shadow with #A9647A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9647A.

Preview

Color preview on black background

This text has color #A9647A on black background.


Color preview on white background

This text has color #A9647A on white background.


Black color preview on #A9647A background

This text has black color on #A9647A background.


White color preview on #A9647A background

This text has white color on #A9647A background.


Related colors

Complementary color

Complementary color for #hex is #569B85.


I love getcolorcode.com

Triadic colors

1 #7AA964 and #647AA9 with #A9647A are triadic colors.

2 #7A64A9 and #64A97A with #A9647A are triadic colors.