COLOR #AA6576

HEX: #AA6576 RGB: (170,101,118)

Color info

#AA6576 contains mainly red and blue colors. Web safe color of #AA6576 is #996666 (or #966).

RGB color model

#AA6576 color RGB value is (170,101,118).

RGB: (170,101,118) (67%, 40%, 46%)

RGB channels and saturation

R 170 of 255 = 67%
G 101 of 255 = 40%
B 118 of 255 = 46%

170
101
118

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

Portions of RGB colors in percentages

R + G + B = 170 + 101 + 118 = 389 (100%)
R 170 of 389 ~ 43.7%
G 101 of 389 ~ 25.96%
B 118 of 389 ~ 30.33'%

%43.7
%25.96
%30.33

CMYK color model

#AA6576 color CMYK value is (0,41,31,33).

  • cyan value is 0.00%
  • magenta value is 40.59%
  • yellow value is 30.59%
  • key color value is 33.33%

CMYK: (0,41,31,33)
C0M41Y31K33 (0%, 41%, 31%, 33%)
(0.00 / 0.41 / 0.31 / 0.33)

CMYK percentages

%0
%40.59
%30.59
%33.33

Codes

Color #AA6576 in popluar color models

AA 65 76
RGB 170 101 118
HSL 345° 28.87% 53.14%
HSB/HSV 345° 40.59% 66.67%
CMYK 0.00% 40.59% 30.59%
33.33%

Color #AA6576 in popluar number systems.

HEX AA 65 76
Decimal 170 101 118
Binary 10101010 1100101 1110110
Octal 252 145 166

Shades and tints

Shades of #AA6576

#AA6576
(170,101,118)
#9B5C6C
(155,92,108)
#8C5362
(140,83,98)
#7D4A58
(125,74,88)
#6E414E
(110,65,78)
#5F3844
(95,56,68)
#502F3A
(80,47,58)
#412630
(65,38,48)
#321D26
(50,29,38)
#23141C
(35,20,28)
#140B12
(20,11,18)
#000000
(0,0,0)

Tints of #AA6576

#AA6576
(170,101,118)
#B17382
(177,115,130)
#B8818E
(184,129,142)
#BF8F9A
(191,143,154)
#C69DA6
(198,157,166)
#CDABB2
(205,171,178)
#D4B9BE
(212,185,190)
#DBC7CA
(219,199,202)
#E2D5D6
(226,213,214)
#E9E3E2
(233,227,226)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6576; }

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

This text font color is #AA6576.

Background Color

.myBgColor { background-color: #AA6576; }

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

This div background color is #AA6576.

Border color

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

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

This div border color is #AA6576.

Opacity

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

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

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

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

This text has shadow with #AA6576 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6576.

Preview

Color preview on black background

This text has color #AA6576 on black background.


Color preview on white background

This text has color #AA6576 on white background.


Black color preview on #AA6576 background

This text has black color on #AA6576 background.


White color preview on #AA6576 background

This text has white color on #AA6576 background.


Related colors

Complementary color

Complementary color for #hex is #559A89.


I love getcolorcode.com

Triadic colors

1 #76AA65 and #6576AA with #AA6576 are triadic colors.

2 #7665AA and #65AA76 with #AA6576 are triadic colors.