COLOR #A9668E

HEX: #A9668E RGB: (169,102,142)

Color info

#A9668E contains mainly red and blue colors. Web safe color of #A9668E is #996699 (or #969).

RGB color model

#A9668E color RGB value is (169,102,142).

RGB: (169,102,142) (66%, 40%, 56%)

RGB channels and saturation

R 169 of 255 = 66%
G 102 of 255 = 40%
B 142 of 255 = 56%

169
102
142

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

Portions of RGB colors in percentages

R + G + B = 169 + 102 + 142 = 413 (100%)
R 169 of 413 ~ 40.92%
G 102 of 413 ~ 24.7%
B 142 of 413 ~ 34.38'%

%40.92
%24.7
%34.38

CMYK color model

#A9668E color CMYK value is (0,40,16,34).

  • cyan value is 0.00%
  • magenta value is 39.64%
  • yellow value is 15.98%
  • key color value is 33.73%

CMYK: (0,40,16,34)
C0M40Y16K34 (0%, 40%, 16%, 34%)
(0.00 / 0.40 / 0.16 / 0.34)

CMYK percentages

%0
%39.64
%15.98
%33.73

Codes

Color #A9668E in popluar color models

A9 66 8E
RGB 169 102 142
HSL 324° 28.03% 53.14%
HSB/HSV 324° 39.64% 66.27%
CMYK 0.00% 39.64% 15.98%
33.73%

Color #A9668E in popluar number systems.

HEX A9 66 8E
Decimal 169 102 142
Binary 10101001 1100110 10001110
Octal 251 146 216

Shades and tints

Shades of #A9668E

#A9668E
(169,102,142)
#9A5D82
(154,93,130)
#8B5476
(139,84,118)
#7C4B6A
(124,75,106)
#6D425E
(109,66,94)
#5E3952
(94,57,82)
#4F3046
(79,48,70)
#40273A
(64,39,58)
#311E2E
(49,30,46)
#221522
(34,21,34)
#130C16
(19,12,22)
#000000
(0,0,0)

Tints of #A9668E

#A9668E
(169,102,142)
#B07398
(176,115,152)
#B780A2
(183,128,162)
#BE8DAC
(190,141,172)
#C59AB6
(197,154,182)
#CCA7C0
(204,167,192)
#D3B4CA
(211,180,202)
#DAC1D4
(218,193,212)
#E1CEDE
(225,206,222)
#E8DBE8
(232,219,232)
#EFE8F2
(239,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9668E color. Also use rgb(169,102,142) instead hex code.

Text Font Color

.myTextColor { color: #A9668E; }

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

This text font color is #A9668E.

Background Color

.myBgColor { background-color: #A9668E; }

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

This div background color is #A9668E.

Border color

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

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

This div border color is #A9668E.

Opacity

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

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

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

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

This text has shadow with #A9668E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9668E.

Preview

Color preview on black background

This text has color #A9668E on black background.


Color preview on white background

This text has color #A9668E on white background.


Black color preview on #A9668E background

This text has black color on #A9668E background.


White color preview on #A9668E background

This text has white color on #A9668E background.


Related colors

Complementary color

Complementary color for #hex is #569971.


I love getcolorcode.com

Triadic colors

1 #8EA966 and #668EA9 with #A9668E are triadic colors.

2 #8E66A9 and #66A98E with #A9668E are triadic colors.