COLOR #AA768E

HEX: #AA768E
RGB: (170,118,142)

Color info

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

RGB color model

#AA768E color RGB value is (170,118,142).

  • red value is 170;
  • green value is 118;
  • blue value is 142.
RGB:
(170,118,142)
(67%,46%,56%)

RGB channels and saturation

R 170 of 255 = 67%
G 118 of 255 = 46%
B 142 of 255 = 56%

170
118
142

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

Portions of RGB colors in percentages

R + G + B =
170 + 118 + 142 = 430 (100%)
R 170 of 430 ~ 39.53%
G 118 of 430 ~ 27.44%
B 142 of 430 ~ 33.02%

%39.53
%27.44
%33.02

CMYK color model

#AA768E color CMYK value is (0,31,16,33).

  • cyan value is 0.00%
  • magenta value is 30.59%
  • yellow value is 16.47%
  • key color value is 33.33%
CMYK:
(0,31,16,33)
C0M31Y16K33 
(0%,31%,16%,33%)
(0.00/0.31/0.16/0.33)	

CMYK percentages

%0
%30.59
%16.47
%33.33

Codes

Color #AA768E in popluar color models

AA768E
RGB170118142
HSL332°23.42%56.47%
HSB/HSV332°30.59%66.67%
CMYK0.00%30.59%16.47%
33.33%

Color #AA768E in popluar number systems.

HEXAA768E
Decimal170118142
Binary10101010111011010001110
Octal252166216

Shades and tints

Shades of #AA768E

#AA768E
(170,118,142)
#9B6C82
(155,108,130)
#8C6276
(140,98,118)
#7D586A
(125,88,106)
#6E4E5E
(110,78,94)
#5F4452
(95,68,82)
#503A46
(80,58,70)
#41303A
(65,48,58)
#32262E
(50,38,46)
#231C22
(35,28,34)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #AA768E

#AA768E
(170,118,142)
#B18298
(177,130,152)
#B88EA2
(184,142,162)
#BF9AAC
(191,154,172)
#C6A6B6
(198,166,182)
#CDB2C0
(205,178,192)
#D4BECA
(212,190,202)
#DBCAD4
(219,202,212)
#E2D6DE
(226,214,222)
#E9E2E8
(233,226,232)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA768E color. Also use rgb(170,118,142) instead hex code.

Text Font Color

.myTextColor { color: #AA768E; }

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

This text font color is #AA768E.


Background Color

.myBgColor { background-color: #AA768E; }

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

This div background color is #AA768E.


Border color

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

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

This div border color is #AA768E.


Opacity

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

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

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

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

This text has shadow with #AA768E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA768E on black background.


Color preview on white background

This text has color #AA768E on white background.



Black color preview on #AA768E background

This text has black color on #AA768E background.


White color preview on #AA768E background

This text has white color on #AA768E background.