COLOR #AA7695

HEX: #AA7695
RGB: (170,118,149)

Color info

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

RGB color model

#AA7695 color RGB value is (170,118,149).

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

RGB channels and saturation

R 170 of 255 = 67%
G 118 of 255 = 46%
B 149 of 255 = 58%

170
118
149

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

Portions of RGB colors in percentages

R + G + B =
170 + 118 + 149 = 437 (100%)
R 170 of 437 ~ 38.9%
G 118 of 437 ~ 27%
B 149 of 437 ~ 34.1%

%38.9
%27
%34.1

CMYK color model

#AA7695 color CMYK value is (0,31,12,33).

  • cyan value is 0.00%
  • magenta value is 30.59%
  • yellow value is 12.35%
  • key color value is 33.33%
CMYK:
(0,31,12,33)
C0M31Y12K33 
(0%,31%,12%,33%)
(0.00/0.31/0.12/0.33)	

CMYK percentages

%0
%30.59
%12.35
%33.33

Codes

Color #AA7695 in popluar color models

AA7695
RGB170118149
HSL324°23.42%56.47%
HSB/HSV324°30.59%66.67%
CMYK0.00%30.59%12.35%
33.33%

Color #AA7695 in popluar number systems.

HEXAA7695
Decimal170118149
Binary10101010111011010010101
Octal252166225

Shades and tints

Shades of #AA7695

#AA7695
(170,118,149)
#9B6C88
(155,108,136)
#8C627B
(140,98,123)
#7D586E
(125,88,110)
#6E4E61
(110,78,97)
#5F4454
(95,68,84)
#503A47
(80,58,71)
#41303A
(65,48,58)
#32262D
(50,38,45)
#231C20
(35,28,32)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #AA7695

#AA7695
(170,118,149)
#B1829E
(177,130,158)
#B88EA7
(184,142,167)
#BF9AB0
(191,154,176)
#C6A6B9
(198,166,185)
#CDB2C2
(205,178,194)
#D4BECB
(212,190,203)
#DBCAD4
(219,202,212)
#E2D6DD
(226,214,221)
#E9E2E6
(233,226,230)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7695; }

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

This text font color is #AA7695.


Background Color

.myBgColor { background-color: #AA7695; }

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

This div background color is #AA7695.


Border color

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

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

This div border color is #AA7695.


Opacity

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

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

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

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

This text has shadow with #AA7695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7695 on black background.


Color preview on white background

This text has color #AA7695 on white background.



Black color preview on #AA7695 background

This text has black color on #AA7695 background.


White color preview on #AA7695 background

This text has white color on #AA7695 background.