COLOR #A9768C

HEX: #A9768C RGB: (169,118,140)

Color info

#A9768C contains red, green and blue colors in about the same proportion. Web safe color of #A9768C is #996699 (or #969).

RGB color model

#A9768C color RGB value is (169,118,140).

RGB: (169,118,140) (66%, 46%, 55%)

RGB channels and saturation

R 169 of 255 = 66%
G 118 of 255 = 46%
B 140 of 255 = 55%

169
118
140

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

Portions of RGB colors in percentages

R + G + B = 169 + 118 + 140 = 427 (100%)
R 169 of 427 ~ 39.58%
G 118 of 427 ~ 27.63%
B 140 of 427 ~ 32.79'%

%39.58
%27.63
%32.79

CMYK color model

#A9768C color CMYK value is (0,30,17,34).

  • cyan value is 0.00%
  • magenta value is 30.18%
  • yellow value is 17.16%
  • key color value is 33.73%
CMYK: (0,30,17,34) C0M30Y17K34 (0%,30%,17%,34%) (0.00/0.30/0.17/0.34) 

CMYK percentages

%0
%30.18
%17.16
%33.73

Codes

Color #A9768C in popluar color models

A9 76 8C
RGB 169 118 140
HSL 334° 22.87% 56.27%
HSB/HSV 334° 30.18% 66.27%
CMYK 0.00% 30.18% 17.16%
33.73%

Color #A9768C in popluar number systems.

HEX A9 76 8C
Decimal 169 118 140
Binary 10101001 1110110 10001100
Octal 251 166 214

Shades and tints

Shades of #A9768C

#A9768C
(169,118,140)
#9A6C80
(154,108,128)
#8B6274
(139,98,116)
#7C5868
(124,88,104)
#6D4E5C
(109,78,92)
#5E4450
(94,68,80)
#4F3A44
(79,58,68)
#403038
(64,48,56)
#31262C
(49,38,44)
#221C20
(34,28,32)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #A9768C

#A9768C
(169,118,140)
#B08296
(176,130,150)
#B78EA0
(183,142,160)
#BE9AAA
(190,154,170)
#C5A6B4
(197,166,180)
#CCB2BE
(204,178,190)
#D3BEC8
(211,190,200)
#DACAD2
(218,202,210)
#E1D6DC
(225,214,220)
#E8E2E6
(232,226,230)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9768C color. Also use rgb(169,118,140) instead hex code.

Text Font Color

.myTextColor { color: #A9768C; }

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

This text font color is #A9768C.

Background Color

.myBgColor { background-color: #A9768C; }

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

This div background color is #A9768C.

Border color

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

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

This div border color is #A9768C.

Opacity

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

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

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

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

This text has shadow with #A9768C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9768C.

Preview

Color preview on black background

This text has color #A9768C on black background.


Color preview on white background

This text has color #A9768C on white background.


Black color preview on #A9768C background

This text has black color on #A9768C background.


White color preview on #A9768C background

This text has white color on #A9768C background.


Related colors

Complementary color

Complementary color for #hex is #568973.


I love getcolorcode.com

Triadic colors

1 #8CA976 and #768CA9 with #A9768C are triadic colors.

2 #8C76A9 and #76A98C with #A9768C are triadic colors.