COLOR #AA758E

HEX: #AA758E RGB: (170,117,142)

Color info

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

RGB color model

#AA758E color RGB value is (170,117,142).

RGB: (170,117,142) (67%, 46%, 56%)

RGB channels and saturation

R 170 of 255 = 67%
G 117 of 255 = 46%
B 142 of 255 = 56%

170
117
142

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

Portions of RGB colors in percentages

R + G + B = 170 + 117 + 142 = 429 (100%)
R 170 of 429 ~ 39.63%
G 117 of 429 ~ 27.27%
B 142 of 429 ~ 33.1'%

%39.63
%27.27
%33.1

CMYK color model

#AA758E color CMYK value is (0,31,16,33).

  • cyan value is 0.00%
  • magenta value is 31.18%
  • yellow value is 16.47%
  • key color value is 33.33%

CMYK: (0,31,16,33)
C0M31Y16K33 (0%, 31%, 16%, 33%)
(0.00 / 0.31 / 0.16 / 0.33)

CMYK percentages

%0
%31.18
%16.47
%33.33

Codes

Color #AA758E in popluar color models

AA 75 8E
RGB 170 117 142
HSL 332° 23.77% 56.27%
HSB/HSV 332° 31.18% 66.67%
CMYK 0.00% 31.18% 16.47%
33.33%

Color #AA758E in popluar number systems.

HEX AA 75 8E
Decimal 170 117 142
Binary 10101010 1110101 10001110
Octal 252 165 216

Shades and tints

Shades of #AA758E

#AA758E
(170,117,142)
#9B6B82
(155,107,130)
#8C6176
(140,97,118)
#7D576A
(125,87,106)
#6E4D5E
(110,77,94)
#5F4352
(95,67,82)
#503946
(80,57,70)
#412F3A
(65,47,58)
#32252E
(50,37,46)
#231B22
(35,27,34)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #AA758E

#AA758E
(170,117,142)
#B18198
(177,129,152)
#B88DA2
(184,141,162)
#BF99AC
(191,153,172)
#C6A5B6
(198,165,182)
#CDB1C0
(205,177,192)
#D4BDCA
(212,189,202)
#DBC9D4
(219,201,212)
#E2D5DE
(226,213,222)
#E9E1E8
(233,225,232)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA758E; }

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

This text font color is #AA758E.

Background Color

.myBgColor { background-color: #AA758E; }

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

This div background color is #AA758E.

Border color

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

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

This div border color is #AA758E.

Opacity

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

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

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

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

This text has shadow with #AA758E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA758E.

Preview

Color preview on black background

This text has color #AA758E on black background.


Color preview on white background

This text has color #AA758E on white background.


Black color preview on #AA758E background

This text has black color on #AA758E background.


White color preview on #AA758E background

This text has white color on #AA758E background.


Related colors

Complementary color

Complementary color for #hex is #558A71.


I love getcolorcode.com

Triadic colors

1 #8EAA75 and #758EAA with #AA758E are triadic colors.

2 #8E75AA and #75AA8E with #AA758E are triadic colors.