COLOR #AA758B

HEX: #AA758B
RGB: (170,117,139)

Color info

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

RGB color model

#AA758B color RGB value is (170,117,139).

  • red value is 170;
  • green value is 117;
  • blue value is 139.
RGB:
(170,117,139)
(67%,46%,55%)

RGB channels and saturation

R 170 of 255 = 67%
G 117 of 255 = 46%
B 139 of 255 = 55%

170
117
139

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

Portions of RGB colors in percentages

R + G + B =
170 + 117 + 139 = 426 (100%)
R 170 of 426 ~ 39.91%
G 117 of 426 ~ 27.46%
B 139 of 426 ~ 32.63%

%39.91
%27.46
%32.63

CMYK color model

#AA758B color CMYK value is (0,31,18,33).

  • cyan value is 0.00%
  • magenta value is 31.18%
  • yellow value is 18.24%
  • key color value is 33.33%
CMYK:
(0,31,18,33)
C0M31Y18K33 
(0%,31%,18%,33%)
(0.00/0.31/0.18/0.33)	

CMYK percentages

%0
%31.18
%18.24
%33.33

Codes

Color #AA758B in popluar color models

AA758B
RGB170117139
HSL335°23.77%56.27%
HSB/HSV335°31.18%66.67%
CMYK0.00%31.18%18.24%
33.33%

Color #AA758B in popluar number systems.

HEXAA758B
Decimal170117139
Binary10101010111010110001011
Octal252165213

Shades and tints

Shades of #AA758B

#AA758B
(170,117,139)
#9B6B7F
(155,107,127)
#8C6173
(140,97,115)
#7D5767
(125,87,103)
#6E4D5B
(110,77,91)
#5F434F
(95,67,79)
#503943
(80,57,67)
#412F37
(65,47,55)
#32252B
(50,37,43)
#231B1F
(35,27,31)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #AA758B

#AA758B
(170,117,139)
#B18195
(177,129,149)
#B88D9F
(184,141,159)
#BF99A9
(191,153,169)
#C6A5B3
(198,165,179)
#CDB1BD
(205,177,189)
#D4BDC7
(212,189,199)
#DBC9D1
(219,201,209)
#E2D5DB
(226,213,219)
#E9E1E5
(233,225,229)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA758B color. Also use rgb(170,117,139) instead hex code.

Text Font Color

.myTextColor { color: #AA758B; }

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

This text font color is #AA758B.


Background Color

.myBgColor { background-color: #AA758B; }

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

This div background color is #AA758B.


Border color

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

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

This div border color is #AA758B.


Opacity

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

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

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

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

This text has shadow with #AA758B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA758B on black background.


Color preview on white background

This text has color #AA758B on white background.



Black color preview on #AA758B background

This text has black color on #AA758B background.


White color preview on #AA758B background

This text has white color on #AA758B background.