COLOR #AA7D88

HEX: #AA7D88
RGB: (170,125,136)

Color info

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

RGB color model

#AA7D88 color RGB value is (170,125,136).

  • red value is 170;
  • green value is 125;
  • blue value is 136.
RGB:
(170,125,136)
(67%,49%,53%)

RGB channels and saturation

R 170 of 255 = 67%
G 125 of 255 = 49%
B 136 of 255 = 53%

170
125
136

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

Portions of RGB colors in percentages

R + G + B =
170 + 125 + 136 = 431 (100%)
R 170 of 431 ~ 39.44%
G 125 of 431 ~ 29%
B 136 of 431 ~ 31.55%

%39.44
%29
%31.55

CMYK color model

#AA7D88 color CMYK value is (0,26,20,33).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 20.00%
  • key color value is 33.33%
CMYK:
(0,26,20,33)
C0M26Y20K33 
(0%,26%,20%,33%)
(0.00/0.26/0.20/0.33)	

CMYK percentages

%0
%26.47
%20
%33.33

Codes

Color #AA7D88 in popluar color models

AA7D88
RGB170125136
HSL345°20.93%57.84%
HSB/HSV345°26.47%66.67%
CMYK0.00%26.47%20.00%
33.33%

Color #AA7D88 in popluar number systems.

HEXAA7D88
Decimal170125136
Binary10101010111110110001000
Octal252175210

Shades and tints

Shades of #AA7D88

#AA7D88
(170,125,136)
#9B727C
(155,114,124)
#8C6770
(140,103,112)
#7D5C64
(125,92,100)
#6E5158
(110,81,88)
#5F464C
(95,70,76)
#503B40
(80,59,64)
#413034
(65,48,52)
#322528
(50,37,40)
#231A1C
(35,26,28)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #AA7D88

#AA7D88
(170,125,136)
#B18892
(177,136,146)
#B8939C
(184,147,156)
#BF9EA6
(191,158,166)
#C6A9B0
(198,169,176)
#CDB4BA
(205,180,186)
#D4BFC4
(212,191,196)
#DBCACE
(219,202,206)
#E2D5D8
(226,213,216)
#E9E0E2
(233,224,226)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7D88 color. Also use rgb(170,125,136) instead hex code.

Text Font Color

.myTextColor { color: #AA7D88; }

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

This text font color is #AA7D88.


Background Color

.myBgColor { background-color: #AA7D88; }

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

This div background color is #AA7D88.


Border color

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

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

This div border color is #AA7D88.


Opacity

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

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

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

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

This text has shadow with #AA7D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7D88 on black background.


Color preview on white background

This text has color #AA7D88 on white background.



Black color preview on #AA7D88 background

This text has black color on #AA7D88 background.


White color preview on #AA7D88 background

This text has white color on #AA7D88 background.