COLOR #A9627E

HEX: #A9627E RGB: (169,98,126)

Color info

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

RGB color model

#A9627E color RGB value is (169,98,126).

RGB: (169,98,126) (66%, 38%, 49%)

RGB channels and saturation

R 169 of 255 = 66%
G 98 of 255 = 38%
B 126 of 255 = 49%

169
98
126

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

Portions of RGB colors in percentages

R + G + B = 169 + 98 + 126 = 393 (100%)
R 169 of 393 ~ 43%
G 98 of 393 ~ 24.94%
B 126 of 393 ~ 32.06'%

%43
%24.94
%32.06

CMYK color model

#A9627E color CMYK value is (0,42,25,34).

  • cyan value is 0.00%
  • magenta value is 42.01%
  • yellow value is 25.44%
  • key color value is 33.73%
CMYK: (0,42,25,34) C0M42Y25K34 (0%,42%,25%,34%) (0.00/0.42/0.25/0.34) 

CMYK percentages

%0
%42.01
%25.44
%33.73

Codes

Color #A9627E in popluar color models

A9 62 7E
RGB 169 98 126
HSL 336° 29.22% 52.35%
HSB/HSV 336° 42.01% 66.27%
CMYK 0.00% 42.01% 25.44%
33.73%

Color #A9627E in popluar number systems.

HEX A9 62 7E
Decimal 169 98 126
Binary 10101001 1100010 1111110
Octal 251 142 176

Shades and tints

Shades of #A9627E

#A9627E
(169,98,126)
#9A5A73
(154,90,115)
#8B5268
(139,82,104)
#7C4A5D
(124,74,93)
#6D4252
(109,66,82)
#5E3A47
(94,58,71)
#4F323C
(79,50,60)
#402A31
(64,42,49)
#312226
(49,34,38)
#221A1B
(34,26,27)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #A9627E

#A9627E
(169,98,126)
#B07089
(176,112,137)
#B77E94
(183,126,148)
#BE8C9F
(190,140,159)
#C59AAA
(197,154,170)
#CCA8B5
(204,168,181)
#D3B6C0
(211,182,192)
#DAC4CB
(218,196,203)
#E1D2D6
(225,210,214)
#E8E0E1
(232,224,225)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9627E; }

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

This text font color is #A9627E.

Background Color

.myBgColor { background-color: #A9627E; }

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

This div background color is #A9627E.

Border color

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

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

This div border color is #A9627E.

Opacity

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

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

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

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

This text has shadow with #A9627E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9627E.

Preview

Color preview on black background

This text has color #A9627E on black background.


Color preview on white background

This text has color #A9627E on white background.


Black color preview on #A9627E background

This text has black color on #A9627E background.


White color preview on #A9627E background

This text has white color on #A9627E background.


Related colors

Complementary color

Complementary color for #hex is #569D81.


I love getcolorcode.com

Triadic colors

1 #7EA962 and #627EA9 with #A9627E are triadic colors.

2 #7E62A9 and #62A97E with #A9627E are triadic colors.