COLOR #A9768F

HEX: #A9768F
RGB: (169,118,143)

Color info

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

RGB color model

#A9768F color RGB value is (169,118,143).

  • red value is 169;
  • green value is 118;
  • blue value is 143.
RGB:
(169,118,143)
(66%,46%,56%)

RGB channels and saturation

R 169 of 255 = 66%
G 118 of 255 = 46%
B 143 of 255 = 56%

169
118
143

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

Portions of RGB colors in percentages

R + G + B =
169 + 118 + 143 = 430 (100%)
R 169 of 430 ~ 39.3%
G 118 of 430 ~ 27.44%
B 143 of 430 ~ 33.26%

%39.3
%27.44
%33.26

CMYK color model

#A9768F color CMYK value is (0,30,15,34).

  • cyan value is 0.00%
  • magenta value is 30.18%
  • yellow value is 15.38%
  • key color value is 33.73%
CMYK:
(0,30,15,34)
C0M30Y15K34 
(0%,30%,15%,34%)
(0.00/0.30/0.15/0.34)	

CMYK percentages

%0
%30.18
%15.38
%33.73

Codes

Color #A9768F in popluar color models

A9768F
RGB169118143
HSL331°22.87%56.27%
HSB/HSV331°30.18%66.27%
CMYK0.00%30.18%15.38%
33.73%

Color #A9768F in popluar number systems.

HEXA9768F
Decimal169118143
Binary10101001111011010001111
Octal251166217

Shades and tints

Shades of #A9768F

#A9768F
(169,118,143)
#9A6C82
(154,108,130)
#8B6275
(139,98,117)
#7C5868
(124,88,104)
#6D4E5B
(109,78,91)
#5E444E
(94,68,78)
#4F3A41
(79,58,65)
#403034
(64,48,52)
#312627
(49,38,39)
#221C1A
(34,28,26)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #A9768F

#A9768F
(169,118,143)
#B08299
(176,130,153)
#B78EA3
(183,142,163)
#BE9AAD
(190,154,173)
#C5A6B7
(197,166,183)
#CCB2C1
(204,178,193)
#D3BECB
(211,190,203)
#DACAD5
(218,202,213)
#E1D6DF
(225,214,223)
#E8E2E9
(232,226,233)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9768F; }

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

This text font color is #A9768F.


Background Color

.myBgColor { background-color: #A9768F; }

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

This div background color is #A9768F.


Border color

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

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

This div border color is #A9768F.


Opacity

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

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

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

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

This text has shadow with #A9768F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9768F on black background.


Color preview on white background

This text has color #A9768F on white background.



Black color preview on #A9768F background

This text has black color on #A9768F background.


White color preview on #A9768F background

This text has white color on #A9768F background.