COLOR #AA7F92

HEX: #AA7F92
RGB: (170,127,146)

Color info

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

RGB color model

#AA7F92 color RGB value is (170,127,146).

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

RGB channels and saturation

R 170 of 255 = 67%
G 127 of 255 = 50%
B 146 of 255 = 57%

170
127
146

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

Portions of RGB colors in percentages

R + G + B =
170 + 127 + 146 = 443 (100%)
R 170 of 443 ~ 38.37%
G 127 of 443 ~ 28.67%
B 146 of 443 ~ 32.96%

%38.37
%28.67
%32.96

CMYK color model

#AA7F92 color CMYK value is (0,25,14,33).

  • cyan value is 0.00%
  • magenta value is 25.29%
  • yellow value is 14.12%
  • key color value is 33.33%
CMYK:
(0,25,14,33)
C0M25Y14K33 
(0%,25%,14%,33%)
(0.00/0.25/0.14/0.33)	

CMYK percentages

%0
%25.29
%14.12
%33.33

Codes

Color #AA7F92 in popluar color models

AA7F92
RGB170127146
HSL333°20.19%58.24%
HSB/HSV333°25.29%66.67%
CMYK0.00%25.29%14.12%
33.33%

Color #AA7F92 in popluar number systems.

HEXAA7F92
Decimal170127146
Binary10101010111111110010010
Octal252177222

Shades and tints

Shades of #AA7F92

#AA7F92
(170,127,146)
#9B7485
(155,116,133)
#8C6978
(140,105,120)
#7D5E6B
(125,94,107)
#6E535E
(110,83,94)
#5F4851
(95,72,81)
#503D44
(80,61,68)
#413237
(65,50,55)
#32272A
(50,39,42)
#231C1D
(35,28,29)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #AA7F92

#AA7F92
(170,127,146)
#B18A9B
(177,138,155)
#B895A4
(184,149,164)
#BFA0AD
(191,160,173)
#C6ABB6
(198,171,182)
#CDB6BF
(205,182,191)
#D4C1C8
(212,193,200)
#DBCCD1
(219,204,209)
#E2D7DA
(226,215,218)
#E9E2E3
(233,226,227)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7F92; }

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

This text font color is #AA7F92.


Background Color

.myBgColor { background-color: #AA7F92; }

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

This div background color is #AA7F92.


Border color

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

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

This div border color is #AA7F92.


Opacity

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

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

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

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

This text has shadow with #AA7F92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7F92 on black background.


Color preview on white background

This text has color #AA7F92 on white background.



Black color preview on #AA7F92 background

This text has black color on #AA7F92 background.


White color preview on #AA7F92 background

This text has white color on #AA7F92 background.