COLOR #A9637F

HEX: #A9637F RGB: (169,99,127)

Color info

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

RGB color model

#A9637F color RGB value is (169,99,127).

RGB: (169,99,127) (66%, 39%, 50%)

RGB channels and saturation

R 169 of 255 = 66%
G 99 of 255 = 39%
B 127 of 255 = 50%

169
99
127

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

Portions of RGB colors in percentages

R + G + B = 169 + 99 + 127 = 395 (100%)
R 169 of 395 ~ 42.78%
G 99 of 395 ~ 25.06%
B 127 of 395 ~ 32.15'%

%42.78
%25.06
%32.15

CMYK color model

#A9637F color CMYK value is (0,41,25,34).

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

CMYK: (0,41,25,34)
C0M41Y25K34 (0%, 41%, 25%, 34%)
(0.00 / 0.41 / 0.25 / 0.34)

CMYK percentages

%0
%41.42
%24.85
%33.73

Codes

Color #A9637F in popluar color models

A9 63 7F
RGB 169 99 127
HSL 336° 28.93% 52.55%
HSB/HSV 336° 41.42% 66.27%
CMYK 0.00% 41.42% 24.85%
33.73%

Color #A9637F in popluar number systems.

HEX A9 63 7F
Decimal 169 99 127
Binary 10101001 1100011 1111111
Octal 251 143 177

Shades and tints

Shades of #A9637F

#A9637F
(169,99,127)
#9A5A74
(154,90,116)
#8B5169
(139,81,105)
#7C485E
(124,72,94)
#6D3F53
(109,63,83)
#5E3648
(94,54,72)
#4F2D3D
(79,45,61)
#402432
(64,36,50)
#311B27
(49,27,39)
#22121C
(34,18,28)
#130911
(19,9,17)
#000000
(0,0,0)

Tints of #A9637F

#A9637F
(169,99,127)
#B0718A
(176,113,138)
#B77F95
(183,127,149)
#BE8DA0
(190,141,160)
#C59BAB
(197,155,171)
#CCA9B6
(204,169,182)
#D3B7C1
(211,183,193)
#DAC5CC
(218,197,204)
#E1D3D7
(225,211,215)
#E8E1E2
(232,225,226)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9637F; }

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

This text font color is #A9637F.

Background Color

.myBgColor { background-color: #A9637F; }

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

This div background color is #A9637F.

Border color

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

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

This div border color is #A9637F.

Opacity

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

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

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

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

This text has shadow with #A9637F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9637F.

Preview

Color preview on black background

This text has color #A9637F on black background.


Color preview on white background

This text has color #A9637F on white background.


Black color preview on #A9637F background

This text has black color on #A9637F background.


White color preview on #A9637F background

This text has white color on #A9637F background.


Related colors

Complementary color

Complementary color for #hex is #569C80.


I love getcolorcode.com

Triadic colors

1 #7FA963 and #637FA9 with #A9637F are triadic colors.

2 #7F63A9 and #63A97F with #A9637F are triadic colors.