COLOR #AA7692

HEX: #AA7692
RGB: (170,118,146)

Color info

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

RGB color model

#AA7692 color RGB value is (170,118,146).

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

RGB channels and saturation

R 170 of 255 = 67%
G 118 of 255 = 46%
B 146 of 255 = 57%

170
118
146

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

Portions of RGB colors in percentages

R + G + B =
170 + 118 + 146 = 434 (100%)
R 170 of 434 ~ 39.17%
G 118 of 434 ~ 27.19%
B 146 of 434 ~ 33.64%

%39.17
%27.19
%33.64

CMYK color model

#AA7692 color CMYK value is (0,31,14,33).

  • cyan value is 0.00%
  • magenta value is 30.59%
  • yellow value is 14.12%
  • key color value is 33.33%
CMYK:
(0,31,14,33)
C0M31Y14K33 
(0%,31%,14%,33%)
(0.00/0.31/0.14/0.33)	

CMYK percentages

%0
%30.59
%14.12
%33.33

Codes

Color #AA7692 in popluar color models

AA7692
RGB170118146
HSL328°23.42%56.47%
HSB/HSV328°30.59%66.67%
CMYK0.00%30.59%14.12%
33.33%

Color #AA7692 in popluar number systems.

HEXAA7692
Decimal170118146
Binary10101010111011010010010
Octal252166222

Shades and tints

Shades of #AA7692

#AA7692
(170,118,146)
#9B6C85
(155,108,133)
#8C6278
(140,98,120)
#7D586B
(125,88,107)
#6E4E5E
(110,78,94)
#5F4451
(95,68,81)
#503A44
(80,58,68)
#413037
(65,48,55)
#32262A
(50,38,42)
#231C1D
(35,28,29)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #AA7692

#AA7692
(170,118,146)
#B1829B
(177,130,155)
#B88EA4
(184,142,164)
#BF9AAD
(191,154,173)
#C6A6B6
(198,166,182)
#CDB2BF
(205,178,191)
#D4BEC8
(212,190,200)
#DBCAD1
(219,202,209)
#E2D6DA
(226,214,218)
#E9E2E3
(233,226,227)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7692; }

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

This text font color is #AA7692.


Background Color

.myBgColor { background-color: #AA7692; }

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

This div background color is #AA7692.


Border color

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

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

This div border color is #AA7692.


Opacity

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

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

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

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

This text has shadow with #AA7692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7692 on black background.


Color preview on white background

This text has color #AA7692 on white background.



Black color preview on #AA7692 background

This text has black color on #AA7692 background.


White color preview on #AA7692 background

This text has white color on #AA7692 background.