COLOR #AA6471

HEX: #AA6471 RGB: (170,100,113)

Color info

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

RGB color model

#AA6471 color RGB value is (170,100,113).

RGB: (170,100,113) (67%, 39%, 44%)

RGB channels and saturation

R 170 of 255 = 67%
G 100 of 255 = 39%
B 113 of 255 = 44%

170
100
113

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

Portions of RGB colors in percentages

R + G + B = 170 + 100 + 113 = 383 (100%)
R 170 of 383 ~ 44.39%
G 100 of 383 ~ 26.11%
B 113 of 383 ~ 29.5'%

%44.39
%26.11
%29.5

CMYK color model

#AA6471 color CMYK value is (0,41,34,33).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 33.53%
  • key color value is 33.33%

CMYK: (0,41,34,33)
C0M41Y34K33 (0%, 41%, 34%, 33%)
(0.00 / 0.41 / 0.34 / 0.33)

CMYK percentages

%0
%41.18
%33.53
%33.33

Codes

Color #AA6471 in popluar color models

AA 64 71
RGB 170 100 113
HSL 349° 29.17% 52.94%
HSB/HSV 349° 41.18% 66.67%
CMYK 0.00% 41.18% 33.53%
33.33%

Color #AA6471 in popluar number systems.

HEX AA 64 71
Decimal 170 100 113
Binary 10101010 1100100 1110001
Octal 252 144 161

Shades and tints

Shades of #AA6471

#AA6471
(170,100,113)
#9B5B67
(155,91,103)
#8C525D
(140,82,93)
#7D4953
(125,73,83)
#6E4049
(110,64,73)
#5F373F
(95,55,63)
#502E35
(80,46,53)
#41252B
(65,37,43)
#321C21
(50,28,33)
#231317
(35,19,23)
#140A0D
(20,10,13)
#000000
(0,0,0)

Tints of #AA6471

#AA6471
(170,100,113)
#B1727D
(177,114,125)
#B88089
(184,128,137)
#BF8E95
(191,142,149)
#C69CA1
(198,156,161)
#CDAAAD
(205,170,173)
#D4B8B9
(212,184,185)
#DBC6C5
(219,198,197)
#E2D4D1
(226,212,209)
#E9E2DD
(233,226,221)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6471 color. Also use rgb(170,100,113) instead hex code.

Text Font Color

.myTextColor { color: #AA6471; }

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

This text font color is #AA6471.

Background Color

.myBgColor { background-color: #AA6471; }

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

This div background color is #AA6471.

Border color

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

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

This div border color is #AA6471.

Opacity

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

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

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

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

This text has shadow with #AA6471 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6471.

Preview

Color preview on black background

This text has color #AA6471 on black background.


Color preview on white background

This text has color #AA6471 on white background.


Black color preview on #AA6471 background

This text has black color on #AA6471 background.


White color preview on #AA6471 background

This text has white color on #AA6471 background.


Related colors

Complementary color

Complementary color for #hex is #559B8E.


I love getcolorcode.com

Triadic colors

1 #71AA64 and #6471AA with #AA6471 are triadic colors.

2 #7164AA and #64AA71 with #AA6471 are triadic colors.